Releases: saurabh0719/object-tracker
Releases · saurabh0719/object-tracker
Release list
2.0.0
Description
Breaking changes in the API. Please check the documentation.
-
New decorator based tracker
@track -
Update
changelogto query tracker history and replay frames -
TrackerMixinfor classes
Full Changelog: v1.0.1...2.0.0
v1.0.1
v1.0.0
Description
- Clean and simple tracker API (breaking change from
v0.1.1) - Updated docs
- A few bug fixes
$ pip install object-trackerThe API is now stable and production ready. Full Changelog: v0.1.1...v1.0.0
v0.1.1
v0.1.0
object-tracker
A pure python object change & history tracker. Monitor all changes in your objects lifecycle and trigger callback functions to capture them. 📝
$ pip install object-trackerTested for python 3.7 and above.
Key Features
- Determine if a python object has changed.
- Investigate change history through the structured changelog.
- Trigger callback functions whenever the object or an attribute has changed.
- Simple query interface for object changelog.