Releases: form8ion/project
Releases · form8ion/project
v22.0.0-beta.19
22.0.0-beta.19 (2026-05-24)
Bug Fixes
- deps: upgrade to the latest beta of core (3147f34)
BREAKING CHANGES
- deps: the dependencies object is now required when calling
lift, but is now provided
independently as the second argument rather that as an attribute of the first argument. this is more
consistent with other form8ion handling of dependencies
v22.0.0-beta.18
22.0.0-beta.18 (2026-05-24)
Bug Fixes
v22.0.0-beta.17
22.0.0-beta.17 (2026-05-15)
Bug Fixes
- visibility: upgrade to the latest core package to handle visibility as contribution model (6b0883e), closes #1472
BREAKING CHANGES
- visibility: visibility is now focused as opne-source/inner-source/closed-source instead of
Public/Private
v22.0.0-beta.16
22.0.0-beta.16 (2026-05-05)
Features
- ci-provider: treat plugins without
qualifymethod as always qualifying (3193ff3)
v22.0.0-beta.15
22.0.0-beta.15 (2026-05-04)
Features
- editorconfig: scaffold editorconfig when lifting if not already in use (f8e356c)
v22.0.0-beta.14
22.0.0-beta.14 (2026-05-03)
Features
- prompts: adjust prompt field constants to be nested under each prompt (9948239)
BREAKING CHANGES
- prompts:
questionNamesis no longer exported. instead, usepromptConstantsand reference
the names defined for each prompt
v22.0.0-beta.13
22.0.0-beta.13 (2026-04-13)
Features
v21.2.0
v22.0.0-beta.12
22.0.0-beta.12 (2026-03-10)
Features
- node-versions: drop support for node v20 (bec5e46)
BREAKING CHANGES
- node-versions: the minimum required node version is now v22.21
v22.0.0-beta.11
22.0.0-beta.11 (2026-03-09)
Features
- logger: expect logger to be provided as a dependency by caller (a5a654c)
BREAKING CHANGES
- logger:
loggeris now a required dependency