Releases: form8ion/rollup
Releases · form8ion/rollup
v6.0.0-beta.1
6.0.0-beta.1 (2025-01-24)
Features
- dependencies: define dependencies using new format (3b5288b)
BREAKING CHANGES
- dependencies: dependencies are now defined under dependencies.javascript
v5.0.1
v5.0.0
5.0.0 (2024-10-13)
Features
- extension: use
.js
extension for produced bundle when project is esm-only (51ca4b0) - node-versions: drop support for node v21 (6ae67c5)
BREAKING CHANGES
- node-versions: the minimum supported node version is now v18.19.0 and support for v21 has been
dropped - extension: the bundle produced for esm-only projects is now
.js
instead of.mjs
v5.0.0-beta.1
5.0.0-beta.1 (2024-08-23)
Features
- extension: use
.js
extension for produced bundle when project is esm-only (51ca4b0)
BREAKING CHANGES
- extension: the bundle produced for esm-only projects is now
.js
instead of.mjs
v4.2.0
v4.1.0
v4.0.0
4.0.0 (2024-01-19)
Bug Fixes
- deps: upgraded to the latest major version of core (9ee86c4)
Features
- esm: converted the package to esm-only (ffe1adf), closes #346
- node-versions: dropped support for v16 and v19 (5f7d6a5)
BREAKING CHANGES
- node-versions: node versions v16 and v19 are no longer supported
- esm: the package is now esm-only
v4.0.0-beta.2
v4.0.0-beta.1
4.0.0-beta.1 (2024-01-19)
Features
- esm: converted the package to esm-only (ffe1adf), closes #346
- node-versions: dropped support for v16 and v19 (5f7d6a5)
BREAKING CHANGES
- node-versions: node versions v16 and v19 are no longer supported
- esm: the package is now esm-only