@yozora/tokenizer-autolink 2.3.2 → 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/README.md +42 -42
- package/lib/types/index.d.ts +1 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## <small>2.3.4 (2024-09-29)</small>
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @yozora/tokenizer-autolink
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
## <small>2.3.3 (2024-09-20)</small>
|
|
16
|
+
|
|
17
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
18
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
19
|
+
|
|
20
|
+
# Change Log
|
|
21
|
+
|
|
22
|
+
All notable changes to this project will be documented in this file. See
|
|
23
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
24
|
+
|
|
6
25
|
## [2.3.2](https://github.com/yozorajs/yozora/compare/v2.3.1...v2.3.2) (2024-06-17)
|
|
7
26
|
|
|
8
27
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<header>
|
|
4
4
|
<h1 align="center">
|
|
5
|
-
<a href="https://github.com/yozorajs/yozora/tree/v2.3.
|
|
5
|
+
<a href="https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme">@yozora/tokenizer-autolink</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-autolink">
|
|
@@ -195,80 +195,80 @@ parser.parse(`
|
|
|
195
195
|
|
|
196
196
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-autolink#live-examples
|
|
197
197
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-autolink
|
|
198
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
198
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme
|
|
199
199
|
[gfm-spec]: https://github.github.com/gfm
|
|
200
200
|
[mdast-homepage]: https://github.com/syntax-tree/mdast
|
|
201
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
202
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
203
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
201
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast#readme
|
|
202
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/ast-util#readme
|
|
203
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/character#readme
|
|
204
204
|
[@yozora/eslint-config]:
|
|
205
205
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
206
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
206
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-parser#readme
|
|
207
207
|
[@yozora/core-tokenizer]:
|
|
208
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
209
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
208
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/core-tokenizer#readme
|
|
209
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/invariant#readme
|
|
210
210
|
[@yozora/jest-for-tokenizer]:
|
|
211
211
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
212
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
213
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
212
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser#readme
|
|
213
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm#readme
|
|
214
214
|
[@yozora/parser-gfm-ex]:
|
|
215
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
215
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/packages/parser-gfm-ex#readme
|
|
216
216
|
[@yozora/template-tokenizer]:
|
|
217
217
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
218
218
|
[@yozora/tokenizer-admonition]:
|
|
219
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
219
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/admonition#readme
|
|
220
220
|
[@yozora/tokenizer-autolink]:
|
|
221
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
221
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink#readme
|
|
222
222
|
[@yozora/tokenizer-autolink-extension]:
|
|
223
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
223
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/autolink-extension#readme
|
|
224
224
|
[@yozora/tokenizer-blockquote]:
|
|
225
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
226
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
225
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/blockquote#readme
|
|
226
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/break#readme
|
|
227
227
|
[@yozora/tokenizer-definition]:
|
|
228
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
229
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
228
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/definition#readme
|
|
229
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/delete#readme
|
|
230
230
|
[@yozora/tokenizer-ecma-import]:
|
|
231
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
231
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/ecma-import#readme
|
|
232
232
|
[@yozora/tokenizer-emphasis]:
|
|
233
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
233
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/emphasis#readme
|
|
234
234
|
[@yozora/tokenizer-fenced-block]:
|
|
235
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
235
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-block#readme
|
|
236
236
|
[@yozora/tokenizer-fenced-code]:
|
|
237
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
237
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/fenced-code#readme
|
|
238
238
|
[@yozora/tokenizer-footnote]:
|
|
239
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
239
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote#readme
|
|
240
240
|
[@yozora/tokenizer-footnote-definition]:
|
|
241
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
241
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-definition#readme
|
|
242
242
|
[@yozora/tokenizer-footnote-reference]:
|
|
243
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
243
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/footnote-reference#readme
|
|
244
244
|
[@yozora/tokenizer-heading]:
|
|
245
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
245
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/heading#readme
|
|
246
246
|
[@yozora/tokenizer-html-block]:
|
|
247
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
247
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-block#readme
|
|
248
248
|
[@yozora/tokenizer-html-inline]:
|
|
249
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
250
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
249
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/html-inline#readme
|
|
250
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image#readme
|
|
251
251
|
[@yozora/tokenizer-image-reference]:
|
|
252
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
252
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/image-reference#readme
|
|
253
253
|
[@yozora/tokenizer-indented-code]:
|
|
254
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
254
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/indented-code#readme
|
|
255
255
|
[@yozora/tokenizer-inline-code]:
|
|
256
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
256
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-code#readme
|
|
257
257
|
[@yozora/tokenizer-inline-math]:
|
|
258
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
259
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
258
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/inline-math#readme
|
|
259
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link#readme
|
|
260
260
|
[@yozora/tokenizer-link-reference]:
|
|
261
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
262
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
263
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/link-reference#readme
|
|
262
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/list#readme
|
|
263
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/math#readme
|
|
264
264
|
[@yozora/tokenizer-paragraph]:
|
|
265
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
265
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/paragraph#readme
|
|
266
266
|
[@yozora/tokenizer-setext-heading]:
|
|
267
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
268
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
269
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/setext-heading#readme
|
|
268
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/table#readme
|
|
269
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/text#readme
|
|
270
270
|
[@yozora/tokenizer-thematic-break]:
|
|
271
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
271
|
+
https://github.com/yozorajs/yozora/tree/v2.3.4/tokenizers/thematic-break#readme
|
|
272
272
|
[@yozora/react-admonition]:
|
|
273
273
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
274
274
|
[@yozora/react-blockquote]:
|
package/lib/types/index.d.ts
CHANGED
|
@@ -76,3 +76,4 @@ declare class AutolinkTokenizer extends BaseInlineTokenizer<T, IDelimiter, IToke
|
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
export { type AutolinkContentType, AutolinkTokenizer, uniqueName as AutolinkTokenizerName, type IThis as IAutolinkHookContext, type IToken as IAutolinkToken, type ITokenizerProps as IAutolinkTokenizerProps, match as autolinkMatch, parse as autolinkParse, AutolinkTokenizer as default, eatAbsoluteUri, eatAutolinkSchema, eatEmailAddress };
|
|
79
|
+
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-autolink",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "guanghechen",
|
|
6
6
|
"url": "https://github.com/guanghechen/"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/yozorajs/yozora.git",
|
|
11
11
|
"directory": "tokenizers/autolink"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/autolink",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"exports": {
|
|
16
16
|
"types": "./lib/types/index.d.ts",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@yozora/ast": "^2.3.
|
|
38
|
-
"@yozora/character": "^2.3.
|
|
39
|
-
"@yozora/core-tokenizer": "^2.3.
|
|
37
|
+
"@yozora/ast": "^2.3.4",
|
|
38
|
+
"@yozora/character": "^2.3.4",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.4"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "ac66f6209903a0d4956f6571528b817174a36f06"
|
|
42
42
|
}
|