Skip to content

Releases: form8ion/javascript-core

v12.4.0

24 Oct 03:40
f1fa6bf

Choose a tag to compare

12.4.0 (2025-10-24)

Features

  • node-versions: update supported list to align with current reality from the node team (f1fa6bf)

v12.3.0

12 Nov 03:47
2030e9f

Choose a tag to compare

12.3.0 (2024-11-12)

Features

  • package-json: expose a loader function (2030e9f)

v12.2.0

08 Nov 21:43
87e2203

Choose a tag to compare

12.2.0 (2024-11-08)

Features

  • node-versions: added v22 to the list of LTS versions (87e2203)

v12.1.0

18 Oct 19:35
892485e

Choose a tag to compare

12.1.0 (2024-10-18)

Features

  • node-versions: updated the supported lists to align with current node statuses (892485e)

v12.0.0

26 Sep 01:47
a62dbdf

Choose a tag to compare

12.0.0 (2024-09-26)

Bug Fixes

  • choice-scaffolder: stop returning nested empty details of an empty result (5b20756)

Features

  • choice-scaffolder: expect choice plugins to follow the shape of a full plugin (0b03aec)
  • node-versions: raise the minimum node version to v18.19.0 and drop v21 support (c3a4920)

BREAKING CHANGES

  • node-versions: the minimum supported node version is now v18.19.0 and v21 support has been dropped
  • choice-scaffolder: the empty result from a non-matching choice now only returns and empty result
    object without nested empty details
  • choice-scaffolder: choice plugins are expected to define a scaffold function rather than the
    previously expected scaffolder function

v12.0.0-beta.2

26 Sep 01:41
c3a4920

Choose a tag to compare

v12.0.0-beta.2 Pre-release
Pre-release

12.0.0-beta.2 (2024-09-26)

Features

  • node-versions: raise the minimum node version to v18.19.0 and drop v21 support (c3a4920)

BREAKING CHANGES

  • node-versions: the minimum supported node version is now v18.19.0 and v21 support has been dropped

v12.0.0-beta.1

02 Sep 03:46
5b20756

Choose a tag to compare

v12.0.0-beta.1 Pre-release
Pre-release

12.0.0-beta.1 (2024-09-02)

Bug Fixes

  • choice-scaffolder: stop returning nested empty details of an empty result (5b20756)

Features

  • choice-scaffolder: expect choice plugins to follow the shape of a full plugin (0b03aec)

BREAKING CHANGES

  • choice-scaffolder: the empty result from a non-matching choice now only returns and empty result
    object without nested empty details
  • choice-scaffolder: choice plugins are expected to define a scaffold function rather than the
    previously expected scaffolder function

v11.0.0

18 Jan 05:48
02cf46f

Choose a tag to compare

11.0.0 (2024-01-18)

Bug Fixes

  • deps: updated core to the latest major version (c14577a)
  • package-type: defined the commonjs type explicitly (6fe64e5)

Features

  • node-versions: dropped support for node v16 and v19 (93b0cef)

BREAKING CHANGES

  • node-versions: node v16 and v19 are no longer supported

v11.0.0-beta.2

17 Jan 23:29
bba216b

Choose a tag to compare

v11.0.0-beta.2 Pre-release
Pre-release

11.0.0-beta.2 (2024-01-17)

Bug Fixes

  • deps: updated core to the latest major version (c14577a)

v11.0.0-beta.1

17 Jan 23:27
6fe64e5

Choose a tag to compare

v11.0.0-beta.1 Pre-release
Pre-release

11.0.0-beta.1 (2024-01-17)

Bug Fixes

  • package-type: defined the commonjs type explicitly (6fe64e5)

Features

  • node-versions: dropped support for node v16 and v19 (93b0cef)

BREAKING CHANGES

  • node-versions: node v16 and v19 are no longer supported