Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
beerose committed Jun 1, 2023
1 parent ccd6f79 commit b29bd04
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
# Changelog

## 8.1.4
## 8.1.3

- Fixed: existence of meta config breaking default loaders
- Add support for ECMAScript modules (ESM) to the [*asynchronous* API](./README.md#asynchronous-api). End users running Node versions that support ESM can provide `.mjs` files, or `.js` files whose nearest parent `package.json` file contains `"type": "module"`.
- `${moduleName}rc.mjs` and `${moduleName}.config.mjs` are included in the default `searchPlaces` of the asynchronous API.
- The [synchronous API](./README.md#synchronous-api) does not support ECMAScript modules, so does not look for `.mjs` files.
- To learn more, read ["Loading JS modules"](./README.md#loading-js-modules).

## 8.1.3

- Fixed: existence of meta config breaking default loaders

## 8.1.2

- Fixed: generation of TypeScript types going to the wrong output path
Expand Down

0 comments on commit b29bd04

Please sign in to comment.