Skip to content

Latest commit

 

History

History
278 lines (150 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

278 lines (150 loc) · 13.8 KB

4.1.2 (2024-03-05)

Build

  • Bump eslint from 8.56.0 to 8.57.0 (74e6d36)
  • Bump mocha from 10.2.0 to 10.3.0 (a59de25)

Fix

  • Wrong underscore for JIRA_PASSWORD environment variable (072c09f)

Upgrade

  • Bump dotenv from 16.4.1 to 16.4.5 (a1f1fa6)

4.1.1 (2024-02-05)

Fix

  • Missing due date should skip issue (08680de)

4.1.0 (2024-01-28)

Build

  • Bump @antora/site-generator-default from 3.1.6 to 3.1.7 (d9ce33d)
  • Bump chai from 4.3.10 to 4.4.1 (bf8e265)
  • Bump semantic-release from 22.0.12 to 23.0.0 (1288347)
  • Bump semantic-release from 22.0.8 to 22.0.12 (a32668a)
  • use node 20.x for semantic release (705755e)

New

  • introduce JIRA_PAT / ROADMAP_JIRA_PAT for bearer authentication for jira (fixes #170) (aa6ae2a), closes #170

Upgrade

  • Bump dotenv from 16.3.1 to 16.4.1 (40d123e)

4.0.1 (2024-01-03)

Build

  • Bump @antora/site-generator-default from 3.1.5 to 3.1.6 (d6c0cbe)
  • Bump eslint from 8.54.0 to 8.56.0 (5b494ae)

Fix

  • Test adapted so that they run independently of the current year (3014f7c)

4.0.0 (2023-11-26)

Breaking

  • Change default column size for id and all other columns and also enable to define custom sizes for each column (fixes #152) (58796f4), closes #152

3.4.2 (2023-11-24)

Build

  • Bump @antora/site-generator-default from 3.1.4 to 3.1.5 (e147882)
  • Bump eslint from 8.50.0 to 8.53.0 (d77de1a)
  • Bump eslint from 8.53.0 to 8.54.0 (1d5b7ec)
  • Bump semantic-release from 22.0.5 to 22.0.7 (9053d73)
  • Bump semantic-release from 22.0.7 to 22.0.8 (70a14bf)

Fix

  • Handling wrong jql responses (fixes #147) (1b88d00), closes #147

3.4.1 (2023-10-02)

Chore

Fix

  • parent is passed to method not the document object (e5a5609)

3.4.0 (2023-10-01)

Build

  • Bump chai from 4.3.8 to 4.3.10 (f5d0105)
  • Bump rimraf from 5.0.4 to 5.0.5 (9f570b7)

Fix

  • Only request custom field ids and not all fields (9404c21)

New

  • Add roadmap layout options (c869f64)

3.3.1 (2023-09-26)

Fix

  • Jira Base url with defined project key (b86913d)

3.3.0 (2023-09-26)

Build

  • Bump eslint from 8.49.0 to 8.50.0 (812c492)
  • Bump rimraf from 5.0.1 to 5.0.4 (af80eb0)
  • Bump semantic-release from 22.0.1 to 22.0.5 (30f452c)

New

  • Allow different jira instances based on project key (096e81a)

3.2.0 (2023-09-25)

Build

  • Provide credentials for roadmap extension (ee2066e)

Chore

  • Extract configuration settings for roadmap extension (528cab9)
  • Migrate old asciidoc based changelog to markdown based changelog (5138f9b)

Fix

  • Authentication handling with JIRA (9090787)
  • create unique name for generated images (9b62a59)
  • Lint issues (9361e29)
  • Roadmap extension only request specific fields (a0f4cdf)

New

  • Add option to define custom jql part for each category (1b4517d)

3.1.3 (2023-09-22)

Fix

  • create unique name for generated images (ebd3cbd)

3.1.2 (2023-09-22)

Fix

  • add missing main script flag in package.json (aec00bc)

3.1.1 (2023-09-22)

Fix

  • add main script in package.json (8e2ea7a)

3.1.0 (2023-09-22)

Build

  • Bump semantic-release from 22.0.0 to 22.0.1 (e740ca5)

Chore

  • restructure tests and fix lint issues (4c04add)

New

  • add new roadmap extension (f349bf8)
  • use project key on block macro for default jql (75e2fd9)

3.0.0 (2023-09-18)

Breaking

  • Use lib directory instead of src directory (3c85a0b)

Build

  • Bump chai from 4.3.7 to 4.3.8 (97db42c)
  • Bump conventional-changelog-eslint from 4.0.0 to 5.0.0 (c56d799)
  • Bump semantic-release from 21.0.7 to 22.0.0 (4712681)
  • Remove unused dependency jest (36040f0)
  • Switch to eslint instead of standard (0415f01)

2.0.0 (2023-09-18)

Breaking

  • Drop support for node 16 (c39f1d0)

1.1.0 (2023-07-09)

Build

  • Bump @antora/site-generator-default from 2.3.4 to 3.1.4 (363d7cc)
  • Bump jest from 29.5.0 to 29.6.1 (1feb5c9)
  • Bump mocha from 9.1.3 to 10.2.0 (3f5e437)
  • Bump rimraf from 3.0.2 to 5.0.1 (187cb3d)
  • Bump semantic-release from 21.0.5 to 21.0.7 (1c041f3)
  • configure commit message prefix for dependabot (c008fa5)
  • only test in workflow ci (52af2b2)
  • Update Github Actions (78b9e85)

Chore

  • Bump chai from 4.3.6 to 4.3.7 (b0e73d6)
  • Bump jest from 28.1.2 to 29.5.0 (29d497c)
  • Bump standard from 17.0.0 to 17.1.0 (1e3e3ac)
  • change keywords in package.json (fb58693)
  • Use logger instead of console.log (#51) (7bb021b), closes #51

Docs

New

  • Provide a simple solution to render fields of type array (#97) (bf9ef7b), closes #97

Upgrade

  • Bump dotenv from 16.0.1 to 16.3.1 (b65912a)
  • Bump mkdirp from 1.0.4 to 3.0.1 (d7ec5d9)

1.0.0 (2023-06-18)

Breaking

  • Upgrade min required NodeJs version to 16.x (5bdb073)

Build

  • switch to semantic release workflow (24ae00b)

0.2.2 - (2022-08-01)

Fix

  • Handle value of custom field of type number correct

0.2.1 - (2022-08-01)

Fix

  • Only show issue type icon, if issuetye as customFieldId defined

0.2.0 - (2022-07-20)

Chore

  • Bump shx from 0.3.3 to 0.3.4
  • Bump asciidoctor.js from 2.2.5 to 2.2.6
  • Bump dotenv from 10.0.0 to 16.0.1
  • Bump chai from 4.3.4 to 4.3.6
  • Bump standard from 16.0.4 to 17.0.0
  • Bump jest from 27.2.5 to 28.1.2

New

  • Introduce a changelog
  • Allow to use nested custom field ids