Skip to content

Releases: form8ion/javascript

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)

v13.0.0-beta.3

26 Aug 17:08
08d2e8d
Compare
Choose a tag to compare
v13.0.0-beta.3 Pre-release
Pre-release

13.0.0-beta.3 (2024-08-26)

Bug Fixes

  • deps: update dependency @form8ion/codecov to v6 (7457363)

Features

  • next-steps: remind to define supported node versions for publishable project types (562f5d4)

v13.0.0-beta.2

26 Aug 01:02
Compare
Choose a tag to compare
v13.0.0-beta.2 Pre-release
Pre-release

13.0.0-beta.2 (2024-08-26)

Bug Fixes

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

v12.6.2

26 Aug 06:33
Compare
Choose a tag to compare

12.6.2 (2024-08-26)

Bug Fixes

  • deps: update dependency @form8ion/codecov to v6 (2716056)

v12.6.1

26 Aug 00:58
Compare
Choose a tag to compare

12.6.1 (2024-08-26)

Bug Fixes

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

v13.0.0-beta.1

23 Aug 20:45
53fcb0a
Compare
Choose a tag to compare
v13.0.0-beta.1 Pre-release
Pre-release

13.0.0-beta.1 (2024-08-23)

Features

  • extension: use the .js extension for the entrypoint when a package is esm-only (53fcb0a)

BREAKING CHANGES

  • extension: the package entrypoint extension is now .js instead of .mjs for esm-only
    packages