@@ -43,7 +43,7 @@ To create trees, use [`unist-builder`][unist-builder].
43
43
## Install
44
44
45
45
This package is [ ESM only] [ esm ] .
46
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
46
+ In Node.js (version 16 +), install with [ npm] [ ] :
47
47
48
48
``` sh
49
49
npm install unist-util-filter
@@ -136,10 +136,13 @@ It exports the additional type [`Options`][options].
136
136
137
137
## Compatibility
138
138
139
- Projects maintained by the unified collective are compatible with all maintained
139
+ Projects maintained by the unified collective are compatible with maintained
140
140
versions of Node.js.
141
- As of now, that is Node.js 14.14+ and 16.0+.
142
- Our projects sometimes work with older versions, but this is not guaranteed.
141
+
142
+ When we cut a new major release, we drop support for unmaintained versions of
143
+ Node.
144
+ This means we try to keep the current release line, ` unist-util-filter@^4 ` ,
145
+ compatible with Node.js 12.
143
146
144
147
## Related
145
148
@@ -184,9 +187,9 @@ abide by its terms.
184
187
185
188
[ downloads ] : https://www.npmjs.com/package/unist-util-filter
186
189
187
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-filter.svg
190
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-filter
188
191
189
- [ size ] : https://bundlephobia .com/result?p =unist-util-filter
192
+ [ size ] : https://bundlejs .com/?q =unist-util-filter
190
193
191
194
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
192
195
0 commit comments