Skip to content

Releases: form8ion/javascript-core

v12.3.0

12 Nov 03:47
2030e9f
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v10.1.0

14 Nov 03:39
b38b61c
Compare
Choose a tag to compare

10.1.0 (2023-11-14)

Features

  • node-versions: added v21 now that it is the current version (b38b61c)