Releases: form8ion/project
Releases · form8ion/project
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
v18.4.0-alpha.1
18.4.0-alpha.1 (2024-07-21)
Bug Fixes
- deps: upgraded to the latest version of the core package (76a92a6)
Features
- plugins: allow dependencyUpdaters to be passed under a new
plugins
property (f0e0fe0)