4.0.0 (2020-07-31)
- 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.
- Update to
commander@5
.
3.1.0 (2019-11-16)
- Dependency version updates.
- Code style fixes.
3.0.0 (2019-08-09)
- BREAKING Require Node 8 or later.
- Dependency version updates.
- Code style fixes.
v2.1.0 (2018-09-27)
- Add support for inverting/negating match with
-I
/--invert-match
/--not
(#28 #29) - Update dependency versions.
v2.0.0 (2018-06-29)
- BREAKING Drop support for Node 4.
- Dependency version updates.
- Code style fixes.
v1.0.0 (2018-06-01)
- 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.
v0.1.0 (2016-04-01)
* This Change Log was automatically generated by github_changelog_generator