You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) on how to contribute to Cucumber.
9
9
10
10
## [Unreleased]
11
-
- Change the error message emitted when trying to import a CommonJS module with the --import directive or require an ES module with the --require directive to one less cryptic than that emitted by NodeJS ([#2264](https://github.com/cucumber/cucumber-js/pull/2264))
11
+
12
12
### Added
13
13
- Formatters create sub-directory automatically instead of failing ([#2266](https://github.com/cucumber/cucumber-js/pull/2266))
14
+
- Include a less cryptic error message when trying to `require` an ES module ([#2264](https://github.com/cucumber/cucumber-js/pull/2264))
14
15
15
16
### Changed
16
17
- Change hashes type from `any` to `Record<string, string>` in `DataTable` ([#2270](https://github.com/cucumber/cucumber-js/pull/2270))
0 commit comments