Skip to content

Releases: TheElectronWill/night-config

Version 2, beta 2: Better conversion with commented configs

17 Apr 15:24
Compare
Choose a tag to compare

Changes since the last beta release:

  • Wrapping a CommentedConfig with a ConversionTable now returns a CommentedConfig, so you don't lose the comments.
  • New class CommentedConvertedConfig
  • Code decuplication
  • Improved TOML parser

Version 2, beta: big changes incoming

14 Apr 22:08
Compare
Choose a tag to compare
Pre-release
  • Code formatted
  • Many issues fixed
  • API streamlined
  • New features, like commented and unmodifiable configurations.
  • More, better unit tests!

1.x Bugfix release

11 Apr 17:36
Compare
Choose a tag to compare
  • Fix bug in JSON number parsing
  • Fix bug in TOML multiline string parsing (issue #12)
  • Fix bug in HOCON parsing and writing
  • Code formatting

TOML bugfix release

09 Apr 14:43
Compare
Choose a tag to compare
  • Fix issues 12, 13, 14, 15, 16, 17 and more!
  • Other various fixes
  • Improved tests

TOML bugfix release

02 Apr 11:33
Compare
Choose a tag to compare
  • Fix the issue #10
  • Improve the detection of invalid TOML documents

First stable version!

13 Mar 22:01
Compare
Choose a tag to compare
  • JSON, HOCON, YAML and TOML are supported
  • Improved Config and ConfigSpec
  • New ConfigParser and ConfigWriter interfaces
  • Standardized parsers and writers
  • Bug fixes

First release: BETA 0.1

10 Jan 14:18
Compare
Choose a tag to compare
v0.1

Format + Documentation + Minor improvements