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

Changelog History
Page 7

  • v3.4.3 Changes

    • ๐Ÿ›  Fix typo in error message
  • v3.4.2 Changes

    • โช Revert previous fix and suggest editing .gitattributes as an alternative
  • v3.4.1 Changes

    • ๐Ÿ›  Fix CRLF handling on Windows
  • v3.4.0 Changes

    • โž• Add npm shrinkwrap support
  • v3.3.6 Changes

    • ๐Ÿ Use posix paths and line separators even on windows, for git's sake.
  • v3.3.5 Changes

    • Resolve paths in patch files for situations where the git root is not the same as the app root.
  • v3.3.4 Changes

    • Pass --unsafe-paths option to git apply to let it work on arbitrary file paths (i.e. files which are not in a git repo or files which are outside of the working directory)
  • v3.3.3 Changes

    • ๐Ÿ›  Fix bug introduced in 3.3.2
    • โž• Add progress reporting during patch making
  • v3.3.2 Changes

    ๐Ÿ Windows fixes:

    • ๐Ÿ‘‰ Use cross-spawn for spawning child processes
    • ๐Ÿ‘‰ Use git apply for applying patches, rather than patch

    Contribution by @ashmind

  • v3.3.1 Changes

    • ๐Ÿ‘‰ Use fs-extra to copy files instead of the cp shell command, which doesn't work on Windows