Skip to content

Releases: saurabh0719/object-tracker

2.0.0

11 Apr 15:31
c2d947a
Compare
Choose a tag to compare

Description

Breaking changes in the API. Please check the documentation.

  • New decorator based tracker @track

  • Update changelog to query tracker history and replay frames

  • TrackerMixin for classes

Full Changelog: v1.0.1...2.0.0

v1.0.1

17 Mar 20:16
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Mar 16:16
Compare
Choose a tag to compare

Description

  • Clean and simple tracker API (breaking change from v0.1.1)
  • Updated docs
  • A few bug fixes
$ pip install object-tracker

The API is now stable and production ready. Full Changelog: v0.1.1...v1.0.0

v0.1.1

15 Mar 12:13
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Mar 10:15
Compare
Choose a tag to compare

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-tracker

Tested 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.

Read the docs here