Skip to content

Commit 6d628ce

Browse files
committed
Update CHANGELOG.md for 1.0.0
1 parent 370498d commit 6d628ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

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+
313
## [0.1.0](https://github.com/kevinoid/git-branch-is/tree/0.1.0) (2016-04-01)
414

515

0 commit comments

Comments
 (0)