pimpmyclass changelog
=====================


0.4.3 (2019-04-30)
------------------

- Changed signal is only emitted when the cache value actually changes.


0.4.2 (2019-01-21)
------------------

- Created get/set _notifiy to be called after succesfull get/set.


0.4.1 (2019-01-19)
------------------

- Document log_values.
- Check for key being member of list/tuple/set in dictproperties.
- Fixed bug that precluded composing properties/methods with config.


0.4 (2019-01-19)
----------------

- Renamed Config to InstanceConfig and implemented Config for instance
  independent configuration.
- Implemented automatic filling of Config and InstanceConfig with kwargs.
- Implemented default, value and type checking for Config and InstanceConfig
- More testing and docs.


0.3 (2019-01-16)
----------------

- Implemented `log_values` to toggle how values are logged
- Improved testing.
- Split GetSetCacheProperty into GetCacheProperty and SetCacheProperty


0.2 (2018-11-27)
----------------

- Added the possibility to use Python Enum 
  as keys in DictFeat.


0.1.3 (2018-04-04)
------------------

- Removed keyword argument from DictFeat signal 
  for greater compatibility with Qt.


0.1.2 (2018-04-04)
------------------

- Fixed repr in BoundedProperty.
 

0.1.1 (2018-03-28)
------------------

- Fixed check_signature when params is empty.


0.1 (2018-03-23)
----------------

- first public release.

