@@ -43,7 +43,7 @@ It turns xast into XML.
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 xast-util-from-xml
@@ -158,10 +158,13 @@ It exports no additional types.
158
158
159
159
## Compatibility
160
160
161
- Projects maintained by the unified collective are compatible with all maintained
161
+ Projects maintained by the unified collective are compatible with maintained
162
162
versions of Node.js.
163
- As of now, that is Node.js 14.14+ and 16.0+.
164
- Our projects sometimes work with older versions, but this is not guaranteed.
163
+
164
+ When we cut a new major release, we drop support for unmaintained versions of
165
+ Node.
166
+ This means we try to keep the current release line, ` xast-util-from-xml@^3 ` ,
167
+ compatible with Node.js 14.
165
168
166
169
## Security
167
170
@@ -204,9 +207,9 @@ abide by its terms.
204
207
205
208
[ downloads ] : https://www.npmjs.com/package/xast-util-from-xml
206
209
207
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ xast-util-from-xml.svg
210
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= xast-util-from-xml
208
211
209
- [ size ] : https://bundlephobia .com/result?p =xast-util-from-xml
212
+ [ size ] : https://bundlejs .com/?q =xast-util-from-xml
210
213
211
214
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
212
215
0 commit comments