2. Changelog

2.1. Changes in v0.5.0

  • Add support for upper camel case conversion.

2.2. Changes in v0.4.2

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

2.3. Changes in v0.4.1

  • Added support for get, pop on ObjectDict.

2.4. Changes in v0.4.0

  • 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.

2.5. Changes in v0.3.0

  • Added convenient python utility modules which are not included in python standard lib.