Releases: fork-tongue/observ
Releases · fork-tongue/observ
Release v0.9.2
Small release that includes the following change:
- Bugfix for #70 where deep watcher traversal would work incorrectly due to a object lifetime gotcha
Release v0.9.1
Bump version to 0.9.1 (#68) Small release that includes the following changes: * Update README and authors * Remove constraint for max python version * Improve exception inception for wrong number of arguments
Release v0.9.0
drop py3.6, update packaging and deps (#64)
Release v0.8.1
Bump version to 0.8.1 (#61) Includes the following changes: * Remove unnecessary calls to proxy from write traps (#57) * Add equality and identity tests (#59) * Update README (#60)
Release v0.8.0
Bump version to 0.8.0 (#54) Included changes: * Implement patch-based undo/redo in the store without the use of deepcopy (#50) * Support Python 3.10 (#51) * Make computed deep by default (#52) * Avoid map function overhead in `to_raw` (#53)
Release v0.7.2
Bump version to 0.7.2 (#48) Included change(s): * Fix for deep watchers
Release v0.7.1
Bump version to 0.7.1 (#45) Included change(s): * Add deep argument to computed decorators
Release v0.7.0
Bump version to 0.7.0 (#43) Included change(s): * Added store module with Store class and undo/redo functionality
Release v0.6.2
Bump version to 0.6.2 (#40)
Release v0.6.1
Bump version to 0.6.1 (#37) Included changes: * Tweaked Qt example * Fixes update and __ior__ methods on dicts Co-authored-by: Berend Klein Haneveld <berend.kleinhaneveld@zimmerbiomet.com>