Releases: joeljames/py-shared-utils
Releases · joeljames/py-shared-utils
Add support for upper camel case conversion
Fix compact dict bug
- 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
Added support for get, pop on ObjectDict
Added support for `get_dict_properties` and `map_dict_keys`
- 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
0.3.0 Add build status and doc status to readme