Skip to content

Commit bfd85e0

Browse files
2.0.0 [skip ci]
1 parent babf6d9 commit bfd85e0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changes
22

3+
## [2.0.0](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.1.0...v2.0.0) (2025-11-09)
4+
5+
### Features
6+
7+
* Insert "use strict" to output AMD code by default ([babf6d9](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/babf6d95e3f63d61fa27a03fe49deb709efe2d44))
8+
9+
### BREAKING CHANGES
10+
11+
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.
12+
313
## [1.1.0](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.0.10...v1.1.0) (2025-05-14)
414

515
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-requirejs-esm-preprocessor",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Karma preprocessor for converting ES modules to AMD in RequireJS projects.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com>",
66
"license": "MIT",
@@ -62,4 +62,4 @@
6262
"esm",
6363
"es6"
6464
]
65-
}
65+
}

0 commit comments

Comments
 (0)