File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,13 @@ It exports the additional types [`Check`][api-check],
194
194
195
195
## Compatibility
196
196
197
- Projects maintained by the unified collective are compatible with all maintained
197
+ Projects maintained by the unified collective are compatible with maintained
198
198
versions of Node.js.
199
- As of now, that is Node.js 14.14+ and 16.0+.
200
- Our projects sometimes work with older versions, but this is not guaranteed.
199
+
200
+ When we cut a new major release, we drop support for unmaintained versions of
201
+ Node.
202
+ This means we try to keep the current release line, ` hast -util -is -element @^2 ` ,
203
+ compatible with Node.js 12.
201
204
202
205
## Security
203
206
@@ -265,9 +268,9 @@ abide by its terms.
265
268
266
269
[downloads]: https://www.npmjs.com/package/hast-util-is-element
267
270
268
- [size-badge]: https://img.shields.io/bundlephobia/minzip/ hast-util-is-element.svg
271
+ [size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= hast-util-is-element
269
272
270
- [size]: https://bundlephobia .com/result?p =hast-util-is-element
273
+ [size]: https://bundlejs .com/?q =hast-util-is-element
271
274
272
275
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
273
276
You can’t perform that action at this time.
0 commit comments