Files
packages.dart/packages/undo/CHANGELOG.md
2026-01-15 17:28:55 -08:00

1.2 KiB

1.6.0

  • Updated SDK constraints to ^3.5.0
  • Updated dev_dependencies
  • Modernized example application
  • Updated documentation

1.5.0

  • Updating to Dart 3.0.0
  • Removing unnecessary packageVersion

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