Skip to content

Releases: Nedelis/JSONConfig4Java

Beta 3.5

Choose a tag to compare

@Nedelis Nedelis released this 31 May 16:07

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 ConfigWrapper that allows to get value from config, that'll be converted by using provided IJSONValueType
  • Added some new get(...) methods to ConfigWrapper which 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

Choose a tag to compare

@Nedelis Nedelis released this 24 May 10:03
93a8a94

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