Releases: btwonion/konfig
Releases · btwonion/konfig
2.0.2-1.20.4
v2.0.2-1.20.4
- fix rare crash, where config wasn't json encodable
- improve javadocs
- update to kotlin 2.0.10
2.0.1-1.20.4
v2.0.1-1.20.4
- cleanup internal code
- add unit tests for whole library
- remove ignoreUnknowns from Json
- caused migrations not being invoked
2.0.0-1.20.4
2.0.0
Breaking changes to the old api
- allow multiple config files
- allow to apply own json configuration
1.1.0-1.20.4
v1.0.5-1.20.4
- fix exception when using config in extra directory
- now require path instead of name
- update dependencies
1.0.4-1.20.2
v1.0.4-1.20.2
- remove ServerLevelExtensions
- fix bug when saveConfig saves Any instead of T
- make Konfig serializable
1.0.3-1.20.2
v1.0.3-1.20.2
- add ServerLevelExtensions
- fix serialization bug
1.0.2-1.20.2
v1.0.2-1.20.2
- specify java compile target
- fix javadoc of loadConfig
1.0.1-1.20.2
v1.0.1-1.20.2
- fix saving default instance on wrong condition
- give migrations parameter names and make return type nullable
1.0.0-1.20.2
v1.0.0-1.20.2
Initial release of konfig, which provides a config loading, saving and migrating tool.