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`](https://github.com/rmorshea/spectate/blob/86df9c5c89528f2781d2d89e0e56cc195bf4c6cf/spectate/utils.py#L12) "dict-like" objects with attribute access)
- `spectate.utils.Immutable` no longer exists.
- `undo` param of `spectate.events.rollback()` is now required.