@@ -44,7 +44,7 @@ To create trees, use [`unist-builder`][unist-builder].
44
44
## Install
45
45
46
46
This package is [ ESM only] [ esm ] .
47
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
47
+ In Node.js (version 16 +), install with [ npm] [ ] :
48
48
49
49
``` sh
50
50
npm install unist-util-remove
@@ -148,10 +148,13 @@ It exports the additional type [`Options`][api-options].
148
148
149
149
## Compatibility
150
150
151
- Projects maintained by the unified collective are compatible with all maintained
151
+ Projects maintained by the unified collective are compatible with maintained
152
152
versions of Node.js.
153
- As of now, that is Node.js 12.20+, 14.14+, 16.0+, and 18.0+.
154
- Our projects sometimes work with older versions, but this is not guaranteed.
153
+
154
+ When we cut a new major release, we drop support for unmaintained versions of
155
+ Node.
156
+ This means we try to keep the current release line, ` unist-util-remove@^3 ` ,
157
+ compatible with Node.js 12.
155
158
156
159
## Related
157
160
@@ -184,21 +187,21 @@ abide by its terms.
184
187
185
188
<!-- Definitions -->
186
189
187
- [ build-badge ] : https://github.com/syntax-tree/unist-util-filter /workflows/main/badge.svg
190
+ [ build-badge ] : https://github.com/syntax-tree/unist-util-remove /workflows/main/badge.svg
188
191
189
- [ build ] : https://github.com/syntax-tree/unist-util-filter /actions
192
+ [ build ] : https://github.com/syntax-tree/unist-util-remove /actions
190
193
191
- [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/unist-util-filter .svg
194
+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/syntax-tree/unist-util-remove .svg
192
195
193
- [ coverage ] : https://codecov.io/github/syntax-tree/unist-util-filter
196
+ [ coverage ] : https://codecov.io/github/syntax-tree/unist-util-remove
194
197
195
- [ downloads-badge ] : https://img.shields.io/npm/dm/unist-util-filter .svg
198
+ [ downloads-badge ] : https://img.shields.io/npm/dm/unist-util-remove .svg
196
199
197
- [ downloads ] : https://www.npmjs.com/package/unist-util-filter
200
+ [ downloads ] : https://www.npmjs.com/package/unist-util-remove
198
201
199
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ unist-util-filter.svg
202
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= unist-util-remove
200
203
201
- [ size ] : https://bundlephobia .com/result?p =unist-util-filter
204
+ [ size ] : https://bundlejs .com/?q =unist-util-remove
202
205
203
206
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
204
207
0 commit comments