Skip to content

Releases: fabiocaccamo/python-benedict

0.23.2

19 Jan 10:59

Choose a tag to compare

  • Fixed merge method lists concat when merging nested dicts. #48
  • Fixed BaseDict initialized with BaseDict subclass argument.

0.23.1

14 Jan 17:31

Choose a tag to compare

  • Fixed get_int_list with single value.

0.23.0

21 Dec 10:26

Choose a tag to compare

  • Added get_date and get_date_list methods.
  • Added python-fsutil library for file-system operations.

0.22.4

22 Dec 13:06

Choose a tag to compare

  • Removed sort_keys=True by default in JSON serializer.

0.22.3

22 Dec 13:06

Choose a tag to compare

  • Added concat option to merge method. #45
  • Added sort_keys=True by default in JSON serializer.
  • Added memo option to clone core method.
  • Fixed broken json.dumps using cloned instance. #46

0.22.2

30 Nov 10:59

Choose a tag to compare

  • Fixed benedict yaml representer. #43

0.22.1

27 Nov 12:02

Choose a tag to compare

  • Fixed dump benedict object to yaml not working correctly. #43

0.22.0

27 Nov 12:02

Choose a tag to compare

  • Added get_uuid and get_uuid_list methods.

0.21.1

30 Sep 17:06

Choose a tag to compare

  • Fixed performance issue. #39
  • Fixed to_json returns empty dict from generator. #38
  • Refactored BaseDict class and enforced tests.

0.21.0

22 Sep 13:33

Choose a tag to compare

  • Added match utility method. #11 #16
  • Added indexes option support to keypaths method. #13
  • Updated keypaths method to use the default keypath_separator (.) instead of None.
  • Fixed keypath_separator inheritance when init from another benedict instance. #35
  • Fixed json.dumps no longer works directly with benedict. #34