night-config

Powerful java configuration library for toml, yaml, hocon, json and in-memory configurations. Serialization/deserialization framework.

LGPL-3.0 License

Stars
234
Committers
10

Bot releases are hidden (Show)

night-config - Version 2, beta 2: Better conversion with commented configs

Published by TheElectronWill over 7 years ago

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
night-config - Version 2, beta: big changes incoming

Published by TheElectronWill over 7 years ago

  • Code formatted
  • Many issues fixed
  • API streamlined
  • New features, like commented and unmodifiable configurations.
  • More, better unit tests!
night-config - 1.x Bugfix release

Published by TheElectronWill over 7 years ago

  • Fix bug in JSON number parsing
  • Fix bug in TOML multiline string parsing (issue #12)
  • Fix bug in HOCON parsing and writing
  • Code formatting
night-config - TOML bugfix release

Published by TheElectronWill over 7 years ago

  • Fix issues 12, 13, 14, 15, 16, 17 and more!
  • Other various fixes
  • Improved tests
night-config - TOML bugfix release

Published by TheElectronWill over 7 years ago

  • Fix the issue #10
  • Improve the detection of invalid TOML documents
night-config - First stable version!

Published by TheElectronWill over 7 years ago

  • JSON, HOCON, YAML and TOML are supported
  • Improved Config and ConfigSpec
  • New ConfigParser and ConfigWriter interfaces
  • Standardized parsers and writers
  • Bug fixes
night-config - First release: BETA 0.1

Published by TheElectronWill almost 8 years ago

Package Rankings
Top 3.2% on Repo1.maven.org
Badges
Extracted from project README
Maven Central javadoc CircleCI