Skip to content

Releases: prantlf/karma-requirejs-esm-preprocessor

2.2.0

03 May 22:13

Choose a tag to compare

2.2.0 (2026-05-03)

Features

2.1.0

07 Dec 11:02

Choose a tag to compare

2.1.0 (2025-12-07)

Features

  • Support transformation and updating hooks (f0fb392)

2.0.0

09 Nov 17:49

Choose a tag to compare

2.0.0 (2025-11-09)

Features

  • Insert "use strict" to output AMD code by default (babf6d9)

BREAKING CHANGES

Each AMD module output will start with "use strict" by default from now on. ESM execution mode is strict by default. Comply to this in the output AMD code too. You can set the flag useStrict to false to relax the parse mode of the output AMD modules.

1.1.0

14 May 10:16

Choose a tag to compare

1.1.0 (2025-05-14)

Features

v1.0.10

29 May 18:03

Choose a tag to compare

1.0.10 (2023-05-29)

Bug Fixes

v1.0.9

10 May 08:36

Choose a tag to compare

1.0.9 (2023-05-10)

Bug Fixes

v1.0.8

05 May 22:54

Choose a tag to compare

1.0.8 (2023-05-05)

Bug Fixes

v1.0.7

05 May 22:48

Choose a tag to compare

1.0.7 (2023-05-05)

Bug Fixes

v1.0.6

18 Apr 17:32

Choose a tag to compare

1.0.6 (2022-04-18)

Bug Fixes

v1.0.5

10 Apr 23:17

Choose a tag to compare

1.0.5 (2022-04-10)

Bug Fixes

  • Base the paths passed to isScript on basePath (9d8a93d)
  • Upgrade dependencies (63a539b)