@yozora/tokenizer-table 2.3.0 → 2.3.2
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 +396 -387
- package/README.md +208 -165
- package/lib/cjs/index.cjs +1 -0
- package/lib/esm/index.mjs +1 -0
- package/package.json +6 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,737 +1,746 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
## [2.3.2](https://github.com/yozorajs/yozora/compare/v2.3.1...v2.3.2) (2024-06-17)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package @yozora/tokenizer-table
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
# Change Log
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
12
14
|
|
|
15
|
+
## [2.3.1](https://github.com/yozorajs/yozora/compare/v2.3.0...v2.3.1) (2024-01-30)
|
|
13
16
|
|
|
17
|
+
### Performance Improvements
|
|
14
18
|
|
|
19
|
+
- 🔧 use nx to simplify running commands on the monorepo
|
|
20
|
+
([#25](https://github.com/yozorajs/yozora/issues/25))
|
|
21
|
+
([377a126](https://github.com/yozorajs/yozora/commit/377a126f740e51cfd34bd8acc121e3e0424fc2aa))
|
|
15
22
|
|
|
23
|
+
# Change Log
|
|
16
24
|
|
|
17
|
-
|
|
25
|
+
All notable changes to this project will be documented in this file. See
|
|
26
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
27
|
|
|
28
|
+
# [2.3.0](https://github.com/yozorajs/yozora/compare/v2.2.0...v2.3.0) (2023-09-18)
|
|
19
29
|
|
|
20
30
|
### Performance Improvements
|
|
21
31
|
|
|
22
|
-
|
|
23
|
-
|
|
32
|
+
- :fire: remove 'tsconfig.json's in sub packages
|
|
33
|
+
([1e6a8b3](https://github.com/yozorajs/yozora/commit/1e6a8b39b1f4f4b84f01829b8956b1ef664e8743))
|
|
24
34
|
|
|
35
|
+
# [2.2.0](https://github.com/yozorajs/yozora/compare/v2.1.5...v2.2.0) (2023-08-21)
|
|
25
36
|
|
|
37
|
+
### Performance Improvements
|
|
26
38
|
|
|
39
|
+
- ⬆️ upgrade devDependencies
|
|
40
|
+
([bc46ce2](https://github.com/yozorajs/yozora/commit/bc46ce20cacb2eb46147d6129e42fe1390ee19fb))
|
|
27
41
|
|
|
28
42
|
## [2.1.5](https://github.com/yozorajs/yozora/compare/v2.1.4...v2.1.5) (2023-05-13)
|
|
29
43
|
|
|
30
|
-
|
|
31
44
|
### Performance Improvements
|
|
32
45
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
46
|
+
- 🔧 don't sourcemaps into tarball
|
|
47
|
+
([fc37aa8](https://github.com/yozorajs/yozora/commit/fc37aa8847ac4ad78ecb31f198e1cd6a85e91bcf))
|
|
48
|
+
- 📝 update CHANGELOGs
|
|
49
|
+
([c51b283](https://github.com/yozorajs/yozora/commit/c51b283874f8a562b6ed9fad46a0b7d578f6eb42))
|
|
39
50
|
|
|
40
51
|
## 2.1.4 (2023-04-02)
|
|
41
52
|
|
|
42
|
-
|
|
43
53
|
### Performance Improvements
|
|
44
54
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
55
|
+
- 🔧 don't pack src/ folder into tarball
|
|
56
|
+
([c9fac38](https://github.com/yozorajs/yozora/commit/c9fac382e9a7a8d6454452b0c4d5b57dac16455f))
|
|
57
|
+
- 🔖 publish v2.1.4
|
|
58
|
+
([aa464ed](https://github.com/yozorajs/yozora/commit/aa464ed1e3cd84892773a833910cfc53a556bf5f))
|
|
49
59
|
|
|
50
60
|
## 2.1.3 (2023-03-23)
|
|
51
61
|
|
|
52
|
-
|
|
53
62
|
### Performance Improvements
|
|
54
63
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
64
|
+
- 🔖 publish v2.1.3
|
|
65
|
+
([9abaaff](https://github.com/yozorajs/yozora/commit/9abaaff74a12d0bae0f645813241ff947a0d828c))
|
|
58
66
|
|
|
59
67
|
## 2.1.2 (2023-03-11)
|
|
60
68
|
|
|
61
|
-
|
|
62
69
|
### Performance Improvements
|
|
63
70
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
71
|
+
- 🔖 publish v2.1.2
|
|
72
|
+
([992baca](https://github.com/yozorajs/yozora/commit/992bacafd173e7788e99fed34ce8b45f6ed24cfe))
|
|
67
73
|
|
|
68
74
|
## 2.1.1 (2023-03-10)
|
|
69
75
|
|
|
70
|
-
|
|
71
76
|
### Performance Improvements
|
|
72
77
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
78
|
+
- 💥 prefer shorter types
|
|
79
|
+
([b93307f](https://github.com/yozorajs/yozora/commit/b93307f3c2372598dd8ca4fcbf04e80ce58d903d))
|
|
80
|
+
- 🔖 publish v2.1.1
|
|
81
|
+
([257a36d](https://github.com/yozorajs/yozora/commit/257a36d8dc079d4ac226405c155b238e7099bcea))
|
|
77
82
|
|
|
78
83
|
## 2.0.6 (2023-03-05)
|
|
79
84
|
|
|
80
|
-
|
|
81
85
|
### Performance Improvements
|
|
82
86
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
87
|
+
- 🔖 publish v2.0.6
|
|
88
|
+
([a263c53](https://github.com/yozorajs/yozora/commit/a263c5338103824347bac74d437051e9fbb6d791))
|
|
86
89
|
|
|
87
90
|
## 2.0.5 (2023-01-09)
|
|
88
91
|
|
|
89
|
-
|
|
90
92
|
### Performance Improvements
|
|
91
93
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
- 🔖 publish v2.0.5
|
|
95
|
+
([7ba3bab](https://github.com/yozorajs/yozora/commit/7ba3bab49fe65cf2f57082c0503af73da9356cf0))
|
|
95
96
|
|
|
96
97
|
## 2.0.5-alpha.0 (2023-01-05)
|
|
97
98
|
|
|
98
|
-
|
|
99
99
|
### Performance Improvements
|
|
100
100
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
101
|
+
- 🔧 fix test configuration
|
|
102
|
+
([f50b2d7](https://github.com/yozorajs/yozora/commit/f50b2d7600139e0ea54e042b025365d81f4518b5))
|
|
103
|
+
- 🔖 publish v2.0.5-alpha.0
|
|
104
|
+
([8bf941f](https://github.com/yozorajs/yozora/commit/8bf941fe4ef82947165b0f3cc123cd493665e13b))
|
|
105
|
+
- 🔧 update package entries
|
|
106
|
+
([2c94f27](https://github.com/yozorajs/yozora/commit/2c94f27ffb645119a863f2ceee68a6b1b7285a67))
|
|
107
|
+
- ⬆️ upgrade devDependencies
|
|
108
|
+
([13059a9](https://github.com/yozorajs/yozora/commit/13059a924f3ae3b7fd69080ec9e82cde34a0f097))
|
|
107
109
|
|
|
108
110
|
## 2.0.4 (2022-11-02)
|
|
109
111
|
|
|
110
|
-
|
|
111
112
|
### Performance Improvements
|
|
112
113
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
- 🔖 publish v2.0.4
|
|
115
|
+
([c980b95](https://github.com/yozorajs/yozora/commit/c980b95254394dcacba0cbb4bea251350b09397c))
|
|
116
116
|
|
|
117
117
|
## 2.0.3 (2022-10-11)
|
|
118
118
|
|
|
119
|
-
|
|
120
119
|
### Performance Improvements
|
|
121
120
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
121
|
+
- 🔖 publish v2.0.3
|
|
122
|
+
([8cc8f95](https://github.com/yozorajs/yozora/commit/8cc8f95cfebc8d752bc3272cdd24965f540c130b))
|
|
123
|
+
- 🔧 update build script
|
|
124
|
+
([d934cad](https://github.com/yozorajs/yozora/commit/d934cad21a4ab763621ca6a72379cd4294caa605))
|
|
126
125
|
|
|
127
126
|
## 2.0.2 (2022-09-24)
|
|
128
127
|
|
|
129
|
-
|
|
130
128
|
### Performance Improvements
|
|
131
129
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
130
|
+
- 📝 fix invalid links
|
|
131
|
+
([eb304c9](https://github.com/yozorajs/yozora/commit/eb304c931b2e682cf156bbceae0a20655777381e))
|
|
132
|
+
- 🔖 publish v2.0.2
|
|
133
|
+
([6911295](https://github.com/yozorajs/yozora/commit/6911295e9eacfa29563fe93494704190e50625fd))
|
|
134
|
+
- 🔧 support node@16.x.x
|
|
135
|
+
([eda301f](https://github.com/yozorajs/yozora/commit/eda301fe1047e380de5be915ae730206a026f07b))
|
|
136
|
+
- 📝 update links
|
|
137
|
+
([4467fe6](https://github.com/yozorajs/yozora/commit/4467fe646e0a95fcc7206658189884f68872bc4e))
|
|
138
138
|
|
|
139
139
|
## 2.0.2-alpha.0 (2022-05-22)
|
|
140
140
|
|
|
141
|
-
|
|
142
141
|
### Performance Improvements
|
|
143
142
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
- 🔖 publish v2.0.2-alpha.0
|
|
144
|
+
([430eaab](https://github.com/yozorajs/yozora/commit/430eaabd83f4a1ee29398ee1798aa4511976c38f))
|
|
147
145
|
|
|
148
146
|
## 2.0.1 (2022-05-21)
|
|
149
147
|
|
|
150
|
-
|
|
151
148
|
### Performance Improvements
|
|
152
149
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
- ✅ refactor test utils & rename createTester to createTokenizerTester
|
|
151
|
+
([7f2ce75](https://github.com/yozorajs/yozora/commit/7f2ce7571a336370d419aa01073bf8054783cfd9))
|
|
152
|
+
- 🔖 publish v2.0.1
|
|
153
|
+
([3aea330](https://github.com/yozorajs/yozora/commit/3aea33091e402bd6c7754d91d549e8d648475073))
|
|
157
154
|
|
|
158
155
|
# 2.0.0 (2022-01-15)
|
|
159
156
|
|
|
160
|
-
|
|
161
157
|
### Performance Improvements
|
|
162
158
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
159
|
+
- 💥 [breaking] rename 'NodePoint' and 'NodePosition'
|
|
160
|
+
([76692a2](https://github.com/yozorajs/yozora/commit/76692a211a82260bb81acffa5e9e9d41b569f673))
|
|
161
|
+
- 🔖 publish v2.0.0
|
|
162
|
+
([65e99d1](https://github.com/yozorajs/yozora/commit/65e99d1709fdd1c918465dce6b1e91de96bdab5e))
|
|
167
163
|
|
|
168
164
|
# 2.0.0-alpha.3 (2022-01-12)
|
|
169
165
|
|
|
170
|
-
|
|
171
166
|
### Features
|
|
172
167
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
168
|
+
- 💥 [breaking] remove 'I' prefix for AST node types
|
|
169
|
+
([cad4b0b](https://github.com/yozorajs/yozora/commit/cad4b0b5b8061ea495f6455ef1554bb3c8f223a0))
|
|
170
|
+
- 💥 [breaking] remove 'IYastNode' prefix for AST types
|
|
171
|
+
([35c8fd2](https://github.com/yozorajs/yozora/commit/35c8fd2a6c27fb0bdb4020ccda5974ad05748c46))
|
|
176
172
|
|
|
177
173
|
### Performance Improvements
|
|
178
174
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
175
|
+
- 🔖 publish v2.0.0-alpha.3
|
|
176
|
+
([9f274fc](https://github.com/yozorajs/yozora/commit/9f274fc7487a8c1dd213405d92508f9a7621f730))
|
|
177
|
+
- 🔥 remove unused codes
|
|
178
|
+
([32dc109](https://github.com/yozorajs/yozora/commit/32dc1092105a313374ae1f6605ad952dda837151))
|
|
183
179
|
|
|
184
180
|
# 2.0.0-alpha.2 (2022-01-09)
|
|
185
181
|
|
|
186
|
-
|
|
187
182
|
### Performance Improvements
|
|
188
183
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
184
|
+
- 🎨 refactor removePosition
|
|
185
|
+
([87a974f](https://github.com/yozorajs/yozora/commit/87a974fd744ae937d5778d3cdba4b345141bcaf6))
|
|
186
|
+
- 🔖 publish v2.0.0-alpha.2
|
|
187
|
+
([da59d85](https://github.com/yozorajs/yozora/commit/da59d85520455c59a117a35032ef1a035c10ea21))
|
|
188
|
+
- 🎨 remove PhrasingContentTokenizer (processInline throw hook api directly)
|
|
189
|
+
([d69d884](https://github.com/yozorajs/yozora/commit/d69d88431a9069011470fdb5d67fc196bc90e824))
|
|
190
|
+
- 🎨 simplify codes
|
|
191
|
+
([0712473](https://github.com/yozorajs/yozora/commit/0712473e824f532844e73f9e2023b591fb6bd6a5))
|
|
195
192
|
|
|
196
193
|
# 2.0.0-alpha.1 (2022-01-08)
|
|
197
194
|
|
|
198
|
-
|
|
199
195
|
### Features
|
|
200
196
|
|
|
201
|
-
|
|
202
|
-
|
|
197
|
+
- :breaking: refactor parse-block hooks
|
|
198
|
+
([117104d](https://github.com/yozorajs/yozora/commit/117104de9668a0d160e9e008ee6305811e83aec6))
|
|
203
199
|
|
|
204
200
|
### Performance Improvements
|
|
205
201
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
202
|
+
- 🎨 merge @yozora/tokenizer-list and @yozora/tokenizer-list-item
|
|
203
|
+
([53e1f6a](https://github.com/yozorajs/yozora/commit/53e1f6a454b0a5fbdbc2e17cafb3a175e05a1234))
|
|
204
|
+
- 🔖 publish v2.0.0-alpha.1
|
|
205
|
+
([86202e1](https://github.com/yozorajs/yozora/commit/86202e1d2b03ccfc2ab030517d9d314f7aee7666))
|
|
206
|
+
- 🎨 rename IHookContext to IThis
|
|
207
|
+
([04d5470](https://github.com/yozorajs/yozora/commit/04d5470c9949c4acfe6239289d34a8b5c6191e71))
|
|
208
|
+
- 📝 update READMEs
|
|
209
|
+
([320afeb](https://github.com/yozorajs/yozora/commit/320afebd6c500cbbce5fd65c1cd184bbd2224f25))
|
|
212
210
|
|
|
213
211
|
# 2.0.0-alpha.0 (2022-01-03)
|
|
214
212
|
|
|
215
|
-
|
|
216
213
|
### Bug Fixes
|
|
217
214
|
|
|
218
|
-
|
|
219
|
-
|
|
215
|
+
- 🚨 fix lint warnings
|
|
216
|
+
([fc4b9fd](https://github.com/yozorajs/yozora/commit/fc4b9fd5e4edca9df93f34b9f3fbee711d4670f5))
|
|
220
217
|
|
|
221
218
|
### Features
|
|
222
219
|
|
|
223
|
-
|
|
224
|
-
|
|
220
|
+
- 💥 [breaking] rename types with 'I' prefix
|
|
221
|
+
([d37d862](https://github.com/yozorajs/yozora/commit/d37d862212831dbe75ac92a6dbdadf2fa81cce8c))
|
|
225
222
|
|
|
226
223
|
### Performance Improvements
|
|
227
224
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
225
|
+
- 💥 refactor block tokenizers
|
|
226
|
+
([50ea4da](https://github.com/yozorajs/yozora/commit/50ea4dac5be8d7dd3d6eccf7e0ce1cfe05fe704a))
|
|
227
|
+
- 🔖 publish v2.0.0-alpha.0
|
|
228
|
+
([0171501](https://github.com/yozorajs/yozora/commit/0171501339c49ffd02ed16a63447fa20a47a29a7))
|
|
229
|
+
- 🎨 rename parser hooks
|
|
230
|
+
([ef6cbc5](https://github.com/yozorajs/yozora/commit/ef6cbc51323e6ef9d4cd78f1c7194ae1f7819245))
|
|
231
|
+
- 🎨 set print width to 100
|
|
232
|
+
([657a621](https://github.com/yozorajs/yozora/commit/657a6211cad52d5f1b183e7bcd7ea227b2aa7724))
|
|
234
233
|
|
|
235
234
|
# 1.3.0 (2021-10-09)
|
|
236
235
|
|
|
237
|
-
|
|
238
236
|
### Features
|
|
239
237
|
|
|
240
|
-
|
|
241
|
-
|
|
238
|
+
- 💥 move func parameter `nodePoints` to api.getNodePoints()
|
|
239
|
+
([6bbfd4e](https://github.com/yozorajs/yozora/commit/6bbfd4e9c57240eeca0acb01a0bbc83c0eafa978))
|
|
242
240
|
|
|
243
241
|
### Performance Improvements
|
|
244
242
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
243
|
+
- 🔖 publish v1.3.0
|
|
244
|
+
([18c9b16](https://github.com/yozorajs/yozora/commit/18c9b167004ad97718b2f94f25139f80598cbf7a))
|
|
245
|
+
- 🎨 set the default `children` to empty array instead of undefined
|
|
246
|
+
([8fe26ca](https://github.com/yozorajs/yozora/commit/8fe26ca085ec7d48148895fddbec019a84c24a8a))
|
|
249
247
|
|
|
250
248
|
## 1.2.2 (2021-09-06)
|
|
251
249
|
|
|
252
|
-
|
|
253
250
|
### Performance Improvements
|
|
254
251
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
252
|
+
- 🔖 publish v1.2.2
|
|
253
|
+
([fb4b804](https://github.com/yozorajs/yozora/commit/fb4b804548592c09259aabcf9cc4dd96176bd024))
|
|
258
254
|
|
|
259
255
|
## 1.2.1 (2021-09-04)
|
|
260
256
|
|
|
261
|
-
|
|
262
257
|
### Performance Improvements
|
|
263
258
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
259
|
+
- 🔖 publish v1.2.1
|
|
260
|
+
([d98d07d](https://github.com/yozorajs/yozora/commit/d98d07d7c56dd9f6bb60149b2b0a4be2787e1046))
|
|
267
261
|
|
|
268
262
|
# 1.2.0 (2021-08-22)
|
|
269
263
|
|
|
270
|
-
|
|
271
264
|
### Performance Improvements
|
|
272
265
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
266
|
+
- 🔖 publish v1.2.0
|
|
267
|
+
([86da40e](https://github.com/yozorajs/yozora/commit/86da40e50d2fe9acace68695288e15e012e6cd0d))
|
|
276
268
|
|
|
277
269
|
# 1.2.0-alpha.1 (2021-08-16)
|
|
278
270
|
|
|
279
|
-
|
|
280
271
|
### Performance Improvements
|
|
281
272
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
273
|
+
- 🔖 publish v1.2.0-alpha.1
|
|
274
|
+
([ce3c173](https://github.com/yozorajs/yozora/commit/ce3c17330085f22404668a388f2bee6f57e6e958))
|
|
285
275
|
|
|
286
276
|
# 1.2.0-alpha.0 (2021-08-15)
|
|
287
277
|
|
|
288
|
-
|
|
289
278
|
### Performance Improvements
|
|
290
279
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
280
|
+
- 🔖 publish v1.2.0-alpha.0
|
|
281
|
+
([bd8ef45](https://github.com/yozorajs/yozora/commit/bd8ef455a22963834a70339f42178138aab28df6))
|
|
294
282
|
|
|
295
283
|
# 1.1.0 (2021-08-12)
|
|
296
284
|
|
|
297
|
-
|
|
298
285
|
### Performance Improvements
|
|
299
286
|
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
287
|
+
- 🔖 publish v1.1.0
|
|
288
|
+
([a8c7cff](https://github.com/yozorajs/yozora/commit/a8c7cffcbdc36930ab3c744450c8feb4395a9fac))
|
|
289
|
+
- 📝 update related references
|
|
290
|
+
([e2c8c7e](https://github.com/yozorajs/yozora/commit/e2c8c7e6ff8c5c1da27ca224d5c5d0eb4e5fbca7))
|
|
304
291
|
|
|
305
292
|
# 1.1.0-alpha.2 (2021-08-07)
|
|
306
293
|
|
|
307
|
-
|
|
308
294
|
### Performance Improvements
|
|
309
295
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
296
|
+
- 🔖 publish v1.1.0-alpha.2
|
|
297
|
+
([d88b8ec](https://github.com/yozorajs/yozora/commit/d88b8eca03118b9f2a8b00ac4106ea82e779bc94))
|
|
313
298
|
|
|
314
299
|
# 1.1.0-alpha.1 (2021-08-01)
|
|
315
300
|
|
|
316
|
-
|
|
317
301
|
### Performance Improvements
|
|
318
302
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
303
|
+
- 🔖 publish v1.1.0-alpha.1
|
|
304
|
+
([0d6aa91](https://github.com/yozorajs/yozora/commit/0d6aa91fb5a15b962b016496453dbfa7f1197126))
|
|
305
|
+
- 📝 update READMEs
|
|
306
|
+
([738d626](https://github.com/yozorajs/yozora/commit/738d626d76c535ea017812f674b43842ee073227))
|
|
323
307
|
|
|
324
308
|
# 1.1.0-alpha.0 (2021-07-31)
|
|
325
309
|
|
|
326
|
-
|
|
327
310
|
### Performance Improvements
|
|
328
311
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
312
|
+
- 🔖 publish v1.1.0-alpha.0
|
|
313
|
+
([082653e](https://github.com/yozorajs/yozora/commit/082653e421889513588492774503d8ddcc24b8f9))
|
|
314
|
+
- 📝 update READMEs
|
|
315
|
+
([9905f04](https://github.com/yozorajs/yozora/commit/9905f0408b15d4478d021ef5c75497817f2db9a3))
|
|
316
|
+
- 📝 update READMEs
|
|
317
|
+
([03fe64c](https://github.com/yozorajs/yozora/commit/03fe64c6a9eab9bf810d4648261e7a808a13d1e1))
|
|
334
318
|
|
|
335
319
|
# 1.0.0 (2021-07-20)
|
|
336
320
|
|
|
337
|
-
|
|
338
321
|
### Performance Improvements
|
|
339
322
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
323
|
+
- 🔖 publish v1.0.0
|
|
324
|
+
([ad754e3](https://github.com/yozorajs/yozora/commit/ad754e3a5945cd2ce19d9e6bfa59cb82caf0c7ac))
|
|
343
325
|
|
|
344
326
|
# 1.0.0-beta.0 (2021-07-08)
|
|
345
327
|
|
|
346
|
-
|
|
347
328
|
### Performance Improvements
|
|
348
329
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
330
|
+
- 🔖 publish v1.0.0-beta.0
|
|
331
|
+
([bb66320](https://github.com/yozorajs/yozora/commit/bb6632098367cd8cf391eb1380d4542c15383bac))
|
|
352
332
|
|
|
353
333
|
# 1.0.0-1.0.0-beta.0.0 (2021-07-08)
|
|
354
334
|
|
|
355
|
-
|
|
356
335
|
### Performance Improvements
|
|
357
336
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
337
|
+
- 🔖 publish v1.0.0-1.0.0-beta.0.0
|
|
338
|
+
([4051dd2](https://github.com/yozorajs/yozora/commit/4051dd2bcdea0d051141abaa85635e52d84c04f2))
|
|
339
|
+
- 📝 update READMEs
|
|
340
|
+
([9d9f940](https://github.com/yozorajs/yozora/commit/9d9f940a81188502db6045134054b18b747819bf))
|
|
362
341
|
|
|
363
342
|
# 1.0.0-alpha.29 (2021-07-08)
|
|
364
343
|
|
|
365
|
-
|
|
366
344
|
### Performance Improvements
|
|
367
345
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
346
|
+
- expose new utility func 'createTester' and 'createTesters'
|
|
347
|
+
([a4e9613](https://github.com/yozorajs/yozora/commit/a4e9613063e3e5840cf066e6e7343dbd5ffd4884))
|
|
348
|
+
- 📝 fix invalid link references
|
|
349
|
+
([f7b97b3](https://github.com/yozorajs/yozora/commit/f7b97b3dc74f065aa8f00ecd846ee4fa7f704453))
|
|
350
|
+
- 🔖 publish v1.0.0-alpha.29
|
|
351
|
+
([f2291db](https://github.com/yozorajs/yozora/commit/f2291db2812043dd6586eaabd14e427abb11663a))
|
|
352
|
+
- 🎨 use path alias in tests
|
|
353
|
+
([29cca94](https://github.com/yozorajs/yozora/commit/29cca943d4fbc6d26af4507d3fa75ac08dcf388a))
|
|
374
354
|
|
|
375
355
|
# 1.0.0-alpha.28 (2021-06-30)
|
|
376
356
|
|
|
377
|
-
|
|
378
357
|
### Performance Improvements
|
|
379
358
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
359
|
+
- 🔖 publish v1.0.0-alpha.28
|
|
360
|
+
([f18d90a](https://github.com/yozorajs/yozora/commit/f18d90a116db508bf49c9a3338a262cb85faf792))
|
|
383
361
|
|
|
384
362
|
# 1.0.0-alpha.27 (2021-06-28)
|
|
385
363
|
|
|
386
|
-
|
|
387
364
|
### Performance Improvements
|
|
388
365
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
366
|
+
- 🎨 update base abstract tokenizer
|
|
367
|
+
([cca9dd6](https://github.com/yozorajs/yozora/commit/cca9dd6fc3d4a22e1352378f59c7d2dccecfc5a2))
|
|
368
|
+
- 🔖 publish v1.0.0-alpha.27
|
|
369
|
+
([8efea07](https://github.com/yozorajs/yozora/commit/8efea07b2314c241c91fc113abdc8852f216c9d7))
|
|
370
|
+
- ⬆️ upgrade dev dependencies
|
|
371
|
+
([d126ff4](https://github.com/yozorajs/yozora/commit/d126ff4c81ec09b366a0c60ba2a83e7f45fbe317))
|
|
394
372
|
|
|
395
373
|
# 1.0.0-alpha.26 (2021-06-25)
|
|
396
374
|
|
|
397
|
-
|
|
398
375
|
### Performance Improvements
|
|
399
376
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
377
|
+
- 🔖 publish v1.0.0-alpha.26
|
|
378
|
+
([cbde29c](https://github.com/yozorajs/yozora/commit/cbde29c6188c9183f0b39ccfac0ad310803b09fe))
|
|
379
|
+
- 📝 update READMEs
|
|
380
|
+
([11e4f61](https://github.com/yozorajs/yozora/commit/11e4f6107c3862bf8c81dae882e93cab3f56f40f))
|
|
404
381
|
|
|
405
382
|
# 1.0.0-alpha.25 (2021-06-17)
|
|
406
383
|
|
|
407
|
-
|
|
408
384
|
### Bug Fixes
|
|
409
385
|
|
|
410
|
-
|
|
411
|
-
|
|
386
|
+
- 🐛 repeated interception of table cell content
|
|
387
|
+
([020b410](https://github.com/yozorajs/yozora/commit/020b410466162c8d88ef1df5ecfc584bf83d295f))
|
|
412
388
|
|
|
413
389
|
### Performance Improvements
|
|
414
390
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
391
|
+
- 🔖 publish v1.0.0-alpha.25
|
|
392
|
+
([5e17f71](https://github.com/yozorajs/yozora/commit/5e17f7155391c21eb1c99e5024e48d5e208e80db))
|
|
418
393
|
|
|
419
394
|
# 1.0.0-alpha.24 (2021-06-10)
|
|
420
395
|
|
|
421
|
-
|
|
422
396
|
### Performance Improvements
|
|
423
397
|
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
398
|
+
- 🔖 publish v1.0.0-alpha.24
|
|
399
|
+
([6169f8e](https://github.com/yozorajs/yozora/commit/6169f8ecda42e04203e4533f820e82ea3e93b7dd))
|
|
427
400
|
|
|
428
401
|
# 1.0.0-alpha.23 (2021-06-08)
|
|
429
402
|
|
|
430
|
-
|
|
431
403
|
### Performance Improvements
|
|
432
404
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
405
|
+
- Move repository from github.com/guanghechen to github.com/yozorajs
|
|
406
|
+
([c1fd32c](https://github.com/yozorajs/yozora/commit/c1fd32ce818b44aa0d993ec8f74ef514bdf2d834))
|
|
407
|
+
- 🔖 publish v1.0.0-alpha.23
|
|
408
|
+
([131a216](https://github.com/yozorajs/yozora/commit/131a2162b64eb23f98e93286974f4a3e4a91b77a))
|
|
409
|
+
- 📝 update READMEs
|
|
410
|
+
([6420941](https://github.com/yozorajs/yozora/commit/64209414cacdaf0e04329e2c86e6ff41f885f55f))
|
|
438
411
|
|
|
439
412
|
# 1.0.0-alpha.22 (2021-05-20)
|
|
440
413
|
|
|
441
|
-
|
|
442
414
|
### Performance Improvements
|
|
443
415
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
416
|
+
- 🎨 lint codes
|
|
417
|
+
([0d2d798](https://github.com/yozorajs/yozora/commit/0d2d7988d1d46f873e2a9f5d37de9c5daa39a109))
|
|
418
|
+
- 🔖 publish v1.0.0-alpha.22
|
|
419
|
+
([a07a41d](https://github.com/yozorajs/yozora/commit/a07a41de8dda2ff579b0e5b469db75d6c629c38b))
|
|
420
|
+
- 🔧 rename the main branch to 'main' instead of 'master'
|
|
421
|
+
([c915653](https://github.com/yozorajs/yozora/commit/c9156537fba68ce073e139eb487afb973b7d90ba))
|
|
449
422
|
|
|
450
423
|
# 1.0.0-alpha.21 (2021-05-12)
|
|
451
424
|
|
|
452
|
-
|
|
453
425
|
### Performance Improvements
|
|
454
426
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
427
|
+
- 🔖 publish v1.0.0-alpha.21
|
|
428
|
+
([e6655a2](https://github.com/yozorajs/yozora/commit/e6655a252c0b799d0990f06bc7cfdadc6824b63c))
|
|
458
429
|
|
|
459
430
|
# 1.0.0-alpha.20 (2021-04-20)
|
|
460
431
|
|
|
461
|
-
|
|
462
432
|
### Performance Improvements
|
|
463
433
|
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
434
|
+
- 🔖 publish v1.0.0-alpha.20
|
|
435
|
+
([3f3831f](https://github.com/yozorajs/yozora/commit/3f3831fb6fdb72319e7d24a1ba4b51b44bdb4c8d))
|
|
467
436
|
|
|
468
437
|
# 1.0.0-alpha.19 (2021-04-19)
|
|
469
438
|
|
|
470
|
-
|
|
471
439
|
### Performance Improvements
|
|
472
440
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
441
|
+
- 🔖 publish v1.0.0-alpha.19
|
|
442
|
+
([50b55f9](https://github.com/yozorajs/yozora/commit/50b55f9e5fd1d00c03d271a488d2a648ccd0a1d1))
|
|
443
|
+
- 📝 update READMEs
|
|
444
|
+
([907af97](https://github.com/yozorajs/yozora/commit/907af97f8c0bca5b045ccae188c6b759e88ec38c))
|
|
477
445
|
|
|
478
446
|
# 1.0.0-alpha.18 (2021-04-18)
|
|
479
447
|
|
|
480
|
-
|
|
481
448
|
### Performance Improvements
|
|
482
449
|
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
450
|
+
- 🔖 publish v1.0.0-alpha.18
|
|
451
|
+
([219b28b](https://github.com/yozorajs/yozora/commit/219b28b38975d6d41f6c285a512a5c0dccceb6fa))
|
|
486
452
|
|
|
487
453
|
# 1.0.0-alpha.17 (2021-04-15)
|
|
488
454
|
|
|
489
|
-
|
|
490
455
|
### Performance Improvements
|
|
491
456
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
457
|
+
- 🔖 publish v1.0.0-alpha.17
|
|
458
|
+
([0e7facd](https://github.com/yozorajs/yozora/commit/0e7facdde8692e538e5777d70b873cf6282f7de8))
|
|
459
|
+
- 📝 update docs
|
|
460
|
+
([acffd75](https://github.com/yozorajs/yozora/commit/acffd757123705c4d0f6a3948f62f3c460cefde3))
|
|
496
461
|
|
|
497
462
|
# 1.0.0-alpha.16 (2021-04-12)
|
|
498
463
|
|
|
499
|
-
|
|
500
464
|
### Performance Improvements
|
|
501
465
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
466
|
+
- ✅ collect all test cases in the scaffolds/jest-for-tokenizer/fixtures/ directory
|
|
467
|
+
([a328ffd](https://github.com/yozorajs/yozora/commit/a328ffd8c11d8e49ec6cc378057b01448ed09300))
|
|
468
|
+
- 🔖 publish v1.0.0-alpha.16
|
|
469
|
+
([9da34dd](https://github.com/yozorajs/yozora/commit/9da34dd46333b72f908c77d15f11326f3724060c))
|
|
470
|
+
- ✅ simplify test codes
|
|
471
|
+
([60d072c](https://github.com/yozorajs/yozora/commit/60d072c6bf4a414e45b3d98713223a23be5d0bb8))
|
|
507
472
|
|
|
508
473
|
# 1.0.0-alpha.15 (2021-04-11)
|
|
509
474
|
|
|
510
|
-
|
|
511
475
|
### Performance Improvements
|
|
512
476
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
477
|
+
- 🔖 publish v1.0.0-alpha.15
|
|
478
|
+
([988d25f](https://github.com/yozorajs/yozora/commit/988d25f7958825ccbaaa99051ad7b823c625d4cf))
|
|
516
479
|
|
|
517
480
|
# 1.0.0-alpha.14 (2021-04-11)
|
|
518
481
|
|
|
519
|
-
|
|
520
482
|
### Performance Improvements
|
|
521
483
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
484
|
+
- 🔖 publish v1.0.0-alpha.14
|
|
485
|
+
([3fcfffa](https://github.com/yozorajs/yozora/commit/3fcfffa0da0413449acf0d91d85400d0b31fa9a2))
|
|
486
|
+
- 🎨 rename isContainerBlock to isContainingBlock & use enum TokenizerPriority instead of magic
|
|
487
|
+
numbers to present tokenizer proirity
|
|
488
|
+
([940c50b](https://github.com/yozorajs/yozora/commit/940c50bb58b76a888a512539f3a4db6e8396d45b))
|
|
489
|
+
- ✅ update tests
|
|
490
|
+
([3c9f64f](https://github.com/yozorajs/yozora/commit/3c9f64f331d2b2c3484cc580dc8ef13e21ee42b8))
|
|
491
|
+
- ✅ update tests
|
|
492
|
+
([a24d148](https://github.com/yozorajs/yozora/commit/a24d1485b59caaeff4510b1150d8810236a9906a))
|
|
528
493
|
|
|
529
494
|
# 1.0.0-alpha.13 (2021-04-10)
|
|
530
495
|
|
|
531
|
-
|
|
532
496
|
### Performance Improvements
|
|
533
497
|
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
498
|
+
- 🎨 add api for match-block phase & remove TokenizerContext
|
|
499
|
+
([5a387ee](https://github.com/yozorajs/yozora/commit/5a387ee91d7a88169bbc4635a7b19f6aa045eaee))
|
|
500
|
+
- 🎨 add api for parse-block phase
|
|
501
|
+
([b266352](https://github.com/yozorajs/yozora/commit/b26635207f45af3cb0f0ec06431a1bba174618fb))
|
|
502
|
+
- 🔖 publish v1.0.0-alpha.13
|
|
503
|
+
([949455c](https://github.com/yozorajs/yozora/commit/949455c25f4fb60a88c3484829a610da7c998969))
|
|
504
|
+
- 💥 remove parse-meta phase (calc meta such as definitions after parse-block).
|
|
505
|
+
([463e751](https://github.com/yozorajs/yozora/commit/463e75126448b672dc15019e8dd93d9d64bc9b5e))
|
|
540
506
|
|
|
541
507
|
# 1.0.0-alpha.12 (2021-03-27)
|
|
542
508
|
|
|
543
|
-
|
|
544
509
|
### Features
|
|
545
510
|
|
|
546
|
-
|
|
547
|
-
|
|
511
|
+
- 💥 redesign interfaces & refactor tokenizer codes with types from @yozora/ast
|
|
512
|
+
([af3603d](https://github.com/yozorajs/yozora/commit/af3603d771bde94ec0c78fb53aa6d64a14933f9d))
|
|
548
513
|
|
|
549
514
|
### Performance Improvements
|
|
550
515
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
516
|
+
- 🎨 make '\_tokenizer' optional in the result of tokenizers on match phase
|
|
517
|
+
([b1ea8de](https://github.com/yozorajs/yozora/commit/b1ea8de5a439615d09e9cc3585b1a3cbdb663d31))
|
|
518
|
+
- 🔧 update script fields
|
|
519
|
+
([48a57ec](https://github.com/yozorajs/yozora/commit/48a57ec8f92b5cffb02e24b0b2ee94364033226f))
|
|
520
|
+
- 🔖 publish v1.0.0-alpha.12
|
|
521
|
+
([897f131](https://github.com/yozorajs/yozora/commit/897f1317408ab43406788d5b796d245fd4eeac13))
|
|
522
|
+
- ✅ update tests (RootMeta changed)
|
|
523
|
+
([75e7693](https://github.com/yozorajs/yozora/commit/75e769306d9ebdde0e878cfda571aec856cf4d30))
|
|
524
|
+
- ✅ update tests due to the previous changes
|
|
525
|
+
([24bb714](https://github.com/yozorajs/yozora/commit/24bb714196ed762db2a08ca893ef13d06b331284))
|
|
526
|
+
- 🎨 use AST types from @yozora/ast instead of @yozora/core-tokenizer
|
|
527
|
+
([fc55ceb](https://github.com/yozorajs/yozora/commit/fc55cebca8162a111fca1c0cdfbf0982831db66a))
|
|
528
|
+
- 🎨 use types defined in @yozora/ast & use tokenizerName as unique id of token
|
|
529
|
+
([d51f022](https://github.com/yozorajs/yozora/commit/d51f0222a829ef0caea5f1ec058ca3f3553c156d))
|
|
560
530
|
|
|
561
531
|
# 1.0.0-alpha.11 (2021-03-20)
|
|
562
532
|
|
|
563
|
-
|
|
564
533
|
### Performance Improvements
|
|
565
534
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
535
|
+
- 🔖 publish v1.0.0-alpha.11
|
|
536
|
+
([df10f73](https://github.com/yozorajs/yozora/commit/df10f73cbcc698d44cd7f7efbab2f7cac66f8675))
|
|
569
537
|
|
|
570
538
|
# 1.0.0-alpha.10 (2021-03-20)
|
|
571
539
|
|
|
572
|
-
|
|
573
540
|
### Performance Improvements
|
|
574
541
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
542
|
+
- 🔖 publish v1.0.0-alpha.10
|
|
543
|
+
([dbd0114](https://github.com/yozorajs/yozora/commit/dbd0114cd72fa029e743db5d38e10bc1af23ca33))
|
|
578
544
|
|
|
579
545
|
# 1.0.0-alpha.9 (2021-03-20)
|
|
580
546
|
|
|
581
|
-
|
|
582
547
|
### Features
|
|
583
548
|
|
|
584
|
-
|
|
585
|
-
|
|
549
|
+
- 💥 update types of Definition to make it consistent with the Definition in Mdast
|
|
550
|
+
([1309771](https://github.com/yozorajs/yozora/commit/1309771175f24c39525f83cc5a0d08f6960ff7c1))
|
|
586
551
|
|
|
587
552
|
### Performance Improvements
|
|
588
553
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
554
|
+
- 📝 fix invalid badge urls
|
|
555
|
+
([4d78b23](https://github.com/yozorajs/yozora/commit/4d78b23b2aa8ae65adb9e86ccd51e372a916f20b))
|
|
556
|
+
- 🔖 publish v1.0.0-alpha.9
|
|
557
|
+
([1b41b56](https://github.com/yozorajs/yozora/commit/1b41b56362c328af28fde43a0b95fa02aff0dfbe))
|
|
593
558
|
|
|
594
559
|
# 1.0.0-alpha.8 (2021-03-13)
|
|
595
560
|
|
|
596
|
-
|
|
597
561
|
### Performance Improvements
|
|
598
562
|
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
563
|
+
- 🔖 publish v1.0.0-alpha.8
|
|
564
|
+
([3cb3080](https://github.com/yozorajs/yozora/commit/3cb3080312048001d73911a892c4a7c69459c260))
|
|
565
|
+
- 📝 update badges
|
|
566
|
+
([418e221](https://github.com/yozorajs/yozora/commit/418e2216ed80c71445f9e0efd9ea054208b18c78))
|
|
567
|
+
- 🔧 update configs & lint codes
|
|
568
|
+
([3e9ded3](https://github.com/yozorajs/yozora/commit/3e9ded3f7ebe8dcb68a976675ffd34bdfd59ace9))
|
|
569
|
+
- 🔧 update package.json
|
|
570
|
+
([cba99c5](https://github.com/yozorajs/yozora/commit/cba99c5aa58de54672cc292e587914f56d702f7a))
|
|
571
|
+
- 📝 update READMEs
|
|
572
|
+
([188b30b](https://github.com/yozorajs/yozora/commit/188b30ba3f10096722e999452f84752ec3dd459a))
|
|
606
573
|
|
|
607
574
|
# 1.0.0-alpha.7 (2021-03-06)
|
|
608
575
|
|
|
609
|
-
|
|
610
576
|
### Performance Improvements
|
|
611
577
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
578
|
+
- 🎨 format codes
|
|
579
|
+
([1fbd596](https://github.com/yozorajs/yozora/commit/1fbd59671965b747a990d2bff77de0872f18836d))
|
|
580
|
+
- 🔧 add directory in repository field
|
|
581
|
+
([8daefc9](https://github.com/yozorajs/yozora/commit/8daefc94f4999aa471e2edc82728120ae9c0f079))
|
|
582
|
+
- 📝 update badges
|
|
583
|
+
([967819b](https://github.com/yozorajs/yozora/commit/967819be94f17a635169fabd48468747e53f2b84))
|
|
584
|
+
- 🔖 publish v1.0.0-alpha.7
|
|
585
|
+
([115ce36](https://github.com/yozorajs/yozora/commit/115ce36207dc675c7a13275c6bf2fccafdb47ffc))
|
|
586
|
+
- 🔧 update scripts field
|
|
587
|
+
([72841c5](https://github.com/yozorajs/yozora/commit/72841c571882cb600706aaab1a335fa68013167c))
|
|
588
|
+
- 🔧 use @guanghechen/rollup-config instead of @barusu/rollup-config
|
|
589
|
+
([6228c33](https://github.com/yozorajs/yozora/commit/6228c330ed6dc3113c671f56feaa91d47bff6d64))
|
|
590
|
+
- 🔨 use top level rollup.config.js
|
|
591
|
+
([818c59b](https://github.com/yozorajs/yozora/commit/818c59b6f5ef3c29f718428c620ebce08f24b9d6))
|
|
621
592
|
|
|
622
593
|
# 1.0.0-alpha.6 (2021-02-25)
|
|
623
594
|
|
|
624
|
-
|
|
625
595
|
### Performance Improvements
|
|
626
596
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
597
|
+
- 🎨 format codes through 'yarn sort-imports'
|
|
598
|
+
([a932fec](https://github.com/yozorajs/yozora/commit/a932fec827b51397f2c5378afff11d4efd09159e))
|
|
599
|
+
- 🎨 format codes with prettier
|
|
600
|
+
([04582c8](https://github.com/yozorajs/yozora/commit/04582c840608a6d36270066a1e5d552840855118))
|
|
601
|
+
- 🔖 publish v1.0.0-alpha.6
|
|
602
|
+
([e4f20f7](https://github.com/yozorajs/yozora/commit/e4f20f785dc3928c0c928d0d38665bf3609481a6))
|
|
603
|
+
- 🚚 rename @yozora/parser-core to @yozora/core-parser
|
|
604
|
+
([e94956f](https://github.com/yozorajs/yozora/commit/e94956f58ccf64f37c476c953679578b3b4b7c24))
|
|
605
|
+
- ⬆️ upgrade @barusu/\* to v0.0.47 & upgrade rollup to v2.39.1
|
|
606
|
+
([173b431](https://github.com/yozorajs/yozora/commit/173b431d4522a90b964b11d015ce24eba4028deb))
|
|
607
|
+
- 🔧 upgrade barusu to v0.0.46
|
|
608
|
+
([7c360a4](https://github.com/yozorajs/yozora/commit/7c360a46a6c188e13512ac814a8f59169f41f23d))
|
|
609
|
+
- 🔧 upgrade eslint & update eslint configs & lint codes
|
|
610
|
+
([4227453](https://github.com/yozorajs/yozora/commit/4227453ce46a4c9e9e1eeac2939c6365af78c696))
|
|
636
611
|
|
|
637
612
|
# 1.0.0-alpha.5 (2021-02-23)
|
|
638
613
|
|
|
639
|
-
|
|
640
614
|
### Performance Improvements
|
|
641
615
|
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
616
|
+
- 🔖 publish v1.0.0-alpha.5
|
|
617
|
+
([fa285da](https://github.com/yozorajs/yozora/commit/fa285da950e21abf2505f51256bb12e3b8307823))
|
|
645
618
|
|
|
646
619
|
# 1.0.0-alpha.4 (2021-02-23)
|
|
647
620
|
|
|
648
|
-
|
|
649
621
|
### Performance Improvements
|
|
650
622
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
623
|
+
- :art: merge @yozora/tokenizercore-inline and @yozora/tokenizercore-block into
|
|
624
|
+
@yozora/tokenizercore
|
|
625
|
+
([7583266](https://github.com/yozorajs/yozora/commit/7583266e831d441b0c5004b7ef05cf7008c8f8da))
|
|
626
|
+
- 🎨 rename `parse()` to `parseBlock()` of TokenizerParseBlockHook
|
|
627
|
+
([9beb9ee](https://github.com/yozorajs/yozora/commit/9beb9ee14945ecd2d04dfc85ae98eff9de0a4e56))
|
|
628
|
+
- 🎨 move property `recongnizedTypes` from TokenizerParseBlockHook and TokenizerParseInlineHook into
|
|
629
|
+
the Tokenizer
|
|
630
|
+
([d3ec789](https://github.com/yozorajs/yozora/commit/d3ec78944df57a2e8515019bf80eb9c6e508a2ac))
|
|
631
|
+
- 🔖 publish v1.0.0-alpha.4
|
|
632
|
+
([1cfd290](https://github.com/yozorajs/yozora/commit/1cfd29055684e41eb0859d81210a2b542424ffab))
|
|
633
|
+
- 🎨 rename tokenizer hooks
|
|
634
|
+
([9f0679f](https://github.com/yozorajs/yozora/commit/9f0679f829efd685b179cf6717cc85a10c004c52))
|
|
635
|
+
- 🔧 update jest config
|
|
636
|
+
([2142751](https://github.com/yozorajs/yozora/commit/2142751fee35f8bce093e3b884902e53fa56f072))
|
|
637
|
+
- 📝 update README
|
|
638
|
+
([57663fd](https://github.com/yozorajs/yozora/commit/57663fdd46cb57de41feddb461caafed9e54bc07))
|
|
639
|
+
- 📝 update READMEs
|
|
640
|
+
([c421f5c](https://github.com/yozorajs/yozora/commit/c421f5c5e21bfd176a5b8b2b7716c4c8326fffcf))
|
|
661
641
|
|
|
662
642
|
# 1.0.0-alpha.3 (2021-02-18)
|
|
663
643
|
|
|
664
|
-
|
|
665
644
|
### Performance Improvements
|
|
666
645
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
646
|
+
- 🔖 publish v1.0.0-alpha.3
|
|
647
|
+
([ba9b6dd](https://github.com/yozorajs/yozora/commit/ba9b6dd2d3bb70a22be8e4bdc1b1c5a8d07bdbe0))
|
|
670
648
|
|
|
671
649
|
# 1.0.0-alpha.2 (2021-02-15)
|
|
672
650
|
|
|
673
|
-
|
|
674
651
|
### Performance Improvements
|
|
675
652
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
653
|
+
- 🔖 publish v1.0.0-alpha.2
|
|
654
|
+
([d1ed70b](https://github.com/yozorajs/yozora/commit/d1ed70bc4f3728049ba285c70a1cd15d6c095597))
|
|
679
655
|
|
|
680
656
|
# 1.0.0-alpha.1 (2021-02-15)
|
|
681
657
|
|
|
682
|
-
|
|
683
658
|
### Performance Improvements
|
|
684
659
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
660
|
+
- 🎨 format codes & update comments
|
|
661
|
+
([7873786](https://github.com/yozorajs/yozora/commit/787378606e5536742655602a1e1ca00f874e931f))
|
|
662
|
+
- 🔖 publish v1.0.0-alpha.1
|
|
663
|
+
([def33f1](https://github.com/yozorajs/yozora/commit/def33f19b215c17686a2a270f95329aac3d9d2ce))
|
|
664
|
+
- 📝 update homepage url
|
|
665
|
+
([8833f53](https://github.com/yozorajs/yozora/commit/8833f53122bc845f8a359e0192e9443e35fc2808))
|
|
690
666
|
|
|
691
667
|
# 1.0.0-alpha.0 (2021-02-14)
|
|
692
668
|
|
|
693
|
-
|
|
694
669
|
### Bug Fixes
|
|
695
670
|
|
|
696
|
-
|
|
697
|
-
|
|
671
|
+
- 🐛 fix path error caused by the previous move operation
|
|
672
|
+
([3fb8564](https://github.com/yozorajs/yozora/commit/3fb856499abc6bcd4db1e2da676c8005a77eb264))
|
|
698
673
|
|
|
699
674
|
### Features
|
|
700
675
|
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
676
|
+
- 🚧 remove 'priority' from block tokenizers
|
|
677
|
+
([2af6114](https://github.com/yozorajs/yozora/commit/2af611472f381e9c71493e7e0cbda104386207b2))
|
|
678
|
+
- 🚧 create position for ast nodes
|
|
679
|
+
([f8b8b48](https://github.com/yozorajs/yozora/commit/f8b8b48cd5699d344b4b9faa0e331ab48625ca06))
|
|
680
|
+
- 🚧 update due to the change of @yozora/tokenizercore and @yozora/tokenizercore-block
|
|
681
|
+
([84e7096](https://github.com/yozorajs/yozora/commit/84e7096d3301ae5f5fc16cec25b2fe584b2368d6))
|
|
682
|
+
- 👽️ update due to the change of @yozora/tokenizercore\*
|
|
683
|
+
([4208ea9](https://github.com/yozorajs/yozora/commit/4208ea95daa1fc13a07b0afa68be20ba560ff81a))
|
|
684
|
+
|
|
685
|
+
### Performance Improvements
|
|
686
|
+
|
|
687
|
+
- :construction: [template-tokenizer] feat: update boilerplates & format codes
|
|
688
|
+
([854a7ca](https://github.com/yozorajs/yozora/commit/854a7ca20ac3b5c8904dcfce1d3e976bad61b536))
|
|
689
|
+
- :art: [tokenizercore-block] improve: update types
|
|
690
|
+
([68857d0](https://github.com/yozorajs/yozora/commit/68857d012d8fe1cafe119ac43ee2994a44c3e51d))
|
|
691
|
+
- :art: [tokenizercore-block] improve: reorgnize interface types between tokenizer hooks
|
|
692
|
+
([76d889a](https://github.com/yozorajs/yozora/commit/76d889aa5d351a44204318f295f567539ffd058e))
|
|
693
|
+
- :construction: [BREAKING] feat: update tokenizer types from constant case to camel case
|
|
694
|
+
([2a99460](https://github.com/yozorajs/yozora/commit/2a99460b29b9bce919b254285ecacd182f945ea0))
|
|
695
|
+
- :art: [tokenizer-table] improve: rewrite due to the change of @yozora/tokenizercore-block
|
|
696
|
+
([11841b9](https://github.com/yozorajs/yozora/commit/11841b96029a04adfa43e35f702348912e990e95))
|
|
697
|
+
- :construction: [tokenizercore-block] feat: update DefaultBlockContext (fix errors and export new
|
|
698
|
+
methods) and types & refactor @yozora/tokenizer-setext-heading
|
|
699
|
+
([2e64759](https://github.com/yozorajs/yozora/commit/2e647597acb0c5768b7dcdb82801baa0d025f7bb))
|
|
700
|
+
- :construction: [table] improve: update due to the change of @yozora/tokenizercore-block
|
|
701
|
+
([bd19437](https://github.com/yozorajs/yozora/commit/bd19437ef288f996b3fb60dec162191b14edb5c2))
|
|
702
|
+
- ✅ add ast positions
|
|
703
|
+
([a4a55bb](https://github.com/yozorajs/yozora/commit/a4a55bb9297fb587b80c206508ee57f1c0ff7569))
|
|
704
|
+
- 🎨 update PhrasingContentLine to postpone the nodePoint collection operation to the parse-phase
|
|
705
|
+
stage
|
|
706
|
+
([7f62c66](https://github.com/yozorajs/yozora/commit/7f62c66fc5fe4f99172b73f8c11d995c6531abac))
|
|
707
|
+
- ✅ just convert the phrasingContent.contents to string instead of inline nodes in tests
|
|
708
|
+
([03d127f](https://github.com/yozorajs/yozora/commit/03d127f6159a56eeae5a1a6e8ada20c2d91754ab))
|
|
709
|
+
- 🎨 update character enums & rename utility funcs
|
|
710
|
+
([aef44cc](https://github.com/yozorajs/yozora/commit/aef44cce880b5bbefbaee574229e182af8891246))
|
|
711
|
+
- 🔨 fix path error
|
|
712
|
+
([9b7780f](https://github.com/yozorajs/yozora/commit/9b7780fa9d919ac0f6d35641e3f3995a703d79f9))
|
|
713
|
+
- 🎨 format codes
|
|
714
|
+
([ae32884](https://github.com/yozorajs/yozora/commit/ae328840bc9b25b1101203f302ae049c2d43b0d0))
|
|
715
|
+
- 🎨 format codes & add comments
|
|
716
|
+
([ba7ce7f](https://github.com/yozorajs/yozora/commit/ba7ce7f5af95ebac78bcf988e85aad9f520e1e98))
|
|
717
|
+
- 🚚 move tokenizers/block/_ and tokenizers/inline/_ to tokenizers/
|
|
718
|
+
([c451e41](https://github.com/yozorajs/yozora/commit/c451e41d7d78e9dca078fa6feb0c548a3be7cc42))
|
|
719
|
+
- 🔖 publish v1.0.0-alpha.0
|
|
720
|
+
([d7a394a](https://github.com/yozorajs/yozora/commit/d7a394affbdebe154b2eda5430f4440661f1c711))
|
|
721
|
+
- 🎨 remove useless types
|
|
722
|
+
([d430236](https://github.com/yozorajs/yozora/commit/d43023647638071fb184c2844e1dd6ea379ec877))
|
|
723
|
+
- 🎨 remove YastBlockNodeType and YastInlineNodeType, use YastNodeType instead
|
|
724
|
+
([2142b3d](https://github.com/yozorajs/yozora/commit/2142b3d9b9b8247202d78fca9571485cb1c13110))
|
|
725
|
+
- 🎨 rename EnhancedYastNodePoint to NodePoint & rename _WhiteSpace_ to _Whitespace_
|
|
726
|
+
([988a99f](https://github.com/yozorajs/yozora/commit/988a99fcf448012fd07df0eacff72d7b5a0166fe))
|
|
727
|
+
- 🎨 rewrite @yozora/jest-for-tokenizer & update tests
|
|
728
|
+
([2b68af6](https://github.com/yozorajs/yozora/commit/2b68af63e0ea2c267b2c8c7581998cfba8197bd4))
|
|
729
|
+
- 🎨 rewrite @yozora/tokenizer-table (use match phase instead of post-match)
|
|
730
|
+
([68bbe55](https://github.com/yozorajs/yozora/commit/68bbe557cee83213483d6764176461699893c03f))
|
|
731
|
+
- 🎨 rewrite @yozora/tokenziercore-block and update block tokenizers
|
|
732
|
+
([e07f874](https://github.com/yozorajs/yozora/commit/e07f87481499f73a856d65f75dec17c64e42a3b6))
|
|
733
|
+
- 🎨 update BlockTokenizer types
|
|
734
|
+
([5fa2b42](https://github.com/yozorajs/yozora/commit/5fa2b42c520a1ca13b4fe8dc7d10d0dabbda93f4))
|
|
735
|
+
- 🎨 update BlockYastNode types
|
|
736
|
+
([7d1bda8](https://github.com/yozorajs/yozora/commit/7d1bda887ea88b150128b6095d737f7991eea791))
|
|
737
|
+
- 📝 update READMEs
|
|
738
|
+
([9657e0c](https://github.com/yozorajs/yozora/commit/9657e0c41b37e526ad469f4e45d5d080a92171fb))
|
|
739
|
+
- ✅ update tests due to the change of @yozora/jest-for-tokenizer
|
|
740
|
+
([e54a56e](https://github.com/yozorajs/yozora/commit/e54a56e96016333436c5146535c8fbbf83d55ec2))
|
|
741
|
+
- 🚧 update tokenizer shape & support to update the member variables in constructor
|
|
742
|
+
([a542f34](https://github.com/yozorajs/yozora/commit/a542f340a3beeddb5a7cef95f7d4a2913ce92b1b))
|
|
743
|
+
- 🎨 update types
|
|
744
|
+
([7066191](https://github.com/yozorajs/yozora/commit/70661912870824c0722c2a1592c7ca2f50f46eab))
|
|
745
|
+
- ⬆️ upgrade devDependencies @barusu/\*
|
|
746
|
+
([4a5a0e1](https://github.com/yozorajs/yozora/commit/4a5a0e1d2e5c4910d7a3f64fa0f9d1177e313de7))
|