Skip to content

Releases: j-ulrich/release-it-regex-bumper

5.1.0

22 Nov 23:09
Compare
Choose a tag to compare

Added

  • [#11] Support for release-it version 17.x.

5.0.0

19 Jul 22:17
Compare
Choose a tag to compare

Support for release-it 16.x.

Changed

Breaking Changes

  • [#9] Increased peer dependency to release-it to version 16.x

4.1.1

26 Jul 19:33
Compare
Choose a tag to compare

Fixed

  • Running tests with release-it 15.1.3 or later.

Security

  • Update dependencies to remove several vulnerabilities.

4.1.0

04 May 21:02
Compare
Choose a tag to compare

Added

  • Support for diff version 5

Changed

  • Updated dependencies to new major versions:
    • Chalk version 5
    • XRegExp version 5

4.0.0

03 May 22:00
Compare
Choose a tag to compare

Support for release-it 15.x.

Changed

Breaking Changes

  • [#6] Switched to ESModules to support release-it 15.x.
    This removes support for release-it < 15 and Node.js < 14.9.
    When using release-it 14.x or earlier, use release-it-regex-bumper 3.x or earlier.

Security

3.0.2

05 Apr 23:46
Compare
Choose a tag to compare

Changed

  • Removed unnecessary files from npm package.

Security

3.0.1

25 Oct 22:26
Compare
Choose a tag to compare

Changed

  • Updated dev dependencies to be able to test against Node.js 16.x.

Fixed

  • Several code quality issues.
  • Improved documentation and added missing documentation.

3.0.0

07 Oct 23:14
Compare
Choose a tag to compare

Added

  • Support for placeholders in the search patterns.
    ⚠️ Note that this is a potential breaking change. See below for details.

Changed

  • It is now possible to set just the search.flags or search.pattern both in the global search options and in
    out.search options.

Breaking Changes

  • Patterns like {{version}} in the search pattern were previously matching literally but now they have a special
    meaning (see documentation of in.search.pattern and out.search.pattern). Use {{{}} to insert a curly brace in
    the pattern to avoid the interpretation as placeholder. For example, use {{{}}{version}} to match {{version}}
    literally.

2.0.0

22 Apr 20:27
Compare
Choose a tag to compare

Changed

Breaking Changes

  • [#1] Replaced Moment.js with date-fns. This means the format syntax for the date/time formatting has changed.
    See https://date-fns.org/v2.8.0/docs/format for the new syntax.
    ⚠️ Especially note that the year and day patterns now use lower case letters (for example yyyy and dd).
    See also https://git.io/fxCyr.

1.2.6

22 Apr 01:04
Compare
Choose a tag to compare

Fixed

  • Version declaration of release-it peerDependency was too strict since older versions are supported as well.