Skip to content

Releases: form8ion/javascript

v6.0.0

11 Jun 04:31
eb69be2
Compare
Choose a tag to compare

6.0.0 (2022-06-11)

Bug Fixes

  • build-details: deep-merged into the package scaffolding results so scripts arent lost (07f343f)
  • dependencies: updated to the latest alpha of the commit convention plugin (6146e61)
  • dependencies: upgraded to the alpha of the commit convention plugin, which defines peer on this (5408280)

Features

  • exports: defined an exports map to make this a true dual-package (e67c44e)
  • package-json: wrote the file early, allowing modification from plugins (2c0cb76)

BREAKING CHANGES

  • exports: an exports map has been defined, which further restricts file access within the
    package
  • package-json: this changes the order of operations for scaffolding the package.json file. it is
    now written early in the process, so plugins now need to modify the existing file rather than
    returning packageProperties in their results

v6.0.0-alpha.5

11 Jun 04:25
6146e61
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release

6.0.0-alpha.5 (2022-06-11)

Bug Fixes

  • dependencies: updated to the latest alpha of the commit convention plugin (6146e61)

v6.0.0-alpha.4

11 Jun 02:03
07f343f
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release

6.0.0-alpha.4 (2022-06-11)

Bug Fixes

  • build-details: deep-merged into the package scaffolding results so scripts arent lost (07f343f)

v6.0.0-alpha.3

11 Jun 01:46
e67c44e
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release

6.0.0-alpha.3 (2022-06-11)

Features

  • exports: defined an exports map to make this a true dual-package (e67c44e)

BREAKING CHANGES

  • exports: an exports map has been defined, which further restricts file access within the
    package

v6.0.0-alpha.2

10 Jun 22:42
5408280
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

6.0.0-alpha.2 (2022-06-10)

Bug Fixes

  • dependencies: upgraded to the alpha of the commit convention plugin, which defines peer on this (5408280)

v6.0.0-alpha.1

10 Jun 21:17
2c0cb76
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

6.0.0-alpha.1 (2022-06-10)

Features

  • package-json: wrote the file early, allowing modification from plugins (2c0cb76)

BREAKING CHANGES

  • package-json: this changes the order of operations for scaffolding the package.json file. it is
    now written early in the process, so plugins now need to modify the existing file rather than
    returning packageProperties in their results

v5.9.1

10 Jun 17:20
430f460
Compare
Choose a tag to compare

5.9.1 (2022-06-10)

Bug Fixes

  • deprecation: migrated from the deprecated fs.rmdir to fs.rm (430f460)

v5.9.0

10 Jun 15:02
0efb069
Compare
Choose a tag to compare

5.9.0 (2022-06-10)

Features

  • scripts: moved defining the top-level test script to the lifter (0efb069)

v5.8.0

10 Jun 14:16
ed5c335
Compare
Choose a tag to compare

5.8.0 (2022-06-10)

Features

  • remark-config: leveraged the config-file writer to get better formatting (ed5c335)

v5.7.0

07 Jun 23:08
dd9b3c7
Compare
Choose a tag to compare

5.7.0 (2022-06-07)

Features

  • execa: leveraged the wrapper (a041df3)