Releases: form8ion/project
Releases · form8ion/project
v19.0.0-alpha.13
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
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
, andowner
details in a
vcs
object in results
v19.0.0-alpha.11
v19.0.0-alpha.10
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
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
v19.0.0-alpha.7
v19.0.0-alpha.6
v19.0.0-alpha.5
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
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