Skip to content

Releases: VeryGoodOpenSource/pub_updater

v0.4.0

19 Sep 11:16
dd39359
Compare
Choose a tag to compare
  • fix!: activation of package on self-hosted url (#46)
  • chore(deps): bump process from 4.2.4 to 5.0.0 (#52)

v0.3.1

19 Jun 13:56
d003cb2
Compare
Choose a tag to compare
  • refactor: update to Dart 3 and Very Good Analysis 5
  • chore(deps): bump http version to 1.0.0

v0.3.0

11 Apr 13:54
df49f80
Compare
Choose a tag to compare
  • avoid false negatives when the current version is a pre-release and there is a prior stable release on pub (#41) (0a14ccd)

v0.2.4

23 Jan 16:52
dc84e91
Compare
Choose a tag to compare

Features

  • add version constraints to update method (#37) (ec14539)

v0.2.3

17 Nov 22:00
a780a7d
Compare
Choose a tag to compare

Features

v0.2.2

16 Nov 15:36
3fb14c9
Compare
Choose a tag to compare

Bug Fixes

v0.2.1

13 Oct 05:09
66e6a25
Compare
Choose a tag to compare

Bug Fixes

  • use /api/packages to fetch latest version (#17) (23dc699)

v0.2.0

12 Oct 18:57
53aa965
Compare
Choose a tag to compare

Features

final pubUpdater = PubUpdater();

// You can query the latest version available for a specific package.
final latestVersion = await pubUpdater.getLatestVersion('my_package');

v0.1.1

13 Sep 19:29
d570566
Compare
Choose a tag to compare

Bug Fixes

  • use http.get when client is not provided (#7) (67ec60c)

v0.1.0

13 Sep 19:24
8f83444
Compare
Choose a tag to compare

Features

  • implement isUpToDate and update APIs (#1) (adc1312)