Releases: silverwolfg11/CommentConfig
Releases · silverwolfg11/CommentConfig
CommentConfig v1.1.0
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
andClassDeserializer
. - Document the API and allow access to javadoc.
CommentConfig Alpha Release 1
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. 👍