We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370498d commit 6d628ceCopy full SHA for 6d628ce
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## [1.0.0](https://github.com/kevinoid/git-branch-is/tree/1.0.0) (2018-06-01)
4
+[Full Changelog](https://github.com/kevinoid/git-branch-is/compare/v0.1.0...1.0.0)
5
+
6
+- Branch name regex support [\#22](https://github.com/kevinoid/git-branch-is/issues/22)
7
+ (and [\#23](https://github.com/kevinoid/git-branch-is/pull/23), partially)
8
+- Support for case-insensitive comparison and matching.
9
+- Support for passing a test function to `gitBranchIs`.
10
+- Drop support for Node 0.10 and 0.12.
11
+- Bump to 1.0.0 to declare API as stable.
12
13
## [0.1.0](https://github.com/kevinoid/git-branch-is/tree/0.1.0) (2016-04-01)
14
15
0 commit comments