@@ -38,7 +38,7 @@ looking for!
38
38
## Install
39
39
40
40
This package is [ ESM only] [ esm ] .
41
- In Node.js (version 14.14+ and 16.0 +), install with [ npm] [ ] :
41
+ In Node.js (version 16 +), install with [ npm] [ ] :
42
42
43
43
``` sh
44
44
npm install hast-util-phrasing
@@ -96,7 +96,7 @@ phrasing({type: 'text', value: 'Delta'})
96
96
97
97
## API
98
98
99
- This package exports the identifier [ ` phrasing ` ] [ phrasing ] .
99
+ This package exports the identifier [ ` phrasing ` ] [ api- phrasing] .
100
100
There is no default export.
101
101
102
102
### ` phrasing(value) `
@@ -119,10 +119,13 @@ It exports no additional types.
119
119
120
120
## Compatibility
121
121
122
- Projects maintained by the unified collective are compatible with all maintained
122
+ Projects maintained by the unified collective are compatible with maintained
123
123
versions of Node.js.
124
- As of now, that is Node.js 14.14+ and 16.0+.
125
- Our projects sometimes work with older versions, but this is not guaranteed.
124
+
125
+ When we cut a new major release, we drop support for unmaintained versions of
126
+ Node.
127
+ This means we try to keep the current release line, ` hast-util-phrasing@^2 ` ,
128
+ compatible with Node.js 12.
126
129
127
130
## Security
128
131
@@ -190,9 +193,9 @@ abide by its terms.
190
193
191
194
[ downloads ] : https://www.npmjs.com/package/hast-util-phrasing
192
195
193
- [ size-badge ] : https://img.shields.io/bundlephobia/minzip/ hast-util-phrasing.svg
196
+ [ size-badge ] : https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q= hast-util-phrasing
194
197
195
- [ size ] : https://bundlephobia .com/result?p =hast-util-phrasing
198
+ [ size ] : https://bundlejs .com/?q =hast-util-phrasing
196
199
197
200
[ sponsors-badge ] : https://opencollective.com/unified/sponsors/badge.svg
198
201
@@ -232,4 +235,4 @@ abide by its terms.
232
235
233
236
[ xss ] : https://en.wikipedia.org/wiki/Cross-site_scripting
234
237
235
- [ phrasing ] : #phrasingvalue
238
+ [ api- phrasing] : #phrasingvalue
0 commit comments