Skip to content

Releases: form8ion/javascript

v5.7.0-alpha.1

07 Jun 22:53
a041df3
Compare
Choose a tag to compare
v5.7.0-alpha.1 Pre-release
Pre-release

5.7.0-alpha.1 (2022-06-07)

Features

  • execa: leveraged the wrapper (a041df3)

v5.6.0

07 Jun 17:42
f5b818b
Compare
Choose a tag to compare

5.6.0 (2022-06-07)

Features

  • typescript-packages: defined types under exports and only defined types for packages (f5b818b)

v5.5.0

03 Jun 21:06
8f64272
Compare
Choose a tag to compare

5.5.0 (2022-06-03)

Features

  • babelrc: included the file extension on the file for better editor support (8f64272)

v5.4.0

03 Jun 20:53
18daef0
Compare
Choose a tag to compare

5.4.0 (2022-06-03)

Features

  • babel-istanbul: stopped including the plugin since it is not needed with c8 (18daef0)

v5.3.0

03 Jun 19:21
d94a8a3
Compare
Choose a tag to compare

5.3.0 (2022-06-03)

Features

  • babel-istanbul: also removed the babel-plugin when moving away from nyc (d94a8a3)

v5.2.0

02 Jun 21:54
56f4e51
Compare
Choose a tag to compare

5.2.0 (2022-06-02)

Features

  • exports-map: defined an exports map for esm-only packages (56f4e51)

v5.1.0

02 Jun 20:38
a53bf3c
Compare
Choose a tag to compare

5.1.0 (2022-06-02)

Features

  • exports-map: defined an exports map for package-type projects that expose cjs and esm versions (a53bf3c)

v5.0.0

25 May 21:17
46fb4ae
Compare
Choose a tag to compare

5.0.0 (2022-05-25)

Features

  • bundlers: added a question name for the choice of bundler to be used for package projects (c9a35ee)
  • bundlers: scaffolded the chosen bundler for package-type projects (77944b2)

BREAKING CHANGES

  • bundlers: rollup is no longer provided as a default bundler, so bundler plugins (with rollup
    being available as an option at https://github.com/form8ion/rollup) must be provided as an option to
    the javascript scaffolder in order for bundling to be configured on new package-type projects

v5.0.0-alpha.1

17 May 22:00
77944b2
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2022-05-17)

Features

  • bundlers: scaffolded the chosen bundler for package-type projects (77944b2)

BREAKING CHANGES

  • bundlers: rollup is no longer provided as a default bundler, so bundler plugins (with rollup
    being available as an option at https://github.com/form8ion/rollup) must be provided as an option to
    the javascript scaffolder in order for bundling to be configured on new package-type projects

v4.8.0-alpha.1

17 May 19:52
c9a35ee
Compare
Choose a tag to compare
v4.8.0-alpha.1 Pre-release
Pre-release

4.8.0-alpha.1 (2022-05-17)

Features

  • bundlers: added a question name for the choice of bundler to be used for package projects (c9a35ee)