Releases: form8ion/javascript
Releases · form8ion/javascript
v6.0.0
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
returningpackageProperties
in their results
v6.0.0-alpha.5
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
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
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
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
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
returningpackageProperties
in their results