Releases: cjaewon/servekit
v2.0.0
Highlights
The main highlights of this release include:
- Add 404page feature, Now, you can use "404" config instead of "mode" config
Changelog
f396521 Disable freebsd, because of build error
a176fde Update release version 1.16 and Add freebsd
24b996c Update default 404 config value
49c3b8d Update README.md
90cfe21 Update .gitignore
15063ad Add 404 page feature
b7350ce Update wrong README.md, source code
4731897 Update README.md
739272b Add logger sync
a5e5fb3 Update README.md
f0c40d2 Update README.md
0d15e19 Update README.md
973d6f4 Create .dockerignore, deploy-image.sh
v1.0.0
Highlights
The main highlights of this release include:
- Start supporting config file, Now, you can use config file with servekit
- Add
mode
,overview
config, you can set mode, and overview which areclient-side-rendering or none
,true or false
- Add Log features with Zap, At v0.0.1 used default log package in go, but now it is using zap logger
- Stop freebsd support, because of build error
freebsd_arm64.go:400:12: undefined: uint128
Changelog
eac6465 Stop freebsd support, because of freebsd_arm64 build error (uint128)
69d5b4f Release v1.0.0
40ad506 Replace log package to Zap logger
9742431 Apply client-side-rendering mode
1244db7 Add environment variable config loader
364598c Add config file load features