yukigo-wollok-parser 0.2.2 → 0.2.5
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 +42 -24
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,37 +1,55 @@
|
|
|
1
|
-
## 0.2.
|
|
1
|
+
## 0.2.5 (2026-08-05)
|
|
2
2
|
|
|
3
3
|
### 🧱 Updated Dependencies
|
|
4
4
|
|
|
5
|
-
- Updated yukigo-ast to 0.3.
|
|
6
|
-
- Updated yukigo to 0.3.
|
|
5
|
+
- Updated yukigo-ast to 0.3.4
|
|
6
|
+
- Updated yukigo to 0.3.4
|
|
7
7
|
|
|
8
|
-
## 0.2.
|
|
8
|
+
## 0.2.4 (2026-08-05)
|
|
9
9
|
|
|
10
10
|
### 🧱 Updated Dependencies
|
|
11
11
|
|
|
12
|
-
- Updated yukigo-ast to 0.3.
|
|
13
|
-
- Updated yukigo to 0.3.
|
|
12
|
+
- Updated yukigo-ast to 0.3.3
|
|
13
|
+
- Updated yukigo to 0.3.3
|
|
14
14
|
|
|
15
|
-
## 0.2.
|
|
15
|
+
## 0.2.3 (2026-08-05)
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
- Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
|
|
20
|
-
|
|
21
|
-
### 🩹 Fixes
|
|
22
|
-
|
|
23
|
-
- **yukigo:** zero-arity functions and Wollok bugs ([995dad4](https://github.com/miyukiproject/yukigo/commit/995dad4))
|
|
24
|
-
- **yukigo:** arreglar fallo en throwsException ([a417e7d](https://github.com/miyukiproject/yukigo/commit/a417e7d))
|
|
25
|
-
|
|
26
|
-
### 🧱 Updated Dependencies
|
|
27
|
-
|
|
28
|
-
- Updated yukigo-ast to 0.3.0
|
|
29
|
-
- Updated yukigo to 0.3.0
|
|
30
|
-
|
|
31
|
-
### ❤️ Thank You
|
|
32
|
-
|
|
33
|
-
- noiseArch
|
|
17
|
+
This was a version bump only for yukigo-wollok-parser to align it with other projects, there were no code changes.
|
|
34
18
|
|
|
19
|
+
## 0.2.2 (2026-08-05)
|
|
20
|
+
|
|
21
|
+
### 🧱 Updated Dependencies
|
|
22
|
+
|
|
23
|
+
- Updated yukigo-ast to 0.3.2
|
|
24
|
+
- Updated yukigo to 0.3.2
|
|
25
|
+
|
|
26
|
+
## 0.2.1 (2026-08-01)
|
|
27
|
+
|
|
28
|
+
### 🧱 Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated yukigo-ast to 0.3.1
|
|
31
|
+
- Updated yukigo to 0.3.1
|
|
32
|
+
|
|
33
|
+
## 0.2.0 (2026-08-01)
|
|
34
|
+
|
|
35
|
+
### 🚀 Features
|
|
36
|
+
|
|
37
|
+
- Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
|
|
38
|
+
|
|
39
|
+
### 🩹 Fixes
|
|
40
|
+
|
|
41
|
+
- **yukigo:** zero-arity functions and Wollok bugs ([995dad4](https://github.com/miyukiproject/yukigo/commit/995dad4))
|
|
42
|
+
- **yukigo:** arreglar fallo en throwsException ([a417e7d](https://github.com/miyukiproject/yukigo/commit/a417e7d))
|
|
43
|
+
|
|
44
|
+
### 🧱 Updated Dependencies
|
|
45
|
+
|
|
46
|
+
- Updated yukigo-ast to 0.3.0
|
|
47
|
+
- Updated yukigo to 0.3.0
|
|
48
|
+
|
|
49
|
+
### ❤️ Thank You
|
|
50
|
+
|
|
51
|
+
- noiseArch
|
|
52
|
+
|
|
35
53
|
## 0.1.3 (2026-05-01)
|
|
36
54
|
|
|
37
55
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yukigo-wollok-parser",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"wollok-ts": "^4.2.3"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"yukigo-ast": "^0.3.
|
|
26
|
+
"yukigo-ast": "^0.3.4"
|
|
27
27
|
}
|
|
28
|
-
}
|
|
28
|
+
}
|