|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 6.5.0 |
| 4 | + |
| 5 | +Special thanks to @orta for stepping in to get this release out. |
| 6 | + |
| 7 | +- Don't show issue creation tips for DefinitelyTyped (contribution from @orta in |
| 8 | + #331) |
| 9 | +- Add --error-on-warn flag (contribution from @mvargeson in #345) |
| 10 | +- Add excplit git diff path prefixes (contribution from @tye-singwa in #395) |
| 11 | +- Add yarn 2 compatibility (contribution from @maman in #363) |
| 12 | +- Update license (contribution from @Serjobas in #422) |
| 13 | +- Fix patch file parse but (contribution from @bill2004158 in #301) |
| 14 | +- Add unit tests for getPackageVersion (contribution from @MHekert in #359) |
| 15 | +- Deref symlink on copying .npmrc and .yarnrc in makePatch (contribution from |
| 16 | + @jimmyltsinn in 402) |
| 17 | +- Fix package.json exclusion (contribution from @milahu in #390) |
| 18 | +- Upgrade minimist (contribution from @tapanprakasht in #412) |
| 19 | +- Upgrade chalk (contribution from @stianjensen in #389) |
| 20 | +- Support .yarnrc (contribution from @NMinhNguyen in #222) |
| 21 | + |
3 | 22 | ## 6.4.7
|
4 | 23 |
|
5 | 24 | - Use npm i --force when creating patches
|
|
11 | 30 |
|
12 | 31 | ## 6.4.5
|
13 | 32 |
|
14 |
| -- Increase max pipe buffer size when creating patch. (contribution from @nomi9995 in #287) |
| 33 | +- Increase max pipe buffer size when creating patch. (contribution from |
| 34 | + @nomi9995 in #287) |
15 | 35 |
|
16 | 36 | ## 6.4.4
|
17 | 37 |
|
18 | 38 | - Refine --create-issue template
|
19 | 39 |
|
20 | 40 | ## 6.4.3
|
21 | 41 |
|
22 |
| -- Ensure real path is used when copying package contents. Potentially adds pnpm support (contribution from @milahu in #252) |
| 42 | +- Ensure real path is used when copying package contents. Potentially adds pnpm |
| 43 | + support (contribution from @milahu in #252) |
23 | 44 |
|
24 | 45 | ## 6.4.2
|
25 | 46 |
|
|
35 | 56 |
|
36 | 57 | ## 6.3.1
|
37 | 58 |
|
38 |
| -- Fix another createPatch bug involving .git folder hygiene (contribution from @gomain in #258) |
| 59 | +- Fix another createPatch bug involving .git folder hygiene (contribution from |
| 60 | + @gomain in #258) |
39 | 61 |
|
40 | 62 | ## 6.3.0
|
41 | 63 |
|
42 |
| -- Add --error-on-fail cli option |
43 |
| -- Collate errors and warnings to avoid exiting early (with help from @akwodkiewicz in #217) |
| 64 | +- Add --error-on-fail cli option |
| 65 | +- Collate errors and warnings to avoid exiting early (with help from |
| 66 | + @akwodkiewicz in #217) |
44 | 67 | - Fix .dev.patch suffix bug (with help from @pdcastro in #224)
|
45 |
| -- Support build metadata in package.json version strings (with help from @snowystinger in #213) |
46 |
| -- Change 'no patch files found' message from red to blue (contribution from @dmhalejr in #211) |
47 |
| -- Fix environment variable propogation for spawned tasks (contribution from @chpio in #223) |
| 68 | +- Support build metadata in package.json version strings (with help from |
| 69 | + @snowystinger in #213) |
| 70 | +- Change 'no patch files found' message from red to blue (contribution from |
| 71 | + @dmhalejr in #211) |
| 72 | +- Fix environment variable propogation for spawned tasks (contribution from |
| 73 | + @chpio in #223) |
48 | 74 | - Add --patch-dir option to readme (contribution from @mikehardy in #225)
|
49 |
| -- Fix createPatch bug involving .git folder hygiene (contribution from @haroenv in #231) |
| 75 | +- Fix createPatch bug involving .git folder hygiene (contribution from @haroenv |
| 76 | + in #231) |
50 | 77 |
|
51 | 78 | ## 6.2.2
|
52 | 79 |
|
53 |
| -- Take config from .yarnrc when making patches (contribution from @NMinhNguyen in #222) |
| 80 | +- Take config from .yarnrc when making patches (contribution from @NMinhNguyen |
| 81 | + in #222) |
54 | 82 |
|
55 | 83 | ## 6.2.1
|
56 | 84 |
|
57 | 85 | - Avoid infinite loop when invoked without package.json
|
58 | 86 | - Fall back to version in package-lock (contribution from @bschlenk in #206)
|
59 | 87 | - Add tips about Docker and CI to README (contribution from @harriha in #208)
|
60 | 88 | - Remove update notifier (contribution from @christianbundy in #196)
|
61 |
| -- Add github actions checks (contribution from @asadm in #186 and @DanielRuf in #188, #187) |
| 89 | +- Add github actions checks (contribution from @asadm in #186 and @DanielRuf in |
| 90 | + #188, #187) |
62 | 91 | - Fix url in README (contribution from @DanielRuf in #184)
|
63 | 92 | - Upgrade node in CI to 12 (contribution from @DanielRuf in #183)
|
64 | 93 |
|
|
0 commit comments