Skip to content

Commit e5e9fb9

Browse files
committed
Add compatibility notes for v12
1 parent 693f680 commit e5e9fb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ detected: `package.json`, `package-lock.json`, `npm-shrinkwrap.json`,
5656
`yarn.lock` and `pnpm-lock.yaml`. If changes are not automatically detected,
5757
remember to run `eslint_d restart` to bounce the background server.
5858

59+
**Note:** Change detection was switched from mtime to content hash with v12.
60+
5961
## Which versions of eslint are supported?
6062

6163
You can use `eslint_d` with multiple projects depending on different versions
@@ -195,7 +197,8 @@ was extracted to [core_d][], a library that manages the background server.
195197

196198
## Compatibility
197199

198-
- `11.0.0`: eslint 4 - 8, node 12 - 16
200+
- `12.0.0`: eslint 4 - 8, node 12 - 16 (ships with eslint 8)
201+
- `11.0.0`: eslint 4 - 8, node 12 - 16 (ships with eslint 7)
199202
- `10.0.0`: eslint 4 - 7, node 10 - 14 (using new `ESLint` API if available)
200203
- `9.0.0`: eslint 4 - 7, node 10 - 14 (using `CLIEngine` API)
201204
- `8.0.0`: eslint 4 - 6, node 8 - 12

0 commit comments

Comments
 (0)