Releases: form8ion/javascript
Releases · form8ion/javascript
v16.0.0-beta.7
16.0.0-beta.7 (2026-06-11)
Bug Fixes
- deps: update dependency validate-npm-package-name to v8 (34fe3c7)
v16.0.0-beta.6
v16.0.0-beta.5
16.0.0-beta.5 (2026-06-11)
Bug Fixes
- deps: upgrade to the beta of the husky plugin (817976b)
BREAKING CHANGES
- deps: node v22.22.2 is now the minimum required node version
v16.0.0-beta.4
16.0.0-beta.4 (2026-06-10)
Bug Fixes
- lift: execute built in enhancers before the provided ones (7be0f47)
v16.0.0-beta.3
16.0.0-beta.3 (2026-06-08)
Bug Fixes
- npmrc: leverage loader and writer from the js core package (bfe2a77)
v15.8.4
v16.0.0-beta.2
16.0.0-beta.2 (2026-06-03)
Bug Fixes
- visibility: align more internal logic with visibiltiy option changes (cb0a15d)
Features
- plugins: allow providing registry plugins (5610d79)
v16.0.0-beta.1
16.0.0-beta.1 (2026-05-29)
Features
- modernize: update to align with breaking changes to project package (17f5a93)
BREAKING CHANGES
- modernize: the minimum required node version is now v22.21
- modernize: valid visibility options have been changed from Public/Private to OSS/ISS/CS
- modernize:
scaffold,lift, andtestnow require a dependencies object as a second
argument withloggeras the first required dependency to replace the previous direct dependency
on@travi/cli-messages