Releases: form8ion/javascript-core
Releases · form8ion/javascript-core
v12.3.0
v12.2.0
v12.1.0
v12.0.0
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 expectedscaffolder
function
v12.0.0-beta.2
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
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 expectedscaffolder
function
v11.0.0
v11.0.0-beta.2
v11.0.0-beta.1
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