Releases: form8ion/project
Releases · form8ion/project
v22.0.0-beta.6
22.0.0-beta.6 (2025-07-08)
Bug Fixes
- deps: update dependency @travi/cli-messages to v1.1.3 (00fd6e8)
v21.0.4
v22.0.0-beta.5
22.0.0-beta.5 (2025-06-19)
Bug Fixes
- deps: update dependency @travi/cli-messages to v1.1.2 (8ab1368)
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