Releases: chimpler/pyhocon
Releases · chimpler/pyhocon
Version 0.3.61
Version 0.3.61
- fix(tox): remove old EOLed python 3.x versions, added new python versions (@pierresouchay) [#330]
- substitution fix (@carolguo-dd, @darthbear) [#308] [#329]
- period parser fix (@pierresouchay, @darthbear) [#326] [#327] [#328]
- fix(config_parser): handle substitutions with resolved values of type ConfigValues (@M0dEx) [#322]
- Added support for triple quoted keys (@jakub-szewczyk-exa) [#318]
- Fixed typos and spellings (@jsoref) [#315]
Version 0.3.60
- Update pyparsing requirement from ~=2.0 to >=2,<4 (@ecederstrand) [#296]
- Fixes for dict substitution (@USSX-Hares) [#292]
- Fix: Tests on Windows (@USSX-Hares) [#291]
- Fix broken overrides (@afanasev) [#287]
Resolve namespace package and pin pyparsing version
Better substitution resolution and duration support
- Adding the resolve method to resolve substitution keys in 1 config tree with another config tree (@borissmidt) [#266]
- Support serializing timedelta and relativedelta to string (hocon, json etc.) (@gabis-precog) [#263]
- Upgrade to GitHub-native Dependabot (@dependabot-preview) [#260]
- Process substitution overrides in order (@JettJones) [#257]
- Fix duration parsing in lists (@olii) [#255]
- Add support for Python 3.9 and fix deprecation warning (@olii) [#254]
Rewrite the logic to resolve package-relative paths so we can remove the "asset" library
Fix self references when environment variables exist (@anujkumar93) [#219]
0.3.54 updated README, added @anujkumar93 as contributor
Fix JSON and HOCON string escaping
0.3.53 fixed test
Added partial implementation of hocon duration and period recommended api (@gabis-precog) [#199]
0.3.51 added xenial to travis
0.3.48
- Support conversion of numerically-index objects to arrays (a.1 = 4) (@lune-sta) [#189]
- Handle ConfigValues and ConfigSubstitution in HOCONConverter.to_hocon (@ChristopheDuong) [#192]
- Fix raising of ConfigException for get_int() and get_float() (@ElkMonster) [#188]
- Fixed Flake8 error for Python 2.7
Fix int parsing of integers
0.3.47 removed py37