Releases: TheElectronWill/night-config
Releases · TheElectronWill/night-config
Version 2, beta 2: Better conversion with commented configs
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
- Code formatted
- Many issues fixed
- API streamlined
- New features, like commented and unmodifiable configurations.
- More, better unit tests!
1.x Bugfix release
- 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
- Fix issues 12, 13, 14, 15, 16, 17 and more!
- Other various fixes
- Improved tests
TOML bugfix release
- Fix the issue #10
- Improve the detection of invalid TOML documents
First stable version!
- 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
v0.1 Format + Documentation + Minor improvements