Skip to content

Releases: form8ion/javascript

v12.2.0

16 Feb 02:27
929ce60
Compare
Choose a tag to compare

12.2.0 (2024-02-16)

Features

  • vcs: defined vcs and homepage as lifting tasks rather than only scaffolding (929ce60)

v12.1.0

26 Jan 21:45
3d5a1c8
Compare
Choose a tag to compare

12.1.0 (2024-01-26)

Features

  • prompt: removed the separator from the project-type prompt (7559fb3)

v12.0.6

25 Jan 04:35
5f30919
Compare
Choose a tag to compare

12.0.6 (2024-01-25)

Bug Fixes

  • deps: upgraded husky to the latest version to get husky v9 updates (5f30919)

v12.0.5

19 Jan 05:44
82b0f82
Compare
Choose a tag to compare

12.0.5 (2024-01-19)

Bug Fixes

  • deps: upgraded the eslint plugin to the latest version (82b0f82)

v12.0.4

18 Jan 11:54
Compare
Choose a tag to compare

12.0.4 (2024-01-18)

Bug Fixes

  • deps: update dependency @form8ion/javascript-core to v11 (ba168d2)

v12.0.3

18 Jan 06:41
2f51936
Compare
Choose a tag to compare

12.0.3 (2024-01-18)

Bug Fixes

  • deps: removed the dependency on rollup, now that it is unused (b7cb8cf)
  • package-type: explicitly defined the package type as commonjs (2f51936)

v12.0.2

16 Jan 14:45
Compare
Choose a tag to compare

12.0.2 (2024-01-16)

Bug Fixes

  • deps: update dependency @form8ion/eslint to v6 (bffa020)

v12.0.1

16 Jan 09:16
Compare
Choose a tag to compare

12.0.1 (2024-01-16)

Bug Fixes

  • deps: update dependency @form8ion/core to v4 (6a21e94)

v12.0.0

16 Jan 06:38
e7cac21
Compare
Choose a tag to compare

12.0.0 (2024-01-16)

Features

  • ban-sensitive-files: stopped scaffolding due to unaddressed vulnerabilities (7b864b0)
  • node-versions: dropped support for node v16 and v19 (fbfa027)
  • scaffold-cli: enabled choosing the package bundler (176f4f7)

BREAKING CHANGES

  • ban-sensitive-files: ban-sensitive-files is no longer scaffolded to avoid unaddressed vulnerabilities
  • node-versions: node v16 and v19 support has been dropped
  • scaffold-cli: rollup is no longer scaffold as bundler by default when scaffolding a cli project.
    options must now be provided as plugins

v12.0.0-beta.3

16 Jan 04:37
7b864b0
Compare
Choose a tag to compare
v12.0.0-beta.3 Pre-release
Pre-release

12.0.0-beta.3 (2024-01-16)

Features

  • ban-sensitive-files: stopped scaffolding due to unaddressed vulnerabilities (7b864b0)

BREAKING CHANGES

  • ban-sensitive-files: ban-sensitive-files is no longer scaffolded to avoid unaddressed vulnerabilities