Skip to content

Releases: llucax/pausable_timer

v3.1.0

29 Oct 12:07
d27eafd
Compare
Choose a tag to compare

What's Changed

  • Implement PausableTimer.periodic (fixes #45)

Full Changelog: v3.0.0...v3.1.0

v3.0.0

26 Oct 10:17
0c44383
Compare
Choose a tag to compare

What's Changed

  • Tighten API by making PausableTimer a final class
  • Some small cleanups in tests and documentation

Full Changelog: v2.0.0+1...v3.0.0

v2.0.0+1

28 Aug 19:37
2071bd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.0+1

v2.0.0

24 May 21:29
44ca610
Compare
Choose a tag to compare

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

04 Feb 14:04
2d0eef7
Compare
Choose a tag to compare

Update supported version to dart 2.19 (#53)

v1.0.0+6: 1.0.0+6

02 Sep 20:59
b89aed0
Compare
Choose a tag to compare
  • Add funding link to pubspec.yaml.
  • Update and test against Dart 2.18.

v1.0.0+5

16 May 11:30
ba09789
Compare
Choose a tag to compare

Update and test against Dart 2.17.

v1.0.0+4: 1.0.0+4

13 Feb 10:19
b0e5705
Compare
Choose a tag to compare
  • Update and test against Dart 2.16.

More details available in
GitHub
.

1.0.0+3

10 Dec 10:04
e2fee6b
Compare
Choose a tag to compare

1.0.0+3

  • Update and test against Dart 2.15.
  • Update dependencies.

More details available in GitHub.

v1.0.0+2

27 Sep 08:22
c7e2b61
Compare
Choose a tag to compare
  • 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.