Skip to content

Releases: chimpler/pyhocon

Version 0.3.61

29 May 15:17
Compare
Choose a tag to compare

Version 0.3.61

Version 0.3.60

12 Feb 04:35
Compare
Choose a tag to compare

Resolve namespace package and pin pyparsing version

28 Nov 02:10
Compare
Choose a tag to compare
  • Resolve namespace package (@yifeitao) [#264]
  • Update pyparsing requires lock to be more strict [#275]

Better substitution resolution and duration support

12 Jul 00:52
Compare
Choose a tag to compare
  • 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]

06 Jan 04:12
Compare
Choose a tag to compare
0.3.54

updated README, added @anujkumar93 as contributor

Fix JSON and HOCON string escaping

27 Sep 13:52
Compare
Choose a tag to compare

Added partial implementation of hocon duration and period recommended api (@gabis-precog) [#199]

15 Feb 02:35
Compare
Choose a tag to compare

0.3.48

15 Nov 04:33
Compare
Choose a tag to compare
  • 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

20 Sep 03:56
Compare
Choose a tag to compare
0.3.47

removed py37