All Versions
83
Latest Version
Avg Release Cycle
42 days
Latest Release
-

Changelog History
Page 5

  • v6.0.0-14 Changes

    • ๐Ÿ– Handle renaming files properly
  • v6.0.0-13 Changes

    • ๐Ÿ– Handle large diffs by not calling .toString on stdout buffer
    • ๐Ÿ›  Git usage fixes
  • v6.0.0-12 Changes

    • ๐Ÿ‘Œ Support explicit nested package patching
    • ๐Ÿ‘Œ Improve performance of patch creation
  • v6.0.0-11 Changes

    • ๐Ÿ“œ Handle crlf line breaks in patch parser (Contribution from @NMinhNguyen)
  • v6.0.0-10 Changes

    • โž• Add --patches-dir option (Contribution from @davidpett)
  • v6.0.0-1 Changes

    • ๐Ÿ›  Bugfixes for patch application
  • v6.0.0-0 Changes

    • Reimplement most of patch application in TypeScript
  • v5.1.1 Changes

    • ๐Ÿ›  Fix idempotency regression. See #39
  • v5.1.0 Changes

    • โž• Add --reverse option for patch application. See #37
  • v5.0.0 Changes

    • โœ‚ Remove yarn patching code
    • Recommend postinstall-prepare in README for yarn compatibility