Skip to content

Releases: barzik/branch-name-lint

V2.1.1

11 Jun 10:36
Compare
Choose a tag to compare

New shrinkwrap file. No breaking change.

V2.1.0

11 Jun 10:19
Compare
Choose a tag to compare

Added

  • optional regexOptions. (Not a breaking change).

Changed

  • Removed xo and moved to eslint.

Fixed

  • Email in license.
  • dependencies and dev dependencies versions update

V2.0.0

03 Feb 18:20
Compare
Choose a tag to compare

Breaking changes

  • Option changed. From seperator to separator.
  • Option changed. From msgseperatorRequiredL to msgseparatorRequiredL.

If you have either seperator or msgseperatorRequiredL in your settings, please change it to separator or msgseparatorRequiredL.

Potentially breaking changes

  • branch name and prefix are now case sensitive.

Other changes

  • We have CHANGELOG now.
  • main branch instead of master.

Security Update: npm audit low level issues

13 Jan 21:00
56a66c2
Compare
Choose a tag to compare

WHAT'S NEW

npm audit --fix to fix some low-level changes. no breaking change.

v1.4

05 Jul 16:04
19e7f03
Compare
Choose a tag to compare

Adding regex support.