Skip to content

Releases: form8ion/project

v19.0.0-alpha.13

30 Jul 04:45
873c51a
Compare
Choose a tag to compare
v19.0.0-alpha.13 Pre-release
Pre-release

19.0.0-alpha.13 (2024-07-30)

Features

  • vcs: prevent passing the host sshUrl for the repository beyond the git initialization stage (873c51a)

v19.0.0-alpha.12

30 Jul 03:55
9d52a53
Compare
Choose a tag to compare
v19.0.0-alpha.12 Pre-release
Pre-release

19.0.0-alpha.12 (2024-07-30)

Features

  • vcs: expect vcs details as results from scaffolding the vcs host (9d52a53)

BREAKING CHANGES

  • vcs: vcs-host scaffolder is expected to return host, name, and owner details in a
    vcs object in results

v19.0.0-alpha.11

29 Jul 21:40
1a1ae41
Compare
Choose a tag to compare
v19.0.0-alpha.11 Pre-release
Pre-release

19.0.0-alpha.11 (2024-07-29)

Features

  • vcs-host: pass projectName when scaffolding (1a1ae41)

v19.0.0-alpha.10

29 Jul 20:44
8353d13
Compare
Choose a tag to compare
v19.0.0-alpha.10 Pre-release
Pre-release

19.0.0-alpha.10 (2024-07-29)

Features

  • vcs-host: expect vcs-host scaffolder to return details under the vcs results object (8353d13)

v19.0.0-alpha.9

26 Jul 04:09
9322e3a
Compare
Choose a tag to compare
v19.0.0-alpha.9 Pre-release
Pre-release

19.0.0-alpha.9 (2024-07-26)

Features

  • vcs-hosts: moved vcs-host scaffolding to earlier since lifting can be a separate phase now (9322e3a)

v19.0.0-alpha.8

26 Jul 03:42
008a5a9
Compare
Choose a tag to compare
v19.0.0-alpha.8 Pre-release
Pre-release

19.0.0-alpha.8 (2024-07-26)

Features

  • lift: provide vcs details to the lift process (008a5a9)

v19.0.0-alpha.7

26 Jul 03:36
142c124
Compare
Choose a tag to compare
v19.0.0-alpha.7 Pre-release
Pre-release

19.0.0-alpha.7 (2024-07-26)

Features

  • vcs-hosts: apply lifters after scaffolding (142c124)

v19.0.0-alpha.6

25 Jul 16:46
ce227fd
Compare
Choose a tag to compare
v19.0.0-alpha.6 Pre-release
Pre-release

19.0.0-alpha.6 (2024-07-25)

Features

  • dependency-updaters: apply lifters after scaffolding (ce227fd)

v19.0.0-alpha.5

25 Jul 15:39
0f92d93
Compare
Choose a tag to compare
v19.0.0-alpha.5 Pre-release
Pre-release

19.0.0-alpha.5 (2024-07-25)

Bug Fixes

  • plugins: actually call the proper scaffold function from the dependency-updater plugin (0f92d93)

v19.0.0-alpha.4

25 Jul 00:01
a464362
Compare
Choose a tag to compare
v19.0.0-alpha.4 Pre-release
Pre-release

19.0.0-alpha.4 (2024-07-25)

Features

  • plugins: moved the vcs-host plugins under the plugins map (a464362)

BREAKING CHANGES

  • plugins: vcs-host plugins must now be supplied under the plugins property rather than as a
    direct property and must be a full plugin