Skip to content

Releases: fork-tongue/observ

Release v0.9.2

20 Apr 09:33
Compare
Choose a tag to compare

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

07 Mar 13:37
8a268cb
Compare
Choose a tag to compare
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

18 Feb 21:34
2b8c6ce
Compare
Choose a tag to compare
drop py3.6, update packaging and deps (#64)

Release v0.8.1

15 Nov 08:27
f534e31
Compare
Choose a tag to compare
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

09 Nov 18:35
8b57ea6
Compare
Choose a tag to compare
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

03 Nov 15:32
5b6cc2e
Compare
Choose a tag to compare
Bump version to 0.7.2 (#48)

Included change(s):

* Fix for deep watchers

Release v0.7.1

02 Nov 16:00
fd1a202
Compare
Choose a tag to compare
Bump version to 0.7.1 (#45)

Included change(s):

* Add deep argument to computed decorators

Release v0.7.0

02 Nov 14:15
e54090f
Compare
Choose a tag to compare
Bump version to 0.7.0 (#43)

Included change(s):

* Added store module with Store class and undo/redo functionality

Release v0.6.2

28 Oct 10:53
2d68379
Compare
Choose a tag to compare
Bump version to 0.6.2 (#40)

Release v0.6.1

26 Oct 09:12
3e2b3eb
Compare
Choose a tag to compare
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>