|
| 1 | +## 1.37.0 |
| 2 | + |
| 3 | +- `puby gen` and `puby run` now map to `dart run` instead of `[engine] pub run` |
| 4 | +- `dart run` is automatically skipped in projects without the required package |
| 5 | +- Projects configured with FVM will now use `fvm dart` |
| 6 | + |
1 | 7 | ## 1.36.0 |
2 | 8 |
|
3 | 9 | - Improves exit codes |
|
6 | 12 | - Bumps Dart SDK constraint to `^3.0.0` |
7 | 13 |
|
8 | 14 | ## 1.35.0 |
| 15 | + |
9 | 16 | - `puby link` no longer runs `pub get --offline` in flutter example projects |
10 | 17 | - Fixes `--no-fvm` flag for `puby link` |
11 | 18 | - Fixes nested fvm project resolution |
12 | 19 |
|
13 | 20 | ## 1.34.0 |
| 21 | + |
14 | 22 | - Adds `puby relink` as an alias for `puby clean && puby link` |
15 | 23 | - `puby link` now respects the fvm flutter version during linking |
16 | 24 | - `puby link` now respects excludes during linking |
|
19 | 27 | - Cleanup tests and fix testing in GitHub Actions |
20 | 28 |
|
21 | 29 | ## 1.33.0 |
| 30 | + |
22 | 31 | - The `puby link` command no longer requires existing `pubspec.lock` files to function |
23 | 32 | - Fixes `--no-fvm` flag for `puby link` |
24 | 33 | - Updates for fvm 3.0.0 |
25 | 34 |
|
26 | 35 | ## 1.32.1 |
| 36 | + |
27 | 37 | - Adds more log lines to show that work is being done |
28 | 38 |
|
29 | 39 | ## 1.32.0 |
| 40 | + |
30 | 41 | - Fixes `puby link` on Windows |
31 | 42 |
|
32 | 43 | ## 1.31.0 |
| 44 | + |
33 | 45 | - Display the packages as they are cached by `puby link` |
34 | 46 |
|
35 | 47 | ## 1.30.0 |
| 48 | + |
36 | 49 | - Fixes `--no-fvm` flag for convenience commands |
37 | 50 | - Uses `TaskQueue` from `flutter_tools_task_queue` |
38 | 51 |
|
39 | 52 | ## 1.29.0 |
| 53 | + |
40 | 54 | - Use `fvm` if `.fvm` configuration folder exists in any parent directory |
41 | 55 |
|
42 | 56 | ## 1.28.0 |
| 57 | + |
43 | 58 | - Run `puby clean` in parallel |
44 | 59 |
|
45 | 60 | ## 1.27.1 |
| 61 | + |
46 | 62 | - Adds `puby link` to help output |
47 | 63 |
|
48 | 64 | ## 1.27.0 |
| 65 | + |
49 | 66 | - Adds `puby link` to link all locked dependencies |
50 | 67 | - Only search for projects once |
51 | 68 | - Fixes platform path separator issues |
52 | 69 | - More informational timers |
53 | 70 |
|
54 | 71 | ## 1.26.0 |
| 72 | + |
55 | 73 | - Adds `puby exec` to run any command in all projects |
56 | 74 | - Fixes a race condition with command output |
57 | 75 |
|
58 | 76 | ## 1.25.0 |
| 77 | + |
59 | 78 | - Project-level error if FVM required flutter version is not installed |
60 | 79 |
|
61 | 80 | ## 1.24.0 |
| 81 | + |
62 | 82 | - Exit immediately if pub returns an unknown subcommand error |
63 | 83 |
|
64 | 84 | ## 1.23.0 |
| 85 | + |
65 | 86 | - Adds `puby reset` as an alias for `puby clean && puby get` |
66 | 87 |
|
67 | 88 | ## 1.22.0 |
| 89 | + |
68 | 90 | - Adds the ability to disable FVM support with the `--no-fvm` option |
69 | 91 |
|
70 | 92 | ## 1.21.0 |
| 93 | + |
71 | 94 | - `puby mup` now only runs `pub upgrade --major-versions` |
72 | 95 | - > Fix a bug in dart pub upgrade --major-versions where packages not requiring major updates would be held back unless needed. |
73 | 96 | - https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md#pub |
74 | 97 | - Updates minimum Dart SDK to 2.19.0 |
75 | 98 |
|
76 | 99 | ## 1.20.0 |
| 100 | + |
77 | 101 | - Retry with `flutter` engine if `dart` command fails with 'Flutter users should run `flutter pub get` instead of `dart pub get`.' |
78 | 102 |
|
79 | 103 | ## 1.19.0 |
| 104 | + |
80 | 105 | - Adds `puby mup` convenience command for `puby upgrade --major-versions && puby upgrade` |
81 | 106 |
|
82 | 107 | ## 1.18.0 |
| 108 | + |
83 | 109 | - Run `flutter clean` in dart projects |
84 | 110 |
|
85 | 111 | ## 1.17.0 |
| 112 | + |
86 | 113 | - Prints failed projects to the console |
87 | 114 |
|
88 | 115 | ## 1.16.1 |
| 116 | + |
89 | 117 | - Fixed typo |
90 | 118 |
|
91 | 119 | ## 1.16.0 |
| 120 | + |
92 | 121 | - Commands no longer run in build folders |
93 | 122 | - Uses pubspec_parse package for pubspec parsing |
94 | 123 |
|
95 | 124 | ## 1.15.0 |
| 125 | + |
96 | 126 | - Show elapsed time after command completion |
97 | 127 |
|
98 | 128 | ## 1.14.1 |
| 129 | + |
99 | 130 | - Handle empty pubspec files |
100 | 131 |
|
101 | 132 | ## 1.14.0 |
| 133 | + |
102 | 134 | - Exit if there are no projects found in the current directory |
103 | 135 |
|
104 | 136 | ## 1.13.1 |
| 137 | + |
105 | 138 | - Fixed readme layout |
106 | 139 |
|
107 | 140 | ## 1.13.0 |
| 141 | + |
108 | 142 | - FVM support |
109 | 143 | - Config file to allow per-project command exclusions |
110 | 144 | - Added tests |
111 | 145 |
|
112 | 146 | ## 1.12.2 |
| 147 | + |
113 | 148 | - Updated pub_update_checker |
114 | 149 |
|
115 | 150 | ## 1.12.1 |
| 151 | + |
116 | 152 | - Print the update text in yellow |
117 | 153 |
|
118 | 154 | ## 1.12.0 |
| 155 | + |
119 | 156 | - Added update checking |
120 | 157 |
|
121 | 158 | ## 1.11.0 |
| 159 | + |
122 | 160 | - Fixed flutter example project skipping if example folder is in current directory |
123 | 161 |
|
124 | 162 | ## 1.10.0 |
| 163 | + |
125 | 164 | - Skip projects in hidden folders |
126 | 165 | - Colored outputs |
127 | 166 |
|
128 | 167 | ## 1.9.1 |
| 168 | + |
129 | 169 | - Fixed skipping flutter example projects on Windows |
130 | 170 |
|
131 | 171 | ## 1.9.0 |
| 172 | + |
132 | 173 | - Fixed running on Windows |
133 | 174 |
|
134 | 175 | ## 1.8.0 |
| 176 | + |
135 | 177 | - Don't skip a Flutter example project if it is the only project found |
136 | 178 |
|
137 | 179 | ## 1.7.0 |
| 180 | + |
138 | 181 | - Added more useful help text |
139 | 182 |
|
140 | 183 | ## 1.6.0 |
| 184 | + |
141 | 185 | - Fixed issue with unicode characters in output |
142 | 186 |
|
143 | 187 | ## 1.5.0 |
| 188 | + |
144 | 189 | - Combined exit code for use in CI |
145 | 190 |
|
146 | 191 | ## 1.4.0 |
| 192 | + |
147 | 193 | - Added `puby test` and `puby clean` |
148 | 194 | - Use relative paths |
149 | 195 |
|
150 | 196 | ## 1.3.0 |
| 197 | + |
151 | 198 | - Added `puby gen` shortcut for `[dart|flutter] pub run build_runner build --delete-conflicting-outputs` |
152 | 199 |
|
153 | 200 | ## 1.2.3 |
| 201 | + |
154 | 202 | - Fixed crash with no dependencies listed in pubspec |
155 | 203 |
|
156 | 204 | ## 1.2.2 |
| 205 | + |
157 | 206 | - Print process output in real time |
158 | 207 |
|
159 | 208 | ## 1.2.1 |
| 209 | + |
160 | 210 | - Updated flutter detection |
161 | 211 |
|
162 | 212 | ## 1.2.0 |
| 213 | + |
163 | 214 | - Don't search symlinks for pubspec files |
164 | 215 |
|
165 | 216 | ## 1.1.2 |
| 217 | + |
166 | 218 | - Exit with message if no arguments are passed |
167 | 219 |
|
168 | 220 | ## 1.1.1 |
| 221 | + |
169 | 222 | - Updated readme |
170 | 223 |
|
171 | 224 | ## 1.1.0 |
| 225 | + |
172 | 226 | - Determine if a project uses dart or flutter automatically |
173 | 227 | - Skip flutter pub get for flutter example projects |
174 | 228 |
|
175 | 229 | ## 1.0.0 |
| 230 | + |
176 | 231 | - Initial version |
0 commit comments