Releases: VeryGoodOpenSource/pub_updater
Releases · VeryGoodOpenSource/pub_updater
v0.5.0
- chore: tighten dependencies (#62)
v0.4.0
- 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
- refactor: update to Dart 3 and Very Good Analysis 5
- chore(deps): bump http version to 1.0.0
v0.3.0
- 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
Features
- add version constraints to update method (#37) (ec14539)
v0.2.1
Bug Fixes
- use /api/packages to fetch latest version (#17) (23dc699)
v0.2.0
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
Bug Fixes
- use http.get when client is not provided (#7) (67ec60c)