@yozora/tokenizer-definition 2.2.0 → 2.3.1
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 +282 -303
- package/README.md +212 -168
- package/lib/cjs/index.cjs +2 -1
- package/lib/esm/index.mjs +3 -2
- package/package.json +6 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,609 +1,588 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# [2.2.0](https://github.com/yozorajs/yozora/compare/v2.1.5...v2.2.0) (2023-08-21)
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
5
|
|
|
6
|
+
## [2.3.1](https://github.com/yozorajs/yozora/compare/v2.3.0...v2.3.1) (2024-01-30)
|
|
8
7
|
|
|
9
8
|
### Performance Improvements
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
- 🎨 support new parser option 'formatUrl' to resolve urls in the ast
|
|
11
|
+
([#24](https://github.com/yozorajs/yozora/issues/24))
|
|
12
|
+
([a2c5ac8](https://github.com/yozorajs/yozora/commit/a2c5ac836c0a93f20f86899ab4e4a038e812be4a))
|
|
13
|
+
- 🔧 use nx to simplify running commands on the monorepo
|
|
14
|
+
([#25](https://github.com/yozorajs/yozora/issues/25))
|
|
15
|
+
([377a126](https://github.com/yozorajs/yozora/commit/377a126f740e51cfd34bd8acc121e3e0424fc2aa))
|
|
12
16
|
|
|
17
|
+
# Change Log
|
|
13
18
|
|
|
19
|
+
All notable changes to this project will be documented in this file. See
|
|
20
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
21
|
|
|
22
|
+
# [2.3.0](https://github.com/yozorajs/yozora/compare/v2.2.0...v2.3.0) (2023-09-18)
|
|
15
23
|
|
|
24
|
+
### Performance Improvements
|
|
16
25
|
|
|
17
|
-
|
|
26
|
+
- :fire: remove 'tsconfig.json's in sub packages
|
|
27
|
+
([1e6a8b3](https://github.com/yozorajs/yozora/commit/1e6a8b39b1f4f4b84f01829b8956b1ef664e8743))
|
|
18
28
|
|
|
29
|
+
# [2.2.0](https://github.com/yozorajs/yozora/compare/v2.1.5...v2.2.0) (2023-08-21)
|
|
19
30
|
|
|
20
31
|
### Performance Improvements
|
|
21
32
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
33
|
+
- ⬆️ upgrade devDependencies
|
|
34
|
+
([bc46ce2](https://github.com/yozorajs/yozora/commit/bc46ce20cacb2eb46147d6129e42fe1390ee19fb))
|
|
25
35
|
|
|
36
|
+
## [2.1.5](https://github.com/yozorajs/yozora/compare/v2.1.4...v2.1.5) (2023-05-13)
|
|
26
37
|
|
|
38
|
+
### Performance Improvements
|
|
27
39
|
|
|
40
|
+
- 🔧 don't sourcemaps into tarball
|
|
41
|
+
([fc37aa8](https://github.com/yozorajs/yozora/commit/fc37aa8847ac4ad78ecb31f198e1cd6a85e91bcf))
|
|
42
|
+
- 📝 update CHANGELOGs
|
|
43
|
+
([c51b283](https://github.com/yozorajs/yozora/commit/c51b283874f8a562b6ed9fad46a0b7d578f6eb42))
|
|
28
44
|
|
|
29
45
|
## 2.1.4 (2023-04-02)
|
|
30
46
|
|
|
31
|
-
|
|
32
47
|
### Performance Improvements
|
|
33
48
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
49
|
+
- 🔧 don't pack src/ folder into tarball
|
|
50
|
+
([c9fac38](https://github.com/yozorajs/yozora/commit/c9fac382e9a7a8d6454452b0c4d5b57dac16455f))
|
|
51
|
+
- 🔖 publish v2.1.4
|
|
52
|
+
([aa464ed](https://github.com/yozorajs/yozora/commit/aa464ed1e3cd84892773a833910cfc53a556bf5f))
|
|
38
53
|
|
|
39
54
|
## 2.1.3 (2023-03-23)
|
|
40
55
|
|
|
41
|
-
|
|
42
56
|
### Performance Improvements
|
|
43
57
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
58
|
+
- 🔖 publish v2.1.3
|
|
59
|
+
([9abaaff](https://github.com/yozorajs/yozora/commit/9abaaff74a12d0bae0f645813241ff947a0d828c))
|
|
47
60
|
|
|
48
61
|
## 2.1.2 (2023-03-11)
|
|
49
62
|
|
|
50
|
-
|
|
51
63
|
### Performance Improvements
|
|
52
64
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
65
|
+
- 🔖 publish v2.1.2
|
|
66
|
+
([992baca](https://github.com/yozorajs/yozora/commit/992bacafd173e7788e99fed34ce8b45f6ed24cfe))
|
|
56
67
|
|
|
57
68
|
## 2.1.1 (2023-03-10)
|
|
58
69
|
|
|
59
|
-
|
|
60
70
|
### Performance Improvements
|
|
61
71
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
72
|
+
- 💥 prefer shorter types
|
|
73
|
+
([b93307f](https://github.com/yozorajs/yozora/commit/b93307f3c2372598dd8ca4fcbf04e80ce58d903d))
|
|
74
|
+
- 🔖 publish v2.1.1
|
|
75
|
+
([257a36d](https://github.com/yozorajs/yozora/commit/257a36d8dc079d4ac226405c155b238e7099bcea))
|
|
66
76
|
|
|
67
77
|
## 2.0.6 (2023-03-05)
|
|
68
78
|
|
|
69
|
-
|
|
70
79
|
### Performance Improvements
|
|
71
80
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
81
|
+
- 🔖 publish v2.0.6
|
|
82
|
+
([a263c53](https://github.com/yozorajs/yozora/commit/a263c5338103824347bac74d437051e9fbb6d791))
|
|
75
83
|
|
|
76
84
|
## 2.0.5 (2023-01-09)
|
|
77
85
|
|
|
78
|
-
|
|
79
86
|
### Performance Improvements
|
|
80
87
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
88
|
+
- 🔖 publish v2.0.5
|
|
89
|
+
([7ba3bab](https://github.com/yozorajs/yozora/commit/7ba3bab49fe65cf2f57082c0503af73da9356cf0))
|
|
84
90
|
|
|
85
91
|
## 2.0.5-alpha.0 (2023-01-05)
|
|
86
92
|
|
|
87
|
-
|
|
88
93
|
### Performance Improvements
|
|
89
94
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
- 🔧 fix test configuration
|
|
96
|
+
([f50b2d7](https://github.com/yozorajs/yozora/commit/f50b2d7600139e0ea54e042b025365d81f4518b5))
|
|
97
|
+
- 🔖 publish v2.0.5-alpha.0
|
|
98
|
+
([8bf941f](https://github.com/yozorajs/yozora/commit/8bf941fe4ef82947165b0f3cc123cd493665e13b))
|
|
99
|
+
- 🔧 update package entries
|
|
100
|
+
([2c94f27](https://github.com/yozorajs/yozora/commit/2c94f27ffb645119a863f2ceee68a6b1b7285a67))
|
|
101
|
+
- ⬆️ upgrade devDependencies
|
|
102
|
+
([13059a9](https://github.com/yozorajs/yozora/commit/13059a924f3ae3b7fd69080ec9e82cde34a0f097))
|
|
96
103
|
|
|
97
104
|
## 2.0.4 (2022-11-02)
|
|
98
105
|
|
|
99
|
-
|
|
100
106
|
### Performance Improvements
|
|
101
107
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
108
|
+
- 🔖 publish v2.0.4
|
|
109
|
+
([c980b95](https://github.com/yozorajs/yozora/commit/c980b95254394dcacba0cbb4bea251350b09397c))
|
|
105
110
|
|
|
106
111
|
## 2.0.3 (2022-10-11)
|
|
107
112
|
|
|
108
|
-
|
|
109
113
|
### Performance Improvements
|
|
110
114
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
+
- 🔖 publish v2.0.3
|
|
116
|
+
([8cc8f95](https://github.com/yozorajs/yozora/commit/8cc8f95cfebc8d752bc3272cdd24965f540c130b))
|
|
117
|
+
- 🔧 update build script
|
|
118
|
+
([d934cad](https://github.com/yozorajs/yozora/commit/d934cad21a4ab763621ca6a72379cd4294caa605))
|
|
115
119
|
|
|
116
120
|
## 2.0.2 (2022-09-24)
|
|
117
121
|
|
|
118
|
-
|
|
119
122
|
### Performance Improvements
|
|
120
123
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
- 📝 fix invalid links
|
|
125
|
+
([eb304c9](https://github.com/yozorajs/yozora/commit/eb304c931b2e682cf156bbceae0a20655777381e))
|
|
126
|
+
- 🔖 publish v2.0.2
|
|
127
|
+
([6911295](https://github.com/yozorajs/yozora/commit/6911295e9eacfa29563fe93494704190e50625fd))
|
|
128
|
+
- 🔧 support node@16.x.x
|
|
129
|
+
([eda301f](https://github.com/yozorajs/yozora/commit/eda301fe1047e380de5be915ae730206a026f07b))
|
|
130
|
+
- 📝 update links
|
|
131
|
+
([4467fe6](https://github.com/yozorajs/yozora/commit/4467fe646e0a95fcc7206658189884f68872bc4e))
|
|
127
132
|
|
|
128
133
|
## 2.0.2-alpha.0 (2022-05-22)
|
|
129
134
|
|
|
130
|
-
|
|
131
135
|
### Performance Improvements
|
|
132
136
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
137
|
+
- 🔖 publish v2.0.2-alpha.0
|
|
138
|
+
([430eaab](https://github.com/yozorajs/yozora/commit/430eaabd83f4a1ee29398ee1798aa4511976c38f))
|
|
136
139
|
|
|
137
140
|
## 2.0.1 (2022-05-21)
|
|
138
141
|
|
|
139
|
-
|
|
140
142
|
### Performance Improvements
|
|
141
143
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
144
|
+
- ✅ refactor test utils & rename createTester to createTokenizerTester
|
|
145
|
+
([7f2ce75](https://github.com/yozorajs/yozora/commit/7f2ce7571a336370d419aa01073bf8054783cfd9))
|
|
146
|
+
- 🔖 publish v2.0.1
|
|
147
|
+
([3aea330](https://github.com/yozorajs/yozora/commit/3aea33091e402bd6c7754d91d549e8d648475073))
|
|
146
148
|
|
|
147
149
|
# 2.0.0 (2022-01-15)
|
|
148
150
|
|
|
149
|
-
|
|
150
151
|
### Performance Improvements
|
|
151
152
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
153
|
+
- 💥 [breaking] rename 'NodePoint' and 'NodePosition'
|
|
154
|
+
([76692a2](https://github.com/yozorajs/yozora/commit/76692a211a82260bb81acffa5e9e9d41b569f673))
|
|
155
|
+
- 🔖 publish v2.0.0
|
|
156
|
+
([65e99d1](https://github.com/yozorajs/yozora/commit/65e99d1709fdd1c918465dce6b1e91de96bdab5e))
|
|
157
|
+
- 🎨 update types
|
|
158
|
+
([29b6ba8](https://github.com/yozorajs/yozora/commit/29b6ba8bd48b3b36619b7b176548a11a4b7dc508))
|
|
157
159
|
|
|
158
160
|
# 2.0.0-alpha.3 (2022-01-12)
|
|
159
161
|
|
|
160
|
-
|
|
161
162
|
### Features
|
|
162
163
|
|
|
163
|
-
|
|
164
|
-
|
|
164
|
+
- 💥 [breaking] remove 'I' prefix for AST node types
|
|
165
|
+
([cad4b0b](https://github.com/yozorajs/yozora/commit/cad4b0b5b8061ea495f6455ef1554bb3c8f223a0))
|
|
165
166
|
|
|
166
167
|
### Performance Improvements
|
|
167
168
|
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
- 🔖 publish v2.0.0-alpha.3
|
|
170
|
+
([9f274fc](https://github.com/yozorajs/yozora/commit/9f274fc7487a8c1dd213405d92508f9a7621f730))
|
|
171
171
|
|
|
172
172
|
# 2.0.0-alpha.2 (2022-01-09)
|
|
173
173
|
|
|
174
|
-
|
|
175
174
|
### Performance Improvements
|
|
176
175
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
176
|
+
- 🎨 refactor removePosition
|
|
177
|
+
([87a974f](https://github.com/yozorajs/yozora/commit/87a974fd744ae937d5778d3cdba4b345141bcaf6))
|
|
178
|
+
- 🔖 publish v2.0.0-alpha.2
|
|
179
|
+
([da59d85](https://github.com/yozorajs/yozora/commit/da59d85520455c59a117a35032ef1a035c10ea21))
|
|
181
180
|
|
|
182
181
|
# 2.0.0-alpha.1 (2022-01-08)
|
|
183
182
|
|
|
184
|
-
|
|
185
183
|
### Features
|
|
186
184
|
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
- :breaking: refactor parse-block hooks
|
|
186
|
+
([117104d](https://github.com/yozorajs/yozora/commit/117104de9668a0d160e9e008ee6305811e83aec6))
|
|
189
187
|
|
|
190
188
|
### Performance Improvements
|
|
191
189
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
190
|
+
- 🔖 publish v2.0.0-alpha.1
|
|
191
|
+
([86202e1](https://github.com/yozorajs/yozora/commit/86202e1d2b03ccfc2ab030517d9d314f7aee7666))
|
|
192
|
+
- 🎨 rename IHookContext to IThis
|
|
193
|
+
([04d5470](https://github.com/yozorajs/yozora/commit/04d5470c9949c4acfe6239289d34a8b5c6191e71))
|
|
194
|
+
- 📝 update READMEs
|
|
195
|
+
([320afeb](https://github.com/yozorajs/yozora/commit/320afebd6c500cbbce5fd65c1cd184bbd2224f25))
|
|
197
196
|
|
|
198
197
|
# 2.0.0-alpha.0 (2022-01-03)
|
|
199
198
|
|
|
200
|
-
|
|
201
199
|
### Features
|
|
202
200
|
|
|
203
|
-
|
|
204
|
-
|
|
201
|
+
- 💥 [breaking] rename types with 'I' prefix
|
|
202
|
+
([d37d862](https://github.com/yozorajs/yozora/commit/d37d862212831dbe75ac92a6dbdadf2fa81cce8c))
|
|
205
203
|
|
|
206
204
|
### Performance Improvements
|
|
207
205
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
206
|
+
- 💥 refactor block tokenizers
|
|
207
|
+
([50ea4da](https://github.com/yozorajs/yozora/commit/50ea4dac5be8d7dd3d6eccf7e0ce1cfe05fe704a))
|
|
208
|
+
- 🔖 publish v2.0.0-alpha.0
|
|
209
|
+
([0171501](https://github.com/yozorajs/yozora/commit/0171501339c49ffd02ed16a63447fa20a47a29a7))
|
|
210
|
+
- 🎨 rename parser hooks
|
|
211
|
+
([ef6cbc5](https://github.com/yozorajs/yozora/commit/ef6cbc51323e6ef9d4cd78f1c7194ae1f7819245))
|
|
212
|
+
- 🎨 set print width to 100
|
|
213
|
+
([657a621](https://github.com/yozorajs/yozora/commit/657a6211cad52d5f1b183e7bcd7ea227b2aa7724))
|
|
214
214
|
|
|
215
215
|
# 1.3.0 (2021-10-09)
|
|
216
216
|
|
|
217
|
-
|
|
218
217
|
### Performance Improvements
|
|
219
218
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
219
|
+
- 🔖 publish v1.3.0
|
|
220
|
+
([18c9b16](https://github.com/yozorajs/yozora/commit/18c9b167004ad97718b2f94f25139f80598cbf7a))
|
|
221
|
+
- 🎨 simplify codes
|
|
222
|
+
([79a1593](https://github.com/yozorajs/yozora/commit/79a1593ec88e5b815ba98b6067be7a2df3669ac6))
|
|
224
223
|
|
|
225
224
|
## 1.2.2 (2021-09-06)
|
|
226
225
|
|
|
227
|
-
|
|
228
226
|
### Performance Improvements
|
|
229
227
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
228
|
+
- 🔖 publish v1.2.2
|
|
229
|
+
([fb4b804](https://github.com/yozorajs/yozora/commit/fb4b804548592c09259aabcf9cc4dd96176bd024))
|
|
233
230
|
|
|
234
231
|
## 1.2.1 (2021-09-04)
|
|
235
232
|
|
|
236
|
-
|
|
237
233
|
### Performance Improvements
|
|
238
234
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
235
|
+
- 🔖 publish v1.2.1
|
|
236
|
+
([d98d07d](https://github.com/yozorajs/yozora/commit/d98d07d7c56dd9f6bb60149b2b0a4be2787e1046))
|
|
242
237
|
|
|
243
238
|
# 1.2.0 (2021-08-22)
|
|
244
239
|
|
|
245
|
-
|
|
246
240
|
### Performance Improvements
|
|
247
241
|
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
242
|
+
- 🔖 publish v1.2.0
|
|
243
|
+
([86da40e](https://github.com/yozorajs/yozora/commit/86da40e50d2fe9acace68695288e15e012e6cd0d))
|
|
251
244
|
|
|
252
245
|
# 1.2.0-alpha.1 (2021-08-16)
|
|
253
246
|
|
|
254
|
-
|
|
255
247
|
### Performance Improvements
|
|
256
248
|
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
249
|
+
- 🔖 publish v1.2.0-alpha.1
|
|
250
|
+
([ce3c173](https://github.com/yozorajs/yozora/commit/ce3c17330085f22404668a388f2bee6f57e6e958))
|
|
260
251
|
|
|
261
252
|
# 1.2.0-alpha.0 (2021-08-15)
|
|
262
253
|
|
|
263
|
-
|
|
264
254
|
### Performance Improvements
|
|
265
255
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
256
|
+
- 🔖 publish v1.2.0-alpha.0
|
|
257
|
+
([bd8ef45](https://github.com/yozorajs/yozora/commit/bd8ef455a22963834a70339f42178138aab28df6))
|
|
269
258
|
|
|
270
259
|
# 1.1.0 (2021-08-12)
|
|
271
260
|
|
|
272
|
-
|
|
273
261
|
### Performance Improvements
|
|
274
262
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
263
|
+
- 🔖 publish v1.1.0
|
|
264
|
+
([a8c7cff](https://github.com/yozorajs/yozora/commit/a8c7cffcbdc36930ab3c744450c8feb4395a9fac))
|
|
265
|
+
- 📝 update related references
|
|
266
|
+
([e2c8c7e](https://github.com/yozorajs/yozora/commit/e2c8c7e6ff8c5c1da27ca224d5c5d0eb4e5fbca7))
|
|
279
267
|
|
|
280
268
|
# 1.1.0-alpha.2 (2021-08-07)
|
|
281
269
|
|
|
282
|
-
|
|
283
270
|
### Performance Improvements
|
|
284
271
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
272
|
+
- 🔖 publish v1.1.0-alpha.2
|
|
273
|
+
([d88b8ec](https://github.com/yozorajs/yozora/commit/d88b8eca03118b9f2a8b00ac4106ea82e779bc94))
|
|
274
|
+
- 👽️ update due to the previous changes & add tests
|
|
275
|
+
([f6b076b](https://github.com/yozorajs/yozora/commit/f6b076ba2e62bc97a42100b7ed241154f9fb0b37))
|
|
289
276
|
|
|
290
277
|
# 1.1.0-alpha.1 (2021-08-01)
|
|
291
278
|
|
|
292
|
-
|
|
293
279
|
### Performance Improvements
|
|
294
280
|
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
281
|
+
- 🔖 publish v1.1.0-alpha.1
|
|
282
|
+
([0d6aa91](https://github.com/yozorajs/yozora/commit/0d6aa91fb5a15b962b016496453dbfa7f1197126))
|
|
283
|
+
- 📝 update READMEs
|
|
284
|
+
([738d626](https://github.com/yozorajs/yozora/commit/738d626d76c535ea017812f674b43842ee073227))
|
|
299
285
|
|
|
300
286
|
# 1.1.0-alpha.0 (2021-07-31)
|
|
301
287
|
|
|
302
|
-
|
|
303
288
|
### Performance Improvements
|
|
304
289
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
290
|
+
- 🔖 publish v1.1.0-alpha.0
|
|
291
|
+
([082653e](https://github.com/yozorajs/yozora/commit/082653e421889513588492774503d8ddcc24b8f9))
|
|
292
|
+
- 📝 update READMEs
|
|
293
|
+
([9905f04](https://github.com/yozorajs/yozora/commit/9905f0408b15d4478d021ef5c75497817f2db9a3))
|
|
294
|
+
- 📝 update READMEs
|
|
295
|
+
([03fe64c](https://github.com/yozorajs/yozora/commit/03fe64c6a9eab9bf810d4648261e7a808a13d1e1))
|
|
310
296
|
|
|
311
297
|
# 1.0.0 (2021-07-20)
|
|
312
298
|
|
|
313
|
-
|
|
314
299
|
### Performance Improvements
|
|
315
300
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
301
|
+
- 🔖 publish v1.0.0
|
|
302
|
+
([ad754e3](https://github.com/yozorajs/yozora/commit/ad754e3a5945cd2ce19d9e6bfa59cb82caf0c7ac))
|
|
319
303
|
|
|
320
304
|
# 1.0.0-beta.0 (2021-07-08)
|
|
321
305
|
|
|
322
|
-
|
|
323
306
|
### Performance Improvements
|
|
324
307
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
308
|
+
- 🔖 publish v1.0.0-beta.0
|
|
309
|
+
([bb66320](https://github.com/yozorajs/yozora/commit/bb6632098367cd8cf391eb1380d4542c15383bac))
|
|
328
310
|
|
|
329
311
|
# 1.0.0-1.0.0-beta.0.0 (2021-07-08)
|
|
330
312
|
|
|
331
|
-
|
|
332
313
|
### Performance Improvements
|
|
333
314
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
315
|
+
- 🔖 publish v1.0.0-1.0.0-beta.0.0
|
|
316
|
+
([4051dd2](https://github.com/yozorajs/yozora/commit/4051dd2bcdea0d051141abaa85635e52d84c04f2))
|
|
317
|
+
- ⚡️ remove unnecessary array expand operations
|
|
318
|
+
([dfd2ca0](https://github.com/yozorajs/yozora/commit/dfd2ca027faedf341047c0431a18e97b1e13fcad))
|
|
319
|
+
- ⚡️ remove unnecessary codes
|
|
320
|
+
([cebe92a](https://github.com/yozorajs/yozora/commit/cebe92a3375d1d49054d332764f2490d4bb92c53))
|
|
321
|
+
- 📝 update READMEs
|
|
322
|
+
([9d9f940](https://github.com/yozorajs/yozora/commit/9d9f940a81188502db6045134054b18b747819bf))
|
|
340
323
|
|
|
341
324
|
# 1.0.0-alpha.29 (2021-07-08)
|
|
342
325
|
|
|
343
|
-
|
|
344
326
|
### Performance Improvements
|
|
345
327
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
328
|
+
- expose new utility func 'createTester' and 'createTesters'
|
|
329
|
+
([a4e9613](https://github.com/yozorajs/yozora/commit/a4e9613063e3e5840cf066e6e7343dbd5ffd4884))
|
|
330
|
+
- 📝 fix invalid link references
|
|
331
|
+
([f7b97b3](https://github.com/yozorajs/yozora/commit/f7b97b3dc74f065aa8f00ecd846ee4fa7f704453))
|
|
332
|
+
- 🔖 publish v1.0.0-alpha.29
|
|
333
|
+
([f2291db](https://github.com/yozorajs/yozora/commit/f2291db2812043dd6586eaabd14e427abb11663a))
|
|
334
|
+
- 🎨 use path alias in tests
|
|
335
|
+
([29cca94](https://github.com/yozorajs/yozora/commit/29cca943d4fbc6d26af4507d3fa75ac08dcf388a))
|
|
352
336
|
|
|
353
337
|
# 1.0.0-alpha.28 (2021-06-30)
|
|
354
338
|
|
|
355
|
-
|
|
356
339
|
### Performance Improvements
|
|
357
340
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
341
|
+
- 🔖 publish v1.0.0-alpha.28
|
|
342
|
+
([f18d90a](https://github.com/yozorajs/yozora/commit/f18d90a116db508bf49c9a3338a262cb85faf792))
|
|
361
343
|
|
|
362
344
|
# 1.0.0-alpha.27 (2021-06-28)
|
|
363
345
|
|
|
364
|
-
|
|
365
346
|
### Performance Improvements
|
|
366
347
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
348
|
+
- 🎨 update base abstract tokenizer
|
|
349
|
+
([cca9dd6](https://github.com/yozorajs/yozora/commit/cca9dd6fc3d4a22e1352378f59c7d2dccecfc5a2))
|
|
350
|
+
- 🔖 publish v1.0.0-alpha.27
|
|
351
|
+
([8efea07](https://github.com/yozorajs/yozora/commit/8efea07b2314c241c91fc113abdc8852f216c9d7))
|
|
352
|
+
- ⬆️ upgrade dev dependencies
|
|
353
|
+
([d126ff4](https://github.com/yozorajs/yozora/commit/d126ff4c81ec09b366a0c60ba2a83e7f45fbe317))
|
|
372
354
|
|
|
373
355
|
# 1.0.0-alpha.26 (2021-06-25)
|
|
374
356
|
|
|
375
|
-
|
|
376
357
|
### Performance Improvements
|
|
377
358
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
359
|
+
- 🔖 publish v1.0.0-alpha.26
|
|
360
|
+
([cbde29c](https://github.com/yozorajs/yozora/commit/cbde29c6188c9183f0b39ccfac0ad310803b09fe))
|
|
361
|
+
- 📝 update READMEs
|
|
362
|
+
([11e4f61](https://github.com/yozorajs/yozora/commit/11e4f6107c3862bf8c81dae882e93cab3f56f40f))
|
|
382
363
|
|
|
383
364
|
# 1.0.0-alpha.25 (2021-06-17)
|
|
384
365
|
|
|
385
|
-
|
|
386
366
|
### Performance Improvements
|
|
387
367
|
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
368
|
+
- 🔖 publish v1.0.0-alpha.25
|
|
369
|
+
([5e17f71](https://github.com/yozorajs/yozora/commit/5e17f7155391c21eb1c99e5024e48d5e208e80db))
|
|
391
370
|
|
|
392
371
|
# 1.0.0-alpha.24 (2021-06-10)
|
|
393
372
|
|
|
394
|
-
|
|
395
373
|
### Performance Improvements
|
|
396
374
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
375
|
+
- 🔖 publish v1.0.0-alpha.24
|
|
376
|
+
([6169f8e](https://github.com/yozorajs/yozora/commit/6169f8ecda42e04203e4533f820e82ea3e93b7dd))
|
|
400
377
|
|
|
401
378
|
# 1.0.0-alpha.23 (2021-06-08)
|
|
402
379
|
|
|
403
|
-
|
|
404
380
|
### Performance Improvements
|
|
405
381
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
382
|
+
- Move repository from github.com/guanghechen to github.com/yozorajs
|
|
383
|
+
([c1fd32c](https://github.com/yozorajs/yozora/commit/c1fd32ce818b44aa0d993ec8f74ef514bdf2d834))
|
|
384
|
+
- 🔖 publish v1.0.0-alpha.23
|
|
385
|
+
([131a216](https://github.com/yozorajs/yozora/commit/131a2162b64eb23f98e93286974f4a3e4a91b77a))
|
|
386
|
+
- 📝 update READMEs
|
|
387
|
+
([6420941](https://github.com/yozorajs/yozora/commit/64209414cacdaf0e04329e2c86e6ff41f885f55f))
|
|
411
388
|
|
|
412
389
|
# 1.0.0-alpha.22 (2021-05-20)
|
|
413
390
|
|
|
414
|
-
|
|
415
391
|
### Performance Improvements
|
|
416
392
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
393
|
+
- 🎨 lint codes
|
|
394
|
+
([0d2d798](https://github.com/yozorajs/yozora/commit/0d2d7988d1d46f873e2a9f5d37de9c5daa39a109))
|
|
395
|
+
- 🔖 publish v1.0.0-alpha.22
|
|
396
|
+
([a07a41d](https://github.com/yozorajs/yozora/commit/a07a41de8dda2ff579b0e5b469db75d6c629c38b))
|
|
397
|
+
- 🔧 rename the main branch to 'main' instead of 'master'
|
|
398
|
+
([c915653](https://github.com/yozorajs/yozora/commit/c9156537fba68ce073e139eb487afb973b7d90ba))
|
|
422
399
|
|
|
423
400
|
# 1.0.0-alpha.21 (2021-05-12)
|
|
424
401
|
|
|
425
|
-
|
|
426
402
|
### Performance Improvements
|
|
427
403
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
404
|
+
- 🔖 publish v1.0.0-alpha.21
|
|
405
|
+
([e6655a2](https://github.com/yozorajs/yozora/commit/e6655a252c0b799d0990f06bc7cfdadc6824b63c))
|
|
431
406
|
|
|
432
407
|
# 1.0.0-alpha.20 (2021-04-20)
|
|
433
408
|
|
|
434
|
-
|
|
435
409
|
### Performance Improvements
|
|
436
410
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
411
|
+
- 🔖 publish v1.0.0-alpha.20
|
|
412
|
+
([3f3831f](https://github.com/yozorajs/yozora/commit/3f3831fb6fdb72319e7d24a1ba4b51b44bdb4c8d))
|
|
440
413
|
|
|
441
414
|
# 1.0.0-alpha.19 (2021-04-19)
|
|
442
415
|
|
|
443
|
-
|
|
444
416
|
### Performance Improvements
|
|
445
417
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
418
|
+
- 🔖 publish v1.0.0-alpha.19
|
|
419
|
+
([50b55f9](https://github.com/yozorajs/yozora/commit/50b55f9e5fd1d00c03d271a488d2a648ccd0a1d1))
|
|
420
|
+
- 📝 update READMEs
|
|
421
|
+
([907af97](https://github.com/yozorajs/yozora/commit/907af97f8c0bca5b045ccae188c6b759e88ec38c))
|
|
450
422
|
|
|
451
423
|
# 1.0.0-alpha.18 (2021-04-18)
|
|
452
424
|
|
|
453
|
-
|
|
454
425
|
### Performance Improvements
|
|
455
426
|
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
427
|
+
- 🎨 move resolveLabelToIdentifier from @yozora/tokenizer-definition to @yozora/core-tokenizer
|
|
428
|
+
([a957a31](https://github.com/yozorajs/yozora/commit/a957a31cc6faed786f453968e9a364577b5617ad))
|
|
429
|
+
- 🎨 move resolveLinkLabelAndIdentifier from @yozora/tokenizer-definition to @yozora/core-tokenizer
|
|
430
|
+
([ff7aac1](https://github.com/yozorajs/yozora/commit/ff7aac1376cabed0de785cd0379ba5fabfaf4a1f))
|
|
431
|
+
- 🔖 publish v1.0.0-alpha.18
|
|
432
|
+
([219b28b](https://github.com/yozorajs/yozora/commit/219b28b38975d6d41f6c285a512a5c0dccceb6fa))
|
|
461
433
|
|
|
462
434
|
# 1.0.0-alpha.17 (2021-04-15)
|
|
463
435
|
|
|
464
|
-
|
|
465
436
|
### Performance Improvements
|
|
466
437
|
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
438
|
+
- 🔖 publish v1.0.0-alpha.17
|
|
439
|
+
([0e7facd](https://github.com/yozorajs/yozora/commit/0e7facdde8692e538e5777d70b873cf6282f7de8))
|
|
440
|
+
- 📝 update docs
|
|
441
|
+
([acffd75](https://github.com/yozorajs/yozora/commit/acffd757123705c4d0f6a3948f62f3c460cefde3))
|
|
471
442
|
|
|
472
443
|
# 1.0.0-alpha.16 (2021-04-12)
|
|
473
444
|
|
|
474
|
-
|
|
475
445
|
### Performance Improvements
|
|
476
446
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
447
|
+
- ✅ collect all test cases in the scaffolds/jest-for-tokenizer/fixtures/ directory
|
|
448
|
+
([a328ffd](https://github.com/yozorajs/yozora/commit/a328ffd8c11d8e49ec6cc378057b01448ed09300))
|
|
449
|
+
- 🔖 publish v1.0.0-alpha.16
|
|
450
|
+
([9da34dd](https://github.com/yozorajs/yozora/commit/9da34dd46333b72f908c77d15f11326f3724060c))
|
|
451
|
+
- ✅ simplify test codes
|
|
452
|
+
([60d072c](https://github.com/yozorajs/yozora/commit/60d072c6bf4a414e45b3d98713223a23be5d0bb8))
|
|
482
453
|
|
|
483
454
|
# 1.0.0-alpha.15 (2021-04-11)
|
|
484
455
|
|
|
485
|
-
|
|
486
456
|
### Performance Improvements
|
|
487
457
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
458
|
+
- 🔖 publish v1.0.0-alpha.15
|
|
459
|
+
([988d25f](https://github.com/yozorajs/yozora/commit/988d25f7958825ccbaaa99051ad7b823c625d4cf))
|
|
491
460
|
|
|
492
461
|
# 1.0.0-alpha.14 (2021-04-11)
|
|
493
462
|
|
|
494
|
-
|
|
495
463
|
### Performance Improvements
|
|
496
464
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
465
|
+
- 🔖 publish v1.0.0-alpha.14
|
|
466
|
+
([3fcfffa](https://github.com/yozorajs/yozora/commit/3fcfffa0da0413449acf0d91d85400d0b31fa9a2))
|
|
467
|
+
- 🎨 rename isContainerBlock to isContainingBlock & use enum TokenizerPriority instead of magic
|
|
468
|
+
numbers to present tokenizer proirity
|
|
469
|
+
([940c50b](https://github.com/yozorajs/yozora/commit/940c50bb58b76a888a512539f3a4db6e8396d45b))
|
|
470
|
+
- ✅ update tests
|
|
471
|
+
([3c9f64f](https://github.com/yozorajs/yozora/commit/3c9f64f331d2b2c3484cc580dc8ef13e21ee42b8))
|
|
472
|
+
- ✅ update tests
|
|
473
|
+
([a24d148](https://github.com/yozorajs/yozora/commit/a24d1485b59caaeff4510b1150d8810236a9906a))
|
|
503
474
|
|
|
504
475
|
# 1.0.0-alpha.13 (2021-04-10)
|
|
505
476
|
|
|
506
|
-
|
|
507
477
|
### Performance Improvements
|
|
508
478
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
479
|
+
- 🔖 publish v1.0.0-alpha.13
|
|
480
|
+
([949455c](https://github.com/yozorajs/yozora/commit/949455c25f4fb60a88c3484829a610da7c998969))
|
|
481
|
+
- 💥 remove parse-meta phase (calc meta such as definitions after parse-block).
|
|
482
|
+
([463e751](https://github.com/yozorajs/yozora/commit/463e75126448b672dc15019e8dd93d9d64bc9b5e))
|
|
513
483
|
|
|
514
484
|
# 1.0.0-alpha.12 (2021-03-27)
|
|
515
485
|
|
|
516
|
-
|
|
517
486
|
### Features
|
|
518
487
|
|
|
519
|
-
|
|
520
|
-
|
|
488
|
+
- 💥 redesign interfaces & refactor tokenizer codes with types from @yozora/ast
|
|
489
|
+
([af3603d](https://github.com/yozorajs/yozora/commit/af3603d771bde94ec0c78fb53aa6d64a14933f9d))
|
|
521
490
|
|
|
522
491
|
### Performance Improvements
|
|
523
492
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
493
|
+
- 🎨 make '\_tokenizer' optional in the result of tokenizers on match phase
|
|
494
|
+
([b1ea8de](https://github.com/yozorajs/yozora/commit/b1ea8de5a439615d09e9cc3585b1a3cbdb663d31))
|
|
495
|
+
- 🔧 update script fields
|
|
496
|
+
([48a57ec](https://github.com/yozorajs/yozora/commit/48a57ec8f92b5cffb02e24b0b2ee94364033226f))
|
|
497
|
+
- 🔖 publish v1.0.0-alpha.12
|
|
498
|
+
([897f131](https://github.com/yozorajs/yozora/commit/897f1317408ab43406788d5b796d245fd4eeac13))
|
|
499
|
+
- ✅ update tests (RootMeta changed)
|
|
500
|
+
([75e7693](https://github.com/yozorajs/yozora/commit/75e769306d9ebdde0e878cfda571aec856cf4d30))
|
|
501
|
+
- ✅ update tests due to the previous changes
|
|
502
|
+
([24bb714](https://github.com/yozorajs/yozora/commit/24bb714196ed762db2a08ca893ef13d06b331284))
|
|
503
|
+
- 🎨 use AST types from @yozora/ast instead of @yozora/core-tokenizer
|
|
504
|
+
([fc55ceb](https://github.com/yozorajs/yozora/commit/fc55cebca8162a111fca1c0cdfbf0982831db66a))
|
|
505
|
+
- 🎨 use types defined in @yozora/ast & use tokenizerName as unique id of token
|
|
506
|
+
([d51f022](https://github.com/yozorajs/yozora/commit/d51f0222a829ef0caea5f1ec058ca3f3553c156d))
|
|
533
507
|
|
|
534
508
|
# 1.0.0-alpha.11 (2021-03-20)
|
|
535
509
|
|
|
536
|
-
|
|
537
510
|
### Performance Improvements
|
|
538
511
|
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
512
|
+
- 🔖 publish v1.0.0-alpha.11
|
|
513
|
+
([df10f73](https://github.com/yozorajs/yozora/commit/df10f73cbcc698d44cd7f7efbab2f7cac66f8675))
|
|
542
514
|
|
|
543
515
|
# 1.0.0-alpha.10 (2021-03-20)
|
|
544
516
|
|
|
545
|
-
|
|
546
517
|
### Bug Fixes
|
|
547
518
|
|
|
548
|
-
|
|
549
|
-
|
|
519
|
+
- 🐛 add missed `url` of Definition Meta & update tests
|
|
520
|
+
([886ca13](https://github.com/yozorajs/yozora/commit/886ca133c5ef0f119a3d50819519a2e2dffae78f))
|
|
550
521
|
|
|
551
522
|
### Performance Improvements
|
|
552
523
|
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
524
|
+
- 🔖 publish v1.0.0-alpha.10
|
|
525
|
+
([dbd0114](https://github.com/yozorajs/yozora/commit/dbd0114cd72fa029e743db5d38e10bc1af23ca33))
|
|
556
526
|
|
|
557
527
|
# 1.0.0-alpha.9 (2021-03-20)
|
|
558
528
|
|
|
559
|
-
|
|
560
529
|
### Features
|
|
561
530
|
|
|
562
|
-
|
|
563
|
-
|
|
531
|
+
- 💥 update types of Definition to make it consistent with the Definition in Mdast
|
|
532
|
+
([1309771](https://github.com/yozorajs/yozora/commit/1309771175f24c39525f83cc5a0d08f6960ff7c1))
|
|
564
533
|
|
|
565
534
|
### Performance Improvements
|
|
566
535
|
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
536
|
+
- 📝 fix invalid badge urls
|
|
537
|
+
([4d78b23](https://github.com/yozorajs/yozora/commit/4d78b23b2aa8ae65adb9e86ccd51e372a916f20b))
|
|
538
|
+
- 🔖 publish v1.0.0-alpha.9
|
|
539
|
+
([1b41b56](https://github.com/yozorajs/yozora/commit/1b41b56362c328af28fde43a0b95fa02aff0dfbe))
|
|
540
|
+
- ✅ update tests due to the change of Definition
|
|
541
|
+
([a9bf647](https://github.com/yozorajs/yozora/commit/a9bf647f937e752151a271b7eb832b229e969cee))
|
|
572
542
|
|
|
573
543
|
# 1.0.0-alpha.8 (2021-03-13)
|
|
574
544
|
|
|
575
|
-
|
|
576
545
|
### Performance Improvements
|
|
577
546
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
547
|
+
- 🔖 publish v1.0.0-alpha.8
|
|
548
|
+
([3cb3080](https://github.com/yozorajs/yozora/commit/3cb3080312048001d73911a892c4a7c69459c260))
|
|
549
|
+
- 📝 update badges
|
|
550
|
+
([418e221](https://github.com/yozorajs/yozora/commit/418e2216ed80c71445f9e0efd9ea054208b18c78))
|
|
551
|
+
- 🔧 update configs & lint codes
|
|
552
|
+
([3e9ded3](https://github.com/yozorajs/yozora/commit/3e9ded3f7ebe8dcb68a976675ffd34bdfd59ace9))
|
|
553
|
+
- 🔧 update package.json
|
|
554
|
+
([cba99c5](https://github.com/yozorajs/yozora/commit/cba99c5aa58de54672cc292e587914f56d702f7a))
|
|
555
|
+
- 📝 update READMEs
|
|
556
|
+
([188b30b](https://github.com/yozorajs/yozora/commit/188b30ba3f10096722e999452f84752ec3dd459a))
|
|
585
557
|
|
|
586
558
|
# 1.0.0-alpha.7 (2021-03-06)
|
|
587
559
|
|
|
588
|
-
|
|
589
560
|
### Performance Improvements
|
|
590
561
|
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
562
|
+
- 🎨 format codes
|
|
563
|
+
([1fbd596](https://github.com/yozorajs/yozora/commit/1fbd59671965b747a990d2bff77de0872f18836d))
|
|
564
|
+
- 🔧 add directory in repository field
|
|
565
|
+
([8daefc9](https://github.com/yozorajs/yozora/commit/8daefc94f4999aa471e2edc82728120ae9c0f079))
|
|
566
|
+
- 📝 update badges
|
|
567
|
+
([967819b](https://github.com/yozorajs/yozora/commit/967819be94f17a635169fabd48468747e53f2b84))
|
|
568
|
+
- 🔖 publish v1.0.0-alpha.7
|
|
569
|
+
([115ce36](https://github.com/yozorajs/yozora/commit/115ce36207dc675c7a13275c6bf2fccafdb47ffc))
|
|
570
|
+
- 🔧 update scripts field
|
|
571
|
+
([72841c5](https://github.com/yozorajs/yozora/commit/72841c571882cb600706aaab1a335fa68013167c))
|
|
572
|
+
- 🔧 use @guanghechen/rollup-config instead of @barusu/rollup-config
|
|
573
|
+
([6228c33](https://github.com/yozorajs/yozora/commit/6228c330ed6dc3113c671f56feaa91d47bff6d64))
|
|
574
|
+
- 🔨 use top level rollup.config.js
|
|
575
|
+
([818c59b](https://github.com/yozorajs/yozora/commit/818c59b6f5ef3c29f718428c620ebce08f24b9d6))
|
|
600
576
|
|
|
601
577
|
# 1.0.0-alpha.6 (2021-02-25)
|
|
602
578
|
|
|
603
|
-
|
|
604
579
|
### Performance Improvements
|
|
605
580
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
581
|
+
- 🔖 publish v1.0.0-alpha.6
|
|
582
|
+
([e4f20f7](https://github.com/yozorajs/yozora/commit/e4f20f785dc3928c0c928d0d38665bf3609481a6))
|
|
583
|
+
- 🚚 rename @yozora/parser-core to @yozora/core-parser
|
|
584
|
+
([e94956f](https://github.com/yozorajs/yozora/commit/e94956f58ccf64f37c476c953679578b3b4b7c24))
|
|
585
|
+
- 🚚 rename @yozora/tokenizer-definition to @yozora/tokenizer-definition
|
|
586
|
+
([8e65d3c](https://github.com/yozorajs/yozora/commit/8e65d3c7859771a388d129127a1ac9594ecafdd5))
|
|
587
|
+
- ⬆️ upgrade @barusu/\* to v0.0.47 & upgrade rollup to v2.39.1
|
|
588
|
+
([173b431](https://github.com/yozorajs/yozora/commit/173b431d4522a90b964b11d015ce24eba4028deb))
|