Skip to content

Releases: RedstoneParadox/ParadoxConfig

0.5.1 Beta

27 Aug 02:23
d1560ef
Compare
Choose a tag to compare
0.5.1 Beta Pre-release
Pre-release
  • toml4j is now actually bundled with the jar.
  • The homepage and sources link in fabric.mod.json now have the correct URL.
  • Added issues link to fabric.mod.json

0.5.0 Beta

07 Jul 23:59
Compare
Choose a tag to compare
0.5.0 Beta Pre-release
Pre-release
  • Port to Minecraft 1.17
  • Remove old config serialization code.
  • Added TOML as a config format.
    • Note: Does not work well with Map<> based options; it will turn them into a category instead of an inline table. This will be fixed in a future release.

Paradox Config 0.4.0 Beta

23 Dec 22:18
d5438ae
Compare
Choose a tag to compare
Pre-release
  • ConfigSerializer and ConfigDeserializer have been deprecated in favor of ConfigCodec (not the DFU kind), which has complete control over serialization.
    • Since they now need to be registered, the pconfigFormat entrypoint and the ConfigFormatInitializer has been added to register custom ConfigCodecs before configs are loaded.
  • RootConfigCategory has been deprecated; to specify the file format, the "key" of your root category should be the full file name with the file extension.
  • Test code is no longer bundled with the mod.
  • Config reloading is now handled by ConfigManager
  • Support for Recipe Conditions
  • General cleanup.

0.3.6 Alpha

03 Nov 19:55
Compare
Choose a tag to compare
0.3.6 Alpha Pre-release
Pre-release

Fix LibCD integration.

Paradox Config 0.3.5-alpha

27 Oct 18:22
Compare
Choose a tag to compare
Pre-release
  • Hopefully fix strange edge cases by doing Java-specific reflection in Java and not Kotlin

0.3.4 Alpha

13 Sep 22:22
2f954d1
Compare
Choose a tag to compare
0.3.4 Alpha Pre-release
Pre-release
  • Updated to 1.16.3
  • Updated to latest version of all dependencies.
  • Everything now resides under the io.github.redstoneparadox package.

Paradox Config 0.3.3-alpha

07 Feb 02:14
Compare
Choose a tag to compare
Pre-release
  • Update dependency versions

Paradox Config 0.3.2-alpha

19 Jan 22:30
Compare
Choose a tag to compare
Pre-release
  • LibCD compat now requires version 2.2.1 or greater.

Paradox Config 0.3.1 Alpha

12 Dec 23:51
Compare
Choose a tag to compare
Pre-release
  • fixed an issue where boolean options were not added to the config file when using Jankson

Paradox Config 0.3.0-alpha

10 Dec 21:35
Compare
Choose a tag to compare
Pre-release
  • Rewrote serialization and deserialization.
  • Updated to Minecraft 1.15
  • Updated fabric.mod.json to contain better info.