Skip to content

Releases: joeljames/py-shared-utils

Add support for upper camel case conversion

07 Aug 00:29

Choose a tag to compare

Support for upper camel case conversion on dicts.camel_case_dict_keys
and strings. snake_to_camel_case

Fix compact dict bug

22 Dec 16:56

Choose a tag to compare

  • Fixes bug in compact_dict where compact dict did not work if a last of non dicts were passed in.

Added support for get, pop on ObjectDict

03 Nov 17:13

Choose a tag to compare

Added support for get, pop on ObjectDict

Added support for `get_dict_properties` and `map_dict_keys`

21 Oct 15:34

Choose a tag to compare

  • Added support for get_dict_properties, which adds ability to get multiple key value from a dict in one call.
  • Added support for map_dict_keys, which adds ability to map the keys of a python dict with map value.

Initial Release

10 Oct 21:25

Choose a tag to compare

0.3.0

Add build status and doc status to readme