File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 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],
194194
195195## Compatibility
196196
197- Projects maintained by the unified collective are compatible with all maintained
197+ Projects maintained by the unified collective are compatible with maintained
198198versions 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.
201204
202205## Security
203206
@@ -265,9 +268,9 @@ abide by its terms.
265268
266269[downloads]: https://www.npmjs.com/package/hast-util-is-element
267270
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
269272
270- [size]: https://bundlephobia .com/result?p =hast-util-is-element
273+ [size]: https://bundlejs .com/?q =hast-util-is-element
271274
272275[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
273276
You can’t perform that action at this time.
0 commit comments