Releases: ds300/patch-package
Releases Β· ds300/patch-package
v6.4.2
- add package version to create-issue template
v6.4.1
- Add backlink to patch-package repo to collect public usage of --create-issue
v6.4.0
- add create-issue feature
v6.3.1
v6.3.0
- Add --error-on-fail cli option
- Collate errors and warnings to avoid exiting early (with help from @akwodkiewicz in #217)
- Fix .dev.patch suffix bug (with help from @pdcastro in #224)
- Support build metadata in package.json version strings (with help from @snowystinger in #213)
- Change 'no patch files found' message from red to blue (contribution from @dmhalejr in #211)
- Fix environment variable propogation for spawned tasks (contribution from @chpio in #223)
- Add --patch-dir option to readme (contribution from @mikehardy in #225)
- Fix createPatch bug involving .git folder hygiene (contribution from @Haroenv in #231
v6.2.2...v6.3.0
v6.2.1
- Avoid infinite loop when invoked without package.json
- Fall back to version in package-lock (contribution from @bschlenk in #206)
- Add tips about Docker and CI to README (contribution from @harriha in #208)
- Remove update notifier (contribution from @christianbundy in #196)
- Add github actions checks (contribution from @asadm in #186 and @DanielRuf in #188, #187)
- Fix url in README (contribution from @DanielRuf in #184)
- Upgrade node in CI to 12 (contribution from @DanielRuf in #183)
Support dev-only patches
v6.1.4
v6.1.3
- update changelog f0b22dd
- Merge pull request #168 from ds300/fix/fail-on-unused-patch-file ac708d8
- Fail when patch found for uninstalled package ffc2327
- Merge pull request #152 from cherniavskii/private-registries 32ab111
- Merge pull request #153 from pvinis/fix-copy 7fec12b
- update snapshot 0b9f19c
- fix copy b6ee244
- copy .npmrc in case if packages are hosted in private registry b7633b9
- Update README.md 3d2cd3a
- Update README.md 27d8947
- add note about workspaces in readme daa52b3