git-branch-is

Assert that the name of the current branch of a git repository has a particular value.

MIT License

Downloads
130.6K
Stars
94
Committers
5

Bot releases are hidden (Show)

git-branch-is - Latest Release

Published by kevinoid about 4 years ago

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

  • Update to commander@5.
git-branch-is -

Published by kevinoid almost 5 years ago

  • Dependency version updates.
  • Code style fixes.
git-branch-is -

Published by kevinoid about 5 years ago

  • BREAKING Require Node 8 or later.
  • Dependency version updates.
  • Code style fixes.
git-branch-is -

Published by kevinoid about 6 years ago

  • Add support for inverting/negating match with -I/--invert-match/--not (#28/#29)
  • Update dependency versions.
git-branch-is -

Published by kevinoid over 6 years ago

  • BREAKING Drop support for Node 4.
  • Dependency version updates.
  • Code style fixes.
git-branch-is -

Published by kevinoid over 6 years ago

  • 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.
git-branch-is - Initial Release

Published by kevinoid over 6 years ago