Releases: Nedelis/JSONConfig4Java
Releases · Nedelis/JSONConfig4Java
Release list
Beta 3.5
Meet the new version of JC4J!
Much more convenient and flexible version.
What's new
- Added new feature: changing config(-s) at runtime
- Added a large selection of ways to create a config wrapper (overloads for
of(...)method) - Updated javadocs
- Added new method to
ConfigWrapperthat allows to get value from config, that'll be converted by using providedIJSONValueType - Added some new
get(...)methods toConfigWrapperwhich allows to get value from config with default value from default config using only key of these values
How to use
You can read a readme file that describes how to install and use JC4J (there are also some usage examples)
Other information
- You can find docs here
- If you've found any issues with this version, please let me know about it! You can find my discord in readme file
Beta 3.4
Let me introduce new (and first) version of the JC4J!
What's new
- Now JC4J have become a library! (at past JC4J was a .java file)
- Some bugs were removed
- Added custom logger system
- Logger messages were slightly fixed
- Some javadocs were added
How to use
You can read a readme file that describes how to install and use JC4J (there are also some usage examples)
Other information
- You can find docs here
- If you've found any issues with this version, please let me know about it! You can find my discord in readme file