Releases: kevinoid/git-branch-is
Releases · kevinoid/git-branch-is
v4.0.0
BREAKING CHANGES
- Detached HEAD is now handled like an empty branch name (which can be matched in the usual ways) rather than causing an error as it did in previous versions.
Features
v3.1.0
- Dependency version updates.
- Code style fixes.
v3.0.0
- BREAKING Require Node 8 or later.
- Dependency version updates.
- Code style fixes.
v2.1.0
- Add support for inverting/negating match with
-I
/--invert-match
/--not
(#28/#29)
- Update dependency versions.
v2.0.0
- BREAKING Drop support for Node 4.
- Dependency version updates.
- Code style fixes.
v1.0.0
- Branch name regex support #22 (and #23, partially)
- Support for case-insensitive comparison and matching.
- Support for passing a test function to
gitBranchIs
.
- Drop support for Node 0.10 and 0.12.
- Bump to 1.0.0 to declare API as stable.