@yozora/tokenizer-list 2.3.1 → 2.3.3
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.3 (2024-09-20)</small>
|
|
7
|
+
|
|
8
|
+
- :wrench: chore: fix nx config ([b8c4d73](https://github.com/yozorajs/yozora/commit/b8c4d73))
|
|
9
|
+
- :wrench: chore: fix nx config ([38c2325](https://github.com/yozorajs/yozora/commit/38c2325))
|
|
10
|
+
|
|
11
|
+
# Change Log
|
|
12
|
+
|
|
13
|
+
All notable changes to this project will be documented in this file. See
|
|
14
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
15
|
+
|
|
16
|
+
## [2.3.2](https://github.com/yozorajs/yozora/compare/v2.3.1...v2.3.2) (2024-06-17)
|
|
17
|
+
|
|
18
|
+
**Note:** Version bump only for package @yozora/tokenizer-list
|
|
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.1](https://github.com/yozorajs/yozora/compare/v2.3.0...v2.3.1) (2024-01-30)
|
|
7
26
|
|
|
8
27
|
### Performance Improvements
|
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.3/tokenizers/list#readme">@yozora/tokenizer-list</a>
|
|
6
6
|
</h1>
|
|
7
7
|
<div align="center">
|
|
8
8
|
<a href="https://www.npmjs.com/package/@yozora/tokenizer-list">
|
|
@@ -258,81 +258,81 @@ a. This is an another type of ordered list item
|
|
|
258
258
|
|
|
259
259
|
[live-examples]: https://yozora.guanghechen.com/docs/package/tokenizer-list#live-examples
|
|
260
260
|
[docpage]: https://yozora.guanghechen.com/docs/package/tokenizer-list
|
|
261
|
-
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
261
|
+
[homepage]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/list#readme
|
|
262
262
|
[gfm-spec]: https://github.github.com/gfm
|
|
263
263
|
[mdast-homepage]: https://github.com/syntax-tree/mdast#list
|
|
264
264
|
[mdast-homepage:list-item]: https://github.com/syntax-tree/mdast#listitem
|
|
265
|
-
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
266
|
-
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
267
|
-
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
265
|
+
[@yozora/ast]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/ast#readme
|
|
266
|
+
[@yozora/ast-util]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/ast-util#readme
|
|
267
|
+
[@yozora/character]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/character#readme
|
|
268
268
|
[@yozora/eslint-config]:
|
|
269
269
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/eslint-config#readme
|
|
270
|
-
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
270
|
+
[@yozora/core-parser]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/core-parser#readme
|
|
271
271
|
[@yozora/core-tokenizer]:
|
|
272
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
273
|
-
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
272
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/packages/core-tokenizer#readme
|
|
273
|
+
[@yozora/invariant]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/invariant#readme
|
|
274
274
|
[@yozora/jest-for-tokenizer]:
|
|
275
275
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/jest-for-tokenizer#readme
|
|
276
|
-
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
277
|
-
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
276
|
+
[@yozora/parser]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser#readme
|
|
277
|
+
[@yozora/parser-gfm]: https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser-gfm#readme
|
|
278
278
|
[@yozora/parser-gfm-ex]:
|
|
279
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
279
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/packages/parser-gfm-ex#readme
|
|
280
280
|
[@yozora/template-tokenizer]:
|
|
281
281
|
https://github.com/yozorajs/yozora/tree/release-2.x.x/packages/template-tokenizer#readme
|
|
282
282
|
[@yozora/tokenizer-admonition]:
|
|
283
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
283
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/admonition#readme
|
|
284
284
|
[@yozora/tokenizer-autolink]:
|
|
285
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
285
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/autolink#readme
|
|
286
286
|
[@yozora/tokenizer-autolink-extension]:
|
|
287
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
287
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/autolink-extension#readme
|
|
288
288
|
[@yozora/tokenizer-blockquote]:
|
|
289
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
290
|
-
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
289
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/blockquote#readme
|
|
290
|
+
[@yozora/tokenizer-break]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/break#readme
|
|
291
291
|
[@yozora/tokenizer-definition]:
|
|
292
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
293
|
-
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
292
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/definition#readme
|
|
293
|
+
[@yozora/tokenizer-delete]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/delete#readme
|
|
294
294
|
[@yozora/tokenizer-ecma-import]:
|
|
295
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
295
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/ecma-import#readme
|
|
296
296
|
[@yozora/tokenizer-emphasis]:
|
|
297
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
297
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/emphasis#readme
|
|
298
298
|
[@yozora/tokenizer-fenced-block]:
|
|
299
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
299
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/fenced-block#readme
|
|
300
300
|
[@yozora/tokenizer-fenced-code]:
|
|
301
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
301
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/fenced-code#readme
|
|
302
302
|
[@yozora/tokenizer-footnote]:
|
|
303
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
303
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote#readme
|
|
304
304
|
[@yozora/tokenizer-footnote-definition]:
|
|
305
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
305
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote-definition#readme
|
|
306
306
|
[@yozora/tokenizer-footnote-reference]:
|
|
307
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
307
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/footnote-reference#readme
|
|
308
308
|
[@yozora/tokenizer-heading]:
|
|
309
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
309
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/heading#readme
|
|
310
310
|
[@yozora/tokenizer-html-block]:
|
|
311
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
311
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/html-block#readme
|
|
312
312
|
[@yozora/tokenizer-html-inline]:
|
|
313
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
314
|
-
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
313
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/html-inline#readme
|
|
314
|
+
[@yozora/tokenizer-image]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image#readme
|
|
315
315
|
[@yozora/tokenizer-image-reference]:
|
|
316
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
316
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/image-reference#readme
|
|
317
317
|
[@yozora/tokenizer-indented-code]:
|
|
318
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
318
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/indented-code#readme
|
|
319
319
|
[@yozora/tokenizer-inline-code]:
|
|
320
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
320
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/inline-code#readme
|
|
321
321
|
[@yozora/tokenizer-inline-math]:
|
|
322
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
323
|
-
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
322
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/inline-math#readme
|
|
323
|
+
[@yozora/tokenizer-link]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/link#readme
|
|
324
324
|
[@yozora/tokenizer-link-reference]:
|
|
325
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
326
|
-
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
327
|
-
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
325
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/link-reference#readme
|
|
326
|
+
[@yozora/tokenizer-list]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/list#readme
|
|
327
|
+
[@yozora/tokenizer-math]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/math#readme
|
|
328
328
|
[@yozora/tokenizer-paragraph]:
|
|
329
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
329
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/paragraph#readme
|
|
330
330
|
[@yozora/tokenizer-setext-heading]:
|
|
331
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
332
|
-
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
333
|
-
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.
|
|
331
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/setext-heading#readme
|
|
332
|
+
[@yozora/tokenizer-table]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/table#readme
|
|
333
|
+
[@yozora/tokenizer-text]: https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/text#readme
|
|
334
334
|
[@yozora/tokenizer-thematic-break]:
|
|
335
|
-
https://github.com/yozorajs/yozora/tree/v2.3.
|
|
335
|
+
https://github.com/yozorajs/yozora/tree/v2.3.3/tokenizers/thematic-break#readme
|
|
336
336
|
[@yozora/react-admonition]:
|
|
337
337
|
https://github.com/yozorajs/yozora-react/tree/main/packages/admonition#readme
|
|
338
338
|
[@yozora/react-blockquote]:
|
package/lib/types/index.d.ts
CHANGED
|
@@ -83,3 +83,4 @@ declare class ListTokenizer extends BaseBlockTokenizer<T, IToken, INode, IThis>
|
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
export { type IToken as IListToken, type ITokenizerProps as IListTokenizerProps, ListTokenizer, uniqueName as ListTokenizerName, ListTokenizer as default };
|
|
86
|
+
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yozora/tokenizer-list",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
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/list"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.
|
|
13
|
+
"homepage": "https://github.com/yozorajs/yozora/tree/v2.3.2/tokenizers/list",
|
|
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.3",
|
|
38
|
+
"@yozora/character": "^2.3.3",
|
|
39
|
+
"@yozora/core-tokenizer": "^2.3.3"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "be6d15961901654c0b685933d95a17a8e29999c2"
|
|
42
42
|
}
|