Skip to content

Releases: form8ion/rollup

v6.0.0-beta.1

24 Jan 23:30
3b5288b
Compare
Choose a tag to compare
v6.0.0-beta.1 Pre-release
Pre-release

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

13 Oct 21:59
Compare
Choose a tag to compare

5.0.1 (2024-10-13)

Bug Fixes

  • deps: update dependency @form8ion/javascript-core to v12 (ab6c705)

v5.0.0

13 Oct 15:10
6ae67c5
Compare
Choose a tag to compare

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

23 Aug 20:08
51ca4b0
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

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

03 Apr 05:05
658e372
Compare
Choose a tag to compare

4.2.0 (2024-04-03)

Features

  • cli: defined proper config for a cli project (658e372)

v4.1.0

29 Mar 03:31
1015ce2
Compare
Choose a tag to compare

4.1.0 (2024-03-29)

Features

  • config: defined bundles to generate based on project dialect (1015ce2)

v4.0.0

19 Jan 20:50
e87e363
Compare
Choose a tag to compare

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

19 Jan 20:46
9ee86c4
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

4.0.0-beta.2 (2024-01-19)

Bug Fixes

  • deps: upgraded to the latest major version of core (9ee86c4)

v4.0.0-beta.1

19 Jan 20:43
5f7d6a5
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

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

v3.2.0

25 Dec 05:36
e0afb2f
Compare
Choose a tag to compare

3.2.0 (2023-12-25)

Features

  • esm: generate config with a .js extension when the dialect is esm (e0afb2f)