Skip to content

Releases: semantic-release/issue-parser

v7.0.1

31 May 23:18
d6d89c9
Compare
Choose a tag to compare

7.0.1 (2024-05-31)

Bug Fixes

v7.0.0

14 Mar 22:33
718fc3f
Compare
Choose a tag to compare

7.0.0 (2024-03-14)

Bug Fixes

  • repository: updated repository references in the package.json (328f986)

Features

  • node-versions: dropped support for node versions below v18 (723b282)

BREAKING CHANGES

  • node-versions: this package no longer supports node versions lower than v18.17
  • maintainers the repository has been moved to the semantic-release org and will be maintained by the semantic-release team. releases will be published by the semantic-release-bot

v6.0.0

09 Jan 22:06
5f6cbcb
Compare
Choose a tag to compare

6.0.0 (2020-01-09)

Features

  • require Node.js >=10.13 (5f6cbcb)

BREAKING CHANGES

  • Require Node.js >= 10.13

v5.0.0

08 Oct 22:44
Compare
Choose a tag to compare

5.0.0 (2019-10-08)

Features

  • remove support for Waffle keywords parsing (0b3753d)

BREAKING CHANGES

  • remove support Waffle keywords as Waffle.io closed

v4.0.0

06 Jun 17:33
Compare
Choose a tag to compare

4.0.0 (2019-06-06)

Features

BREAKING CHANGES

  • remove support for Node.js < 8.3

v3.0.1

24 Nov 09:31
Compare
Choose a tag to compare

3.0.1 (2018-11-24)

Bug Fixes

  • allow only supported delimiter characters between keyword and issue ref (55c5661)

v3.0.0

01 Sep 19:29
Compare
Choose a tag to compare

3.0.0 (2018-09-01)

Features

  • support custom action types (5e19606)

BREAKING CHANGES

  • The options and result format has changed.

The options referenceActions, blocksActions, requiresActions, parentOfActions, childOfActions and duplicateActions have been replaced by an actions object that allow to define custom action type.

The properties actions, duplicates, blocks, requires, parentOf, childOf have been replaced by an actions object that contains the matches per action type.

v2.3.0

01 Sep 03:24
Compare
Choose a tag to compare

2.3.0 (2018-09-01)

Features

  • support Waffle.io issue keywords (c66a5f4)

v2.2.0

08 Jul 20:06
Compare
Choose a tag to compare

2.2.0 (2018-07-08)

Features

  • allow to override preconfigured options (7be9c89)

v2.1.0

08 Jul 16:56
Compare
Choose a tag to compare

2.1.0 (2018-07-08)

Features

  • support GitLab ! merge request prefix (141c92e)
  • support parsing references with full issue URL (44822e6)