Skip to content

Releases: stefanbuck/github-issue-parser

v3.2.5

22 Apr 15:01

Choose a tag to compare

3.2.5 (2026-04-22)

Bug Fixes

v3.2.4

22 Apr 14:42

Choose a tag to compare

3.2.4 (2026-04-22)

Bug Fixes

v3.2.3

13 Jan 18:28

Choose a tag to compare

3.2.3 (2026-01-13)

Bug Fixes

  • deps: bump @actions/core from 1.11.1 to 2.0.1 (7fcc25d)

v3.2.2

03 Dec 18:23

Choose a tag to compare

3.2.2 (2025-12-03)

Bug Fixes

  • deps: bump js-yaml from 4.1.0 to 4.1.1 (feade4c)

v3.2.1

28 Dec 21:38
2ea9b35

Choose a tag to compare

3.2.1 (2024-12-28)

Bug Fixes

  • deps: bump @actions/core from 1.10.1 to 1.11.1 (aff753a)
  • ensure dist folder matches release (#83) (5561b47)
  • Revert "test: set RUNNER_TEMP instead of HOME" (#75) (4c1d1d7)

Reverts

  • Revert "feat: using env.runner_temp instead of home directory to write json f…" (#76) (f3e3c10)

v3.2.0

29 May 18:43

Choose a tag to compare

3.2.0 (2024-05-29)

Bug Fixes

  • checkboxes: correctly parse checkboxes when the template is wrong or missing (#71) (a87a2d9)

Features

  • using env.runner_temp instead of home directory to write json file (#59) (7296f08)

v3.1.1

29 Apr 17:03

Choose a tag to compare

3.1.1 (2024-04-29)

Bug Fixes

  • checkboxes: correctly parse checkboxes when the template is wrong or missing (#71) (a87a2d9)

v3.0.1

02 Feb 17:10
a2288dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v2.0.6

20 Oct 21:46
f75ef5f

Choose a tag to compare

  • Update node.js to use v16

BREAKING CHANGES

Original this change was meant for v3, but it slipped into this release. See #50 and #21 for details.

The previous checkbox output produced this:

 {
    "laravel": true,
    "svelte": true,
 }

whereas the new checkbox output will be an array like this

{
    "fav_frameworks": ["Laravel", "Svelte"]
}

Full Changelog: v2.0.5...v2.0.6

v2.0.5

20 Oct 21:23

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.5