Skip to content

Releases: Tuinity/YamlConfig

1.2.0

Choose a tag to compare

@Spottedleaf Spottedleaf released this 15 Feb 10:32
  • Add default Set type handling
  • Improve default serialized key (i.e. fixMC12345 becomes fix-MC-12345 instead of fix-M-C-12345)
  • Add declaration order serialization order to Adaptable, allowing fields to be serialized to config in the order they are declared in the class
  • Add basic from/to String type adapter (StringFormTypeAdapter)

1.1.0

Choose a tag to compare

@Spottedleaf Spottedleaf released this 04 Nov 18:45
  • Add default type adapters for Enum classes
  • Auto-initialise generic type arguments

1.0.2

Choose a tag to compare

@jpenilla jpenilla released this 04 Dec 02:30
c38bd6b

Initial release