- Changed signal is only emitted when the cache value actually changes.
0.4.2
------------------
- Created get/set _notifiy to be called after succesfull get/set.
0.4.1
------------------
- 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
----------------
- 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
----------------
- Implemented `log_values` to toggle how values are logged - Improved testing. - Split GetSetCacheProperty into GetCacheProperty and SetCacheProperty