Skip to content

Releases: fabiocaccamo/python-benedict

0.15.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:29
  • Added rename method.
  • Added search method.
  • Added unflatten method.

0.14.1

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:29
  • Fixed keypath_separator value in instances returned by copy, clone, filter, flatten, invert, subset methods. #4
  • Fixed get doesn't work when the key is a list with one element. #5
  • Fixed pickle AttributeError. #6

0.14.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:29
  • Added docstrings to methods. #2
  • Added test case for stackoverflow answered questions.
  • Added possibility to run tests using only unittest.
  • Improved code quality and CI.
  • Improved keypath support in fromkeys method.
  • Improved url, file, data autodetect in io_util.read_content.
  • Refactored standardize utility method.
  • Removed duplicated code and benedicton decorator.
  • Renamed options arg to choices in ParseDict methods.
  • Replaced unsafe yaml.load with yaml.safe_load.

0.13.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:34
  • Added csv I/O support.
  • Refactored I/O dict class and utils.
  • Improved tests.

0.12.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:34
  • Added standardize utility method.
  • Added traverse utility method.
  • Added keypath_separator getter/setter.
  • Improved base64 I/O support.
  • Improved tests.
  • Refactored benedict class and utilies.

0.11.1

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:34
  • Added io_util.decode_bytes utility method.

0.11.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:35
  • Added query-string I/O support.
  • Added unique utility method.
  • Added urldecode, padding fix and format=None support to io_util.decode_base64 utility.
  • Refactored benedict class and utilies.

0.10.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:35
  • Added base64 I/O support.
  • Added invert utility method.
  • Added items_sorted_by_keys utility method.
  • Added items_sorted_by_values utility method.
  • Refactored benedict class and utilies.

0.9.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:35
  • Added xml I/O support.

0.8.0

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 21 Dec 10:35
  • Added toml I/O support.