|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 6.2.0 |
| 4 | + |
| 5 | +- Add support for dev-only patches (#159 again) |
| 6 | + |
3 | 7 | ## 6.1.4
|
4 | 8 |
|
5 | 9 | - Use --ignore-scripts when making patches if it fails without (#151)
|
6 | 10 |
|
7 | 11 | ## 6.1.3
|
8 | 12 |
|
9 | 13 | - Fail when patches are found for uninstalled packages (#159)
|
10 |
| -- Support private registries declared in .npmrc (Contribution from @cherniavskii in #152) |
| 14 | +- Support private registries declared in .npmrc (Contribution from @cherniavskii |
| 15 | + in #152) |
11 | 16 |
|
12 | 17 | ## 6.1.2
|
13 | 18 |
|
|
40 | 45 |
|
41 | 46 | ## 6.0.3
|
42 | 47 |
|
43 |
| -- Allow relative file paths for --patch-dir (Contribution from @lots0logs in #119) |
| 48 | +- Allow relative file paths for --patch-dir (Contribution from @lots0logs in |
| 49 | + #119) |
44 | 50 | - Fix version string handling (Contribution from @teppeis in #122)
|
45 | 51 | - Add support for custom resolutions field in app's package.json (#125)
|
46 | 52 | - Fix property access bug (#123)
|
@@ -110,7 +116,8 @@ For full details see the prerelease notes.
|
110 | 116 |
|
111 | 117 | ## 6.0.0-9
|
112 | 118 |
|
113 |
| -- Fix patch application bug when creating new files (Contribution from @stmarkidis) |
| 119 | +- Fix patch application bug when creating new files (Contribution from |
| 120 | + @stmarkidis) |
114 | 121 |
|
115 | 122 | ## 6.0.0-8
|
116 | 123 |
|
@@ -169,15 +176,18 @@ For full details see the prerelease notes.
|
169 | 176 |
|
170 | 177 | ## 3.6.1
|
171 | 178 |
|
172 |
| -- Fix bug where patch-package was complaining about failing when it had, in fact, succeeded. See #31 |
| 179 | +- Fix bug where patch-package was complaining about failing when it had, in |
| 180 | + fact, succeeded. See #31 |
173 | 181 |
|
174 | 182 | ## 3.6.0
|
175 | 183 |
|
176 |
| -- Remove git headers from patch files to prevent git from thinking files are part of the index |
| 184 | +- Remove git headers from patch files to prevent git from thinking files are |
| 185 | + part of the index |
177 | 186 |
|
178 | 187 | ## 3.5.3
|
179 | 188 |
|
180 |
| -- Change the way patch files are re-written when the project root dir is not the same as the git root dir. |
| 189 | +- Change the way patch files are re-written when the project root dir is not the |
| 190 | + same as the git root dir. |
181 | 191 | - Remove redundant windows warning about whitespace
|
182 | 192 |
|
183 | 193 | ## 3.5.2
|
@@ -226,14 +236,14 @@ For full details see the prerelease notes.
|
226 | 236 |
|
227 | 237 | ## 3.3.5
|
228 | 238 |
|
229 |
| -- Resolve paths in patch files for situations where the git root is not |
230 |
| - the same as the app root. |
| 239 | +- Resolve paths in patch files for situations where the git root is not the same |
| 240 | + as the app root. |
231 | 241 |
|
232 | 242 | ## 3.3.4
|
233 | 243 |
|
234 |
| -- Pass --unsafe-paths option to `git apply` to let it work on arbitrary |
235 |
| - file paths (i.e. files which are not in a git repo or files which are |
236 |
| - outside of the working directory) |
| 244 | +- Pass --unsafe-paths option to `git apply` to let it work on arbitrary file |
| 245 | + paths (i.e. files which are not in a git repo or files which are outside of |
| 246 | + the working directory) |
237 | 247 |
|
238 | 248 | ## 3.3.3
|
239 | 249 |
|
@@ -288,12 +298,11 @@ Reduce yarn error to a warning
|
288 | 298 | - Require yarn as a peer dependency
|
289 | 299 | - Remove support for NPM
|
290 | 300 |
|
291 |
| -Moving fast and breaking things. It turns out yarn doesn't run the |
292 |
| -prepare hook after removing a package, so we use patch-package to |
293 |
| -patch a local version of yarn. I'm not proud of this. Probably |
294 |
| -wouldn't have released this in the first place if I had known that |
295 |
| -yarn didn't have all the right hooks. Oh well. Now I have a reason |
296 |
| -to contribute to Yarn I guess. |
| 301 | +Moving fast and breaking things. It turns out yarn doesn't run the prepare hook |
| 302 | +after removing a package, so we use patch-package to patch a local version of |
| 303 | +yarn. I'm not proud of this. Probably wouldn't have released this in the first |
| 304 | +place if I had known that yarn didn't have all the right hooks. Oh well. Now I |
| 305 | +have a reason to contribute to Yarn I guess. |
297 | 306 |
|
298 | 307 | ## 1.2.1
|
299 | 308 |
|
|
0 commit comments