Packages

Parse HOCON configuration files in Elixir following the HOCON specifications.

Current section

Files

Jump to
hocon CHANGELOG.md
Raw

CHANGELOG.md

## 0.1.3
* Enhancements
* added support for size unit format
* added more tests
* extended the documentation
* Bugfixes
* The `Hocon.Tokenizer` handles the variable byte length of UTF-8 strings correctly.
* Escaping unicodes in quoted string is now supported.
## 0.1.2
* Enhancements
* added support substitutions
## 0.1.1
* Enhancements
* added support for conversion of numerically-indexed objects to arrays
* added support for multi-line strings
* added support for object and array concatenation
## 0.1.0
* Initial import