Skip to content

Latest commit

 

History

History
166 lines (73 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

166 lines (73 loc) · 6.22 KB

1.6.1 (2021-11-12)

Bug Fixes

  • always apply config do not check load status (efa9300)

1.6.0 (2021-11-12)

Features

  • add support for collection and map fields (0717af1)

1.5.0 (2021-10-08)

Bug Fixes

  • default required fields throw (84ccb74)

Features

  • add option to directly create config from class (cfdc352)

1.4.0 (2021-10-08)

Features

  • mapper: add support for mapping enums from strings (23b1219)

1.3.6 (2021-10-08)

Bug Fixes

  • release: change task to publishToMavenLocal (4293cec)

1.3.5 (2021-10-08)

Bug Fixes

  • release: run explicit gradle build task (b2f5131)

1.3.4 (2021-10-08)

Bug Fixes

  • release: jitpack execute build instead of gradle (54f9a75)

1.3.3 (2021-10-08)

Bug Fixes

  • release: make gradle wrapper executable (d16bd1a)

1.3.2 (2021-10-08)

Bug Fixes

  • release: use jdk16 to publish jitpack release (a42ee71)

1.3.1 (2021-10-08)

Bug Fixes

  • release: ensure jitpack jdk 16 (f6b2f08)

1.3.0 (2021-10-08)

Features

1.2.2 (2021-10-08)

Bug Fixes

1.2.1 (2021-03-05)

Bug Fixes

  • deeply nested config fields not parsed (a12057d)

1.2.0 (2021-03-02)

Features

  • make the ConfigurationException a RuntimeException (a90bb15)

1.1.4 (2020-12-19)

Bug Fixes

  • map primitive type to string and back (6ac9d0b)

1.1.3 (2020-12-19)

Bug Fixes

  • cast field value to type before setting it and catch all exceptions (7d3bdb2)
  • convert object to primitive type if needed (82cfa06)

1.1.2 (2020-12-07)

Bug Fixes

  • release: set jitpack to jre11 (728d5e8)

1.1.1 (2020-12-07)

Bug Fixes

  • bukkit: make BukkitConfigMap public visible (0f0eef8)

1.1.0 (2020-12-07)

Features

  • docs: add javadocs to the entrypoint (8e35993)

1.0.2 (2020-12-07)

Bug Fixes

  • release: change group id of bukkit project (634eb6b)

1.0.1 (2020-12-07)

Bug Fixes

  • release: commit correct readme into release tag (62dd592)

1.0.0 (2020-12-07)

Bug Fixes

  • release: grant execute rights to update-versions (6b4fe5f)
  • release: use correct lowercased Readme.md name (4d85953)

Features

  • add BukkitConfigMap that allows mapping of ConfigurationSections to objects (314cfbd)
  • initial migration of the config mapper from the art-framework (9e00afe)