Skip to content

v17.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 04:11
· 568 commits to master since this release
5101980

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. use decisions 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