- Null safety
- Example updated
- Fixed first item not being able to be undone
- Async support
- [max] -> [limit]
- Removing Flutter support for use in AngularDart and web applications
- Updating tests
- Deprecating [clear] in favor of [clearHistory]
- Adding Generics support
- Simplified for adding group or single change
- Added label option for every change
- Updating docs
- Removing StreamController and ValueNotifier Implementations in favor of Bloc PR
- Adding [packageVersion]
- Updating Example
- Adding [SimpleStack]
- Adding Dart/Html Web Example
- Adding StreamController and ValueNotifier Implementations
- Adding Stream API
- Forked abandoned project and updated with latest Flutter