Releases: apratheek/PyReactive
Releases · apratheek/PyReactive
Revamped Subscribe API.
Silent notifications
Notifications are now silent in case the value does not change. This reduces the number of function calls as calls to the notify method are not processed in case there's no change to the Observe object's value.
Handles deep Lists, Dicts, Sets, ByteArrays
Along with a bunch of bug fixes, the code can now handle objects that can go deep. Example: a Dict can be inside of another Dict, which is inside of another Dict. If an Observe object is instantiated over the top most Dict, and if the innermost Dict is updated, the notify method of the Observe object is triggered. This wasn't being done in the previous releases.
Usable code
Various bug fixes, also added method="sum" on Lists, Sets and Dicts. Can now Observe the 'firstel' and 'lastel' on empty Lists.
PyReactive - Reactive Programming for Python
Same as that from PyPI.
Alpha version of PyReactive. Still work in progress. Not production ready code
Pre-release
v0.0.1-alpha Removed all prints