Releases: form8ion/javascript
Releases · form8ion/javascript
v14.0.0-beta.2
14.0.0-beta.2 (2025-01-28)
Bug Fixes
- lift: stop duplicating the details of the results passed to the package lifter (504d1dd)
v14.0.0-beta.1
14.0.0-beta.1 (2025-01-25)
Bug Fixes
- dependencies: defined the c8 dependencies with the updated format (776614a)
- dependencies: throw an error when devDependencies provided in the old format (3f9d22d)
- dependencies: update additional internal modules to define dependencies using the modern format (4546b7f)
- dependencies: update dependencies definition for ls-engines (ee8bc35)
- dependencies: update several external modules to define dependencies in the modern format (2cda476)
- dependencies: update several of the internal modules to define dependencies with the modern format (7c0fcf8)
- lift: prevent error when no dependencies are provided in results passed to lifter (cee8a20)
- scaffold: remove leftover lift results reference (77d9b2c)
Features
- dependencies: expect the dependencies passed to lifting to be nested under the language (57ea6cd)
- homepage: expect
homepage
to be defined as part of lifting rather than scaffolding (1ead958) - scaffold: return the merged results to the caller (e943509)
- scaffold: stop lifting after scaffolding to allow lifting to be managed separately (0d9118d)
- scripts: define npm-run-all2 as a dependency when updating scripts (e912e24)
BREAKING CHANGES
- dependencies: dependencies are now expected to be provided under a
javascript
object withproduction
anddevelopment
lists - scaffold: lifting is now expected to be managed separately from the scaffolding step
v14.0.0-alpha.9
14.0.0-alpha.9 (2025-01-24)
Features
- scripts: define npm-run-all2 as a dependency when updating scripts (e912e24)
v14.0.0-alpha.8
14.0.0-alpha.8 (2025-01-24)
Bug Fixes
v14.0.0-alpha.7
14.0.0-alpha.7 (2025-01-24)
Bug Fixes
v14.0.0-alpha.10
14.0.0-alpha.10 (2025-01-24)
Features
- homepage: expect
homepage
to be defined as part of lifting rather than scaffolding (1ead958)
v14.0.0-alpha.6
14.0.0-alpha.6 (2025-01-16)
Bug Fixes
- dependencies: defined the c8 dependencies with the updated format (776614a)
v14.0.0-alpha.5
v14.0.0-alpha.4
14.0.0-alpha.4 (2025-01-16)
Bug Fixes
- lift: prevent error when no dependencies are provided in results passed to lifter (cee8a20)
v14.0.0-alpha.3
14.0.0-alpha.3 (2025-01-16)
Features
- dependencies: expect the dependencies passed to lifting to be nested under the language (57ea6cd)
BREAKING CHANGES
- dependencies: dependencies are now expected to be provided under a
javascript
object withproduction
anddevelopment
lists