Releases: form8ion/project
Releases · form8ion/project
v17.0.5
v17.0.4
v17.0.3
v17.0.2
v17.0.1
v17.0.0
17.0.0 (2023-07-09)
Features
- esm: converted the package to esm-only (c93006e), closes #1250
- options: removed overrides from the potential options to provide (1d40beb)
- vcs-host: stopped passing the project language to the vcs-host scaffolders (5cbd216)
BREAKING CHANGES
- options:
overrides
is no longer a support option. usedecisions
instead - vcs-host: the vcs-host plugin scaffolder no longer recieves
projectType
(project language),
which wasnt used by any official plugins anyway - esm: the package is now esm-only
v17.0.0-beta.3
17.0.0-beta.3 (2023-07-09)
Features
- options: removed overrides from the potential options to provide (1d40beb)
BREAKING CHANGES
- options:
overrides
is no longer a support option. usedecisions
instead
v17.0.0-beta.2
17.0.0-beta.2 (2023-07-08)
Features
- vcs-host: stopped passing the project language to the vcs-host scaffolders (5cbd216)
BREAKING CHANGES
- vcs-host: the vcs-host plugin scaffolder no longer recieves
projectType
(project language),
which wasnt used by any official plugins anyway