Skip to content

Releases: 2DevsStudio/SimpleJSONConfig

Auto Config update / Shared GSON Builder/ LRU Cache

08 Jan 20:24
9884809
Compare
Choose a tag to compare
  • Added config auto updater, which will automatically add/remove fields in file whenever config class has changed
  • Added Shared GSON Builder for better cross plugin compatibility and makes creating custom type adapters much easier
  • Added support for LRU Cache in Data Stores

Data Store Feature

02 Nov 10:12
a7de7bc
Compare
Choose a tag to compare
  • Ability to create file data stores by using @Stored annotation
  • Enhanced Post Processing: Possibility to auto post process fields of type PostProcessable if class implements PostProcessable
  • Fix for File encoding issues
  • Moved to java 10

Full Changelog: 1.1...1.2

YAML config support & Enhanced ItemStack serialization

27 Aug 17:07
Compare
Choose a tag to compare
  • Ability to switch between JSON and YAML configuration
  • ItemStack is no longer serialized as plain String
  • Bugfixes

1.0

22 Aug 13:24
Compare
Choose a tag to compare
1.0
updated depends