Releases: form8ion/project
Releases · form8ion/project
v22.0.0-beta.4
22.0.0-beta.4 (2025-06-11)
Features
- node-versions: drop support for node v18 (dfc55ba)
BREAKING CHANGES
- node-versions: support for node v18 has been dropped
v22.0.0-beta.3
22.0.0-beta.3 (2025-06-11)
Features
- prompt: expect prompt to be provided as a dependency rather than providing internal prompting (5dbdd93)
BREAKING CHANGES
- prompt: prompting is no longer provided internally. instead, it is expected that the caller
will provide a prompt implementation as a dependency
v22.0.0-beta.2
22.0.0-beta.2 (2025-06-10)
Features
- dependency-updater: stop passing vcs details to the scaffolder (dc3de8b)
v22.0.0-beta.1
22.0.0-beta.1 (2025-06-10)
Features
- vcs-host: stop passing the prompt instance (cf813a6)
BREAKING CHANGES
- vcs-host: a prompt instance is no longer passed to the vcs-host plugin. instead the caller
should pass their own instance
v21.0.3
v21.0.2
v21.0.1
v21.0.0
21.0.0 (2025-02-10)
Bug Fixes
- lift: stop duplicating the original results when lifting the readme (5603020)
Features
- lift-results: enable language results to be passed to vcs-host lifters (028affc)
- node-versions: drop support for node v21 (d793dea)
- scaffold: apply language lifters after scaffolding a new project (167bda5)
BREAKING CHANGES
- node-versions: support has been dropped for node v21 and minimums have been raised for supported
node major versions - scaffold: language lifters are now applied as part of the project scaffolding projects, so
steps should be taken to avoid conflicts with any previous executions of those lifters
v21.0.0-beta.3
21.0.0-beta.3 (2025-02-09)
Features
- node-versions: drop support for node v21 (d793dea)
BREAKING CHANGES
- node-versions: support has been dropped for node v21 and minimums have been raised for supported
node major versions
v21.0.0-beta.2
21.0.0-beta.2 (2025-01-28)
Bug Fixes
- lift: stop duplicating the original results when lifting the readme (5603020)