0.9.4 introduced changes that require some users to modify their require
statements due to bugfixes. In addition the API is stable enough to consider this a 1.0.0
release
1.0.0 Changlog:
This is a bugfix release.
The API is stable enough and the code is being used in production, so the version is also being bumped to 1.0.0
Fixed a bug wherein calling "Hocon.load" would not
resolve substitutions.
Fixed a circular dependency between the Hocon and Hocon::ConfigFactory
namespaces. Using the Hocon::ConfigFactory class now requires you to
use a require 'hocon/config_factory' instead of require hocon
Add support for hashes with keyword keys
Easier to look at just the first commit without the whitespace changes in the readme
0.9.4 introduced changes that require some users to modify their require statements due to bugfixes. In addition the API is stable enough to consider this a 1.0.0 release
1.0.0 Changlog: This is a bugfix release. The API is stable enough and the code is being used in production, so the version is also being bumped to 1.0.0
require 'hocon/config_factory'
instead ofrequire hocon
Easier to look at just the first commit without the whitespace changes in the readme