Skip to content

Releases: emqx/hocon

0.20.0

13 Oct 09:32
c47ab8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.19.6...0.20.0

Version 0.19.6

12 Oct 05:31
Compare
Choose a tag to compare
fix(test): add testcase for pretty-printing strs have escape chars

add hoconsc:is_schema/1

18 Sep 05:25
e660671
Compare
Choose a tag to compare
Merge pull request #138 from zhongwencool/master

feat(hoconsc): is_type/1 to check if input is a hocon type

Version 0.17.1

13 Sep 10:56
f72dc97
Compare
Choose a tag to compare
Merge pull request #136 from emqx/load_empty_object

fix(parser): load empty object failed

Version 0.11.1

10 Aug 12:04
Compare
Choose a tag to compare
feat(schema): add option 'no_conversion' to hocon_schema:check_plain/3

Version 0.10.1

15 Jul 05:55
Compare
Choose a tag to compare
Version 0.10.1 Pre-release
Pre-release
fix(hocon_schema): remove the debug io:format

Support Configure HOCON Format Values in OS Environment

15 Jul 01:21
7698d75
Compare
Choose a tag to compare
feat(hocon_schema): support set array value using env (#108)

* feat(hocon_schema): support set array value using env

* fix(hocon_schema): rename the virtual_root to fake_key

* fix(hocon_schema): remove the try catch for read_hocon_val

hocon_schema:map_translate/3

23 Jun 16:55
Compare
Choose a tag to compare
Pre-release

Add hocon_schema:map_translate/3

Some opts not working for hocon_schema:map/4

22 Jun 01:16
Compare
Choose a tag to compare

Currently the option atom_key and return_plain won't work on hocon_schema:map/4. This tag includes the fix for this.

return_plain

19 Jun 07:10
Compare
Choose a tag to compare
return_plain Pre-release
Pre-release

Add return_plain option to return a plain map (rather than a richmap) after hocon_schema:check/2,3.