Skip to content

Releases: badgateway/ketting

v9.1.0

21 Apr 17:04

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

05 Apr 17:25

Choose a tag to compare

Minimal node version upgrade

If you use Node, version 20 is now the minimum required.

Full ESM conversion

Ketting source and distribution files now make exclusive use of ESM modules and target es2023.

package.json#exports and package.json#imports usage

Ketting entrypoints are now defined by package.json#exports.
Some imports are now resolved via package.json#imports.

These conventional fields have been supported by node and major bundlers for years. If you are using typescript,
make sure to switch the moduleResolution to bundler, node16 or nodenext.

Automated tests have been reinforced

Automated tests now run against the distribution files rather than the source files, making them
more representative of real-world consumer usage.

Before, tests were only run on node. Now, tests are also run on chromium.

What's Changed

Full Changelog: v8.4.3...v9.0.0

v9.0.0-alpha.2

05 Apr 16:54

Choose a tag to compare

v9.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v9.0.0-alpha.1...v9.0.0-alpha.2

v9.0.0-alpha.1

05 Apr 14:13

Choose a tag to compare

v9.0.0-alpha.1 Pre-release
Pre-release

Minimal node version upgrade

If you use Node, version 20 is now the minimum required.

Full ESM conversion

Ketting source and distribution files now make exclusive use of ESM modules and target es2023.

package.json#exports and package.json#imports usage

Ketting entrypoints are now defined by package.json#exports.
Some imports are now resolved via package.json#imports.

These conventional fields have been supported by node and major bundlers for years. If you are using typescript,
make sure to switch the moduleResolution to bundler, node16 or nodenext.

Automated tests have been reinforced

Automated tests now run against the distribution files rather than the source files, making them
more representative of real-world consumer usage.

Before, tests were only run on node. Now, tests are also run on chromium.

What's Changed

Full Changelog: v8.4.3...v9.0.0-alpha.1

v8.4.3

29 Mar 13:46

Choose a tag to compare

What's Changed

Full Changelog: v8.4.2...v8.4.3

v8.4.2

29 Mar 13:29

Choose a tag to compare

What's Changed

Full Changelog: v8.4.1...v8.4.2

v8.4.1

29 Mar 13:14

Choose a tag to compare

What's Changed

Full Changelog: v8.4.0...v8.4.1

v8.4.0

29 Mar 11:43

Choose a tag to compare

What's Changed

  • Make the index export LinkVariables, StateCache and expand by @reda-alaoui in #526

Full Changelog: v8.3.0...v8.4.0

v8.3.0

29 Mar 11:27

Choose a tag to compare

What's Changed

Full Changelog: v8.2.0...v8.3.0

v8.2.0

24 Mar 21:57

Choose a tag to compare

What's Changed

  • Runtime failure when no variable 'global' is defined by the browser by @reda-alaoui in #521
  • Deprecate and add an alternative for attribute value of SelectFieldSingle and SelectFieldMulti by @reda-alaoui in #522

Full Changelog: v8.1.0...v8.2.0