Skip to content

Releases: rmorshea/spectate

1.0.0 - Spectate is Feature Complete

15 Jan 05:05
Compare
Choose a tag to compare

Spectate is now feature complete. No more new features are likely to be added in the near future.

This release includes a few minor breaking changes:

  • event objects are now standard Python dicts (not Immutable "dict-like" objects with attribute access)
  • spectate.utils.Immutable no longer exists.
  • undo param of spectate.events.rollback() is now required.

0.5.0

04 Sep 08:10
86df9c5
Compare
Choose a tag to compare

Pairs down spectate to only its essential features.