Skip to content

Releases: form8ion/project

v22.0.0-beta.4

11 Jun 04:06
dfc55ba
Compare
Choose a tag to compare
v22.0.0-beta.4 Pre-release
Pre-release

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

11 Jun 03:14
5dbdd93
Compare
Choose a tag to compare
v22.0.0-beta.3 Pre-release
Pre-release

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

10 Jun 03:33
dc3de8b
Compare
Choose a tag to compare
v22.0.0-beta.2 Pre-release
Pre-release

22.0.0-beta.2 (2025-06-10)

Features

  • dependency-updater: stop passing vcs details to the scaffolder (dc3de8b)

v22.0.0-beta.1

10 Jun 03:23
cf813a6
Compare
Choose a tag to compare
v22.0.0-beta.1 Pre-release
Pre-release

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

20 May 04:30
a4d4d51
Compare
Choose a tag to compare

21.0.3 (2025-05-20)

Bug Fixes

  • files: include the src/ directory in the published package (a4d4d51)

v21.0.2

04 Apr 20:29
fc3264f
Compare
Choose a tag to compare

21.0.2 (2025-04-04)

Bug Fixes

  • deps: update dependency spdx-license-list to v6.10.0 (db3d568)

v21.0.1

27 Feb 04:48
c432235
Compare
Choose a tag to compare

21.0.1 (2025-02-27)

Bug Fixes

  • deps: update dependency @form8ion/git to v2 (06d4cfd)
  • deps: update to the latest version of the git plugin (3e14f29)

v21.0.0

10 Feb 03:47
b1701b7
Compare
Choose a tag to compare

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

09 Feb 19:50
d793dea
Compare
Choose a tag to compare
v21.0.0-beta.3 Pre-release
Pre-release

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

28 Jan 05:03
5603020
Compare
Choose a tag to compare
v21.0.0-beta.2 Pre-release
Pre-release

21.0.0-beta.2 (2025-01-28)

Bug Fixes

  • lift: stop duplicating the original results when lifting the readme (5603020)