isomorphic-git v1.0.0-beta.8 Release Notes

Release Date: 2020-01-27 // about 4 years ago
  • 1.0.0-beta.8 (2020-01-27)

    chore

    • replace statusMatrix's pattern param with filter param (#1004) (fe6d98a)

    💥 BREAKING CHANGES

    • the pattern param added two dependencies to the project (globrex and globalyzer) for very little benefit since we haven't ended up using globbing anywhere else in the library. The same result can be achieved via the new function parameter filter which lets you provide the pattern-matching logic yourself.