Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

40 lines (27 loc) · 984 Bytes

1.4.0

  • Null safety

1.3.1

  • Example updated
  • Fixed first item not being able to be undone

1.3.0

  • Async support

1.2.0

  • [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

1.1.0

  • Adding StreamController and ValueNotifier Implementations

1.0.1

  • Adding Stream API

1.0.0

  • Forked abandoned project and updated with latest Flutter