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