Skip to content

Releases: silverwolfg11/CommentConfig

CommentConfig v1.1.0

29 Jul 04:39
Compare
Choose a tag to compare

Added some nice improvements to CommentConfig! The most important change is that the ORM can now serialize and deserialize maps and collections.

Changelog

  • Added unit tests to test serialization and deserialization.
  • Remove public construction of node classes to force proper creation and usage of config nodes.
  • Ability to serialize and deserialize complex lists and maps using the ClassSerializer and ClassDeserializer.
  • Document the API and allow access to javadoc.

CommentConfig Alpha Release 1

19 May 16:55
Compare
Choose a tag to compare

CommentConfig Alpha Release 1

Alpha release of CommentConfig

Technically it's already stable and ready for production release, and is already used in production. However, I fear that Bukkit's SnakeYAML version may change and break the reflection aspect. Also I have no idea if this works on Java versions > 11.

Read the README for how to use. 👍