Skip to content

Releases: btwonion/konfig

2.0.2-1.20.4

14 Aug 16:36
f0d367f
Compare
Choose a tag to compare

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

04 Apr 19:08
Compare
Choose a tag to compare

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

10 Feb 20:01
Compare
Choose a tag to compare

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

16 Jan 19:56
Compare
Choose a tag to compare

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

29 Oct 17:11
Compare
Choose a tag to compare

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

29 Oct 16:56
Compare
Choose a tag to compare

v1.0.3-1.20.2

  • add ServerLevelExtensions
  • fix serialization bug

1.0.2-1.20.2

29 Oct 16:46
Compare
Choose a tag to compare

v1.0.2-1.20.2

  • specify java compile target
  • fix javadoc of loadConfig

1.0.1-1.20.2

27 Oct 17:50
Compare
Choose a tag to compare

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

26 Oct 19:57
Compare
Choose a tag to compare

v1.0.0-1.20.2

Initial release of konfig, which provides a config loading, saving and migrating tool.