yukigo-mini-parser 0.2.1 → 0.2.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 +28 -18
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,33 @@
|
|
|
1
|
-
## 0.2.
|
|
1
|
+
## 0.2.3 (2026-08-05)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
- Updated yukigo-ast to 0.3.1
|
|
6
|
-
|
|
7
|
-
## 0.2.0 (2026-08-01)
|
|
8
|
-
|
|
9
|
-
### 🩹 Fixes
|
|
10
|
-
|
|
11
|
-
- fix parsers grammar compilation to export to .cjs ([ef59727](https://github.com/miyukiproject/yukigo/commit/ef59727))
|
|
12
|
-
|
|
13
|
-
### 🧱 Updated Dependencies
|
|
14
|
-
|
|
15
|
-
- Updated yukigo-ast to 0.3.0
|
|
16
|
-
|
|
17
|
-
### ❤️ Thank You
|
|
18
|
-
|
|
19
|
-
- noiseArch
|
|
3
|
+
This was a version bump only for yukigo-mini-parser to align it with other projects, there were no code changes.
|
|
20
4
|
|
|
5
|
+
## 0.2.2 (2026-08-05)
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated yukigo-ast to 0.3.2
|
|
10
|
+
|
|
11
|
+
## 0.2.1 (2026-08-01)
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated yukigo-ast to 0.3.1
|
|
16
|
+
|
|
17
|
+
## 0.2.0 (2026-08-01)
|
|
18
|
+
|
|
19
|
+
### 🩹 Fixes
|
|
20
|
+
|
|
21
|
+
- fix parsers grammar compilation to export to .cjs ([ef59727](https://github.com/miyukiproject/yukigo/commit/ef59727))
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated yukigo-ast to 0.3.0
|
|
26
|
+
|
|
27
|
+
### ❤️ Thank You
|
|
28
|
+
|
|
29
|
+
- noiseArch
|
|
30
|
+
|
|
21
31
|
## 0.1.3 (2026-05-01)
|
|
22
32
|
|
|
23
33
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yukigo-mini-parser",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nearleyc src/grammar.ne -o src/grammar.cjs && tsc",
|
|
@@ -26,6 +26,6 @@
|
|
|
26
26
|
"nearley": "^2.20.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"yukigo-ast": "^0.3.
|
|
29
|
+
"yukigo-ast": "^0.3.2"
|
|
30
30
|
}
|
|
31
|
-
}
|
|
31
|
+
}
|