Skip to content

Releases: form8ion/javascript

v13.0.0-beta.8

20 Sep 03:41
07164c2
Compare
Choose a tag to compare
v13.0.0-beta.8 Pre-release
Pre-release

13.0.0-beta.8 (2024-09-20)

Features

  • esm: convert the package to esm-only (07164c2), closes #440

BREAKING CHANGES

  • esm: the package is no longer dual mode, but now esm-only. consumption from commonjs is
    no longer supported

v13.0.0-beta.7

08 Sep 03:21
90b1375
Compare
Choose a tag to compare
v13.0.0-beta.7 Pre-release
Pre-release

13.0.0-beta.7 (2024-09-08)

Bug Fixes

  • deps: update dependency ini to v5 (4f25dad)

v13.0.0-beta.6

05 Sep 04:02
d3cfc73
Compare
Choose a tag to compare
v13.0.0-beta.6 Pre-release
Pre-release

13.0.0-beta.6 (2024-09-05)

Bug Fixes

  • deps: update dependency @form8ion/codecov to v6 (2716056)
  • deps: update dependency @form8ion/commit-convention to v7 (07db72f)

v13.0.0-beta.5

05 Sep 03:06
e7841a8
Compare
Choose a tag to compare
v13.0.0-beta.5 Pre-release
Pre-release

13.0.0-beta.5 (2024-09-05)

Bug Fixes

  • deps: upgraded to the beta of the language prompts to prevent ci-service filtering (a8e8893)
  • overrides: removed the deprecated ability to provide overrides for certain config options (432eb6c)

Features

  • ci-services-plugins: expect ciServices plugins to be provided under the plugins property (48bc27c)
  • host-plugins: expect host plugins to be provided under the plugins property (db35b7d)
  • plugins: expect some plugin types as full plugins and under the plugins property (dac8f59)

BREAKING CHANGES

  • ci-services-plugins: the list of ciServices plugins are now expected to be provided under the
    plugins property of the options object. the plugins are expected to be provided as full plugins. a
    ciService can no longer define whether they are applicable to public or private projects. a
    replacement ability to filter might be provided at some point in the future
  • host-plugins: host plugins are now expected to be provided under the plugins property of the
    options object. host are expected to be provided as full plugins. in addition, a host option can no
    longer provide a projectTypes list to conditionally list the plugins as options. an alternative
    might be provided in the future
  • overrides: the deprecated ability to provide overrides has now been removed. use decisions
    instead
  • plugins: plugin types unitTestFrameworks, packageBundlers, applicationTypes, packageTypes, monorepoTypes are now expected to be provided under the plugins property and in the shape of a full plugin

v13.0.0-alpha.5

03 Sep 04:56
a8e8893
Compare
Choose a tag to compare
v13.0.0-alpha.5 Pre-release
Pre-release

13.0.0-alpha.5 (2024-09-03)

Bug Fixes

  • deps: upgraded to the beta of the language prompts to prevent ci-service filtering (a8e8893)

v13.0.0-alpha.4

03 Sep 04:15
48bc27c
Compare
Choose a tag to compare
v13.0.0-alpha.4 Pre-release
Pre-release

13.0.0-alpha.4 (2024-09-03)

Features

  • ci-services-plugins: expect ciServices plugins to be provided under the plugins property (48bc27c)

BREAKING CHANGES

  • ci-services-plugins: the list of ciServices plugins are now expected to be provided under the
    plugins property of the options object. the plugins are expected to be provided as full plugins. a
    ciService can no longer define whether they are applicable to public or private projects. a
    replacement ability to filter might be provided at some point in the future

v13.0.0-alpha.3

03 Sep 04:01
db35b7d
Compare
Choose a tag to compare
v13.0.0-alpha.3 Pre-release
Pre-release

13.0.0-alpha.3 (2024-09-03)

Features

  • host-plugins: expect host plugins to be provided under the plugins property (db35b7d)

BREAKING CHANGES

  • host-plugins: host plugins are now expected to be provided under the plugins property of the
    options object. host are expected to be provided as full plugins. in addition, a host option can no
    longer provide a projectTypes list to conditionally list the plugins as options. an alternative
    might be provided in the future

v13.0.0-alpha.2

02 Sep 16:16
432eb6c
Compare
Choose a tag to compare
v13.0.0-alpha.2 Pre-release
Pre-release

13.0.0-alpha.2 (2024-09-02)

Bug Fixes

  • overrides: removed the deprecated ability to provide overrides for certain config options (432eb6c)

BREAKING CHANGES

  • overrides: the deprecated ability to provide overrides has now been removed. use decisions
    instead

v13.0.0-alpha.1

02 Sep 14:36
dac8f59
Compare
Choose a tag to compare
v13.0.0-alpha.1 Pre-release
Pre-release

13.0.0-alpha.1 (2024-09-02)

Bug Fixes

  • deps: update dependency @form8ion/codecov to v6 (7457363)
  • deps: update dependency @form8ion/commit-convention to v7 (89746ab)

Features

  • extension: use the .js extension for the entrypoint when a package is esm-only (53fcb0a)
  • lift: enabled passing in external enhancers to the lifter (e41f99b)
  • next-steps: remind to define supported node versions for publishable project types (562f5d4)
  • plugins: expect some plugin types as full plugins and under the plugins property (dac8f59)

BREAKING CHANGES

  • plugins: plugin types unitTestFrameworks, packageBundlers, applicationTypes, packageTypes, monorepoTypes are now expected to be provided under the plugins property and in the shape of a full plugin
  • extension: the package entrypoint extension is now .js instead of .mjs for esm-only
    packages

v13.0.0-beta.4

30 Aug 03:55
e41f99b
Compare
Choose a tag to compare
v13.0.0-beta.4 Pre-release
Pre-release

13.0.0-beta.4 (2024-08-30)

Features

  • lift: enabled passing in external enhancers to the lifter (e41f99b)