Releases: form8ion/project
Releases · form8ion/project
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
v19.0.0-alpha.3
19.0.0-alpha.3 (2024-07-24)
Bug Fixes
- language-plugins: removed the default map since the schema already defines a default (188015f)
v19.0.0-alpha.2
19.0.0-alpha.2 (2024-07-24)
Features
- languages: moved the languages plugins under the
plugins
property (70c7b75)
BREAKING CHANGES
- languages: languages now must be provided under the
plugins
property and as full plugins
rather than a direct scaffolder function
v19.0.0-alpha.1
19.0.0-alpha.1 (2024-07-21)
Features
- plugins: moved the dependency-updaters under the plugins property (4abf811)
BREAKING CHANGES
- plugins: a plugins map is now a required option and dependency-updaters are now expected to
be provided there as a full plugin rather than just an object with ascaffolder
plugin