Releases: llucax/pausable_timer
v3.1.0
v3.0.0
What's Changed
- Tighten API by making
PausableTimer
afinal
class - Some small cleanups in tests and documentation
Full Changelog: v2.0.0+1...v3.0.0
v2.0.0+1
v2.0.0
2.0.0
Summary
- Update and test against Dart 3.0.
- Bump dependencies and configuration to work with Dart 3.0.
- Because of the above, drop support for Dart 2.x.
NOTE: If you need to use Dart 2.x you can stick to the 1.x branch series. Even more, those releases seem to be forward-compatible with Dart 3.0, so upgrading should only be necessary if you also need to bump other dependencies.
New maintainer wanted
It's been almost 2 years since the last time I used Dart or Flutter, and while I enjoy maintaining open source projects, it is becoming more and more difficult to keep up to date with changes in Dart and maintaining this project, so I'm looking for a maintainer willing to take over this project to ensure its health in the future. Please get in touch if you are interested.
What's Changed
- pub: Update version number by @llucax in #32
- Add release checklist to docs and update changelog by @llucax in #33
- Test against new dart 2.13 too by @llucax in #35
- ci: Use new official Docker Hub Dart images by @llucax in #36
- Fix check-dart action by @llucax in #37
- check-dart: Allow running manually by @llucax in #38
- Update dart version to the latest stable by @llucax in #39
- Update example to use late by @llucax in #40
- ci: Test against dart 2.14 too by @llucax in #41
- Release v1.0.0+2 by @llucax in #42
- Test against dart 2.15 and bump dependencies by @llucax in #43
- Add support for Dart 2.16 by @llucax in #44
- Test against Dart 2.17 by @llucax in #46
- Support dart 2.18 by @llucax in #51
- Update supported version to dart 2.19 by @llucax in #53
- Update supported version to dart 3.0 by @llucax in #54
Full Changelog: v1.0.0...v2.0.0
Milestone: https://github.com/llucax/pausable_timer/milestone/13?closed=1
v1.0.0+7
v1.0.0+6: 1.0.0+6
- Add funding link to
pubspec.yaml
. - Update and test against Dart 2.18.
v1.0.0+5
v1.0.0+4: 1.0.0+4
- Update and test against Dart 2.16.
1.0.0+3
v1.0.0+2
- Improve CI of the project
- Update example to use
late
instead of an extra variable to avoid!
. - Update and test against Dart 2.14.
More details available at: https://github.com/llucax/pausable_timer/milestone/7?closed=1.