File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- # v0.2.2 (2021-11-16)
1
+ # [ 0.2.3] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.2...v0.2.3 ) (2022-11-17)
2
+
3
+ ### Features
4
+
5
+ - add dependabot ([ #26 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/26 ) ) ([ 3dca646] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/3dca64625454fb18f2f4ff01b312b001d2d7d2e2 ) )
6
+ - support custom base urls ([ #33 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/33 ) ) ([ 682c6dd] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/682c6dd424bc1d4dc8a128246f7212a89a24e99d ) )
7
+
8
+ ## [ 0.2.2] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.1...v0.2.2 ) (2021-11-16)
2
9
3
10
### Bug Fixes
4
11
5
12
- widen dart compatibility ([ #20 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/20 ) ) ([ 20358a3] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/20358a3f263d6d7bb95600d2cf99cb35d103b319 ) )
6
13
7
- # v0.2.1 (2021-10-13)
14
+ ## [ 0.2.1 ] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/ v0.2.0...v0.2.1 ) (2021-10-13)
8
15
9
16
### Bug Fixes
10
17
11
18
- use /api/packages to fetch latest version ([ #17 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/17 ) ) ([ 23dc699] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/23dc699104ed137bd536daf99976a78462521fcd ) )
12
19
13
- # v0.2.0 (2021-10-12)
20
+ # [ 0.2.0 ] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/ v0.1.1...v0. 2.0) (2021-10-12)
14
21
15
22
### Features
16
23
17
24
- add getLatestVersion ([ #14 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/14 ) ) ([ b092f77] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/b092f7709a9a1796d77bf4d265f385f420f1d4d6 ) )
18
25
19
- # v0.1.1 (2021-09-13)
26
+ ## [ 0.1.1] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.1.0...v0.1.1 ) (2021-09-13)
27
+
28
+ # [ 0.1.0] ( https://github.com/VeryGoodOpenSource/pub_updater/compare/adc13127067912e721849d56f334bfb7deaebde6...v0.1.0 ) (2021-09-13)
20
29
21
30
### Bug Fixes
22
31
25
34
### Features
26
35
27
36
- implement isUpToDate and update APIs ([ #1 ] ( https://github.com/VeryGoodOpenSource/pub_updater/issues/1 ) ) ([ adc1312] ( https://github.com/VeryGoodOpenSource/pub_updater/commit/adc13127067912e721849d56f334bfb7deaebde6 ) )
28
-
29
- # v0.1.0 (2021-09-09)
30
-
31
- ### Features
32
-
33
- - implement isUpToDate and update APIs ([ #1 ] ( https://github.com/VeryGoodOpenSource/pub_update/issues/1 ) ) ([ adc1312] ( https://github.com/VeryGoodOpenSource/pub_update/commit/adc13127067912e721849d56f334bfb7deaebde6 ) )
Original file line number Diff line number Diff line change 1
1
name : pub_updater
2
2
description : A Dart package which enables checking whether a package is up to date.
3
- version : 0.2.2
3
+ version : 0.2.3
4
4
homepage : https://github.com/VeryGoodOpenSource/pub_updater
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments