Releases: emqx/hocon
Releases · emqx/hocon
0.20.0
What's Changed
- feat(schema): Add structs doc by @zmstone in #145
- fix(pp): fix pretty print array element delimiter by @zmstone in #148
- feat: support include-dirs opt to search include file by @zhongwencool in #147
Full Changelog: 0.19.6...0.20.0
Version 0.19.6
fix(test): add testcase for pretty-printing strs have escape chars
add hoconsc:is_schema/1
Merge pull request #138 from zhongwencool/master feat(hoconsc): is_type/1 to check if input is a hocon type
Version 0.17.1
Merge pull request #136 from emqx/load_empty_object fix(parser): load empty object failed
Version 0.11.1
feat(schema): add option 'no_conversion' to hocon_schema:check_plain/3
Version 0.10.1
fix(hocon_schema): remove the debug io:format
Support Configure HOCON Format Values in OS Environment
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
Add hocon_schema:map_translate/3
Some opts not working for hocon_schema:map/4
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
Add return_plain
option to return a plain map (rather than a richmap
) after hocon_schema:check/2,3
.