Skip to content

Releases: barzik/branch-name-lint

v3.0.1

25 Apr 15:49

Choose a tag to compare

changes

  • Updated GitHub workflow to use Node.js 18

V3.0.0

25 Apr 13:53

Choose a tag to compare

There are a lot of fixes, but not breaking changes. But to be on the safe side, I bumped it as a major.

V2.1.1

11 Jun 10:36

Choose a tag to compare

New shrinkwrap file. No breaking change.

V2.1.0

11 Jun 10:19

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

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

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

Choose a tag to compare

Adding regex support.