All Versions
83
Latest Version
Avg Release Cycle
42 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v4.0.0 Changes
- ๐ฆ Ignore all package.json files by default
- Exit with appropriate error when git is not available
-
v3.6.1 Changes
- ๐ Fix bug where patch-package was complaining about failing when it had, in fact, succeeded. See #31
-
v3.6.0 Changes
- โ Remove git headers from patch files to prevent git from thinking files are part of the index
-
v3.5.3 Changes
- ๐ Change the way patch files are re-written when the project root dir is not the same as the git root dir.
- โ Remove redundant windows warning about whitespace
-
v3.5.2 Changes
- โก๏ธ Update README
-
v3.5.1 Changes
- Ignore end-of-line whitespace when creating and applying patch files
-
v3.5.0 Changes
- โ Add support for filtering particular paths
-
v3.4.6 Changes
- ๐ Ensure use of unix-style paths everywhere
-
v3.4.5 Changes
- ๐ Fix description of a hunk in error message
-
v3.4.4 Changes
- Don't use
git apply
with--unsafe-paths
since it is useless.
- Don't use