yukigo-ast 0.3.2 → 0.3.4
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 +26 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,27 +1,35 @@
|
|
|
1
|
-
## 0.3.
|
|
1
|
+
## 0.3.4 (2026-08-05)
|
|
2
2
|
|
|
3
3
|
This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
|
|
4
4
|
|
|
5
|
-
## 0.3.
|
|
5
|
+
## 0.3.3 (2026-08-05)
|
|
6
6
|
|
|
7
7
|
This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
|
|
8
8
|
|
|
9
|
-
## 0.3.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
9
|
+
## 0.3.2 (2026-08-05)
|
|
10
|
+
|
|
11
|
+
This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
|
|
12
|
+
|
|
13
|
+
## 0.3.1 (2026-08-01)
|
|
14
|
+
|
|
15
|
+
This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
|
|
16
|
+
|
|
17
|
+
## 0.3.0 (2026-08-01)
|
|
18
|
+
|
|
19
|
+
### 🚀 Features
|
|
20
|
+
|
|
21
|
+
- Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
|
|
22
|
+
|
|
23
|
+
### 🩹 Fixes
|
|
24
|
+
|
|
25
|
+
- **yukigo-e2e:** fixes to pass E2E tests ([02d895f](https://github.com/miyukiproject/yukigo/commit/02d895f))
|
|
26
|
+
- **yukigo:** replace instanceof with .is method in analyzer ([d953413](https://github.com/miyukiproject/yukigo/commit/d953413))
|
|
27
|
+
- **haskell-parser:** fix bad fallback in DeclarationCollector ([a537aa1](https://github.com/miyukiproject/yukigo/commit/a537aa1))
|
|
28
|
+
|
|
29
|
+
### ❤️ Thank You
|
|
30
|
+
|
|
31
|
+
- noiseArch
|
|
32
|
+
|
|
25
33
|
## 0.2.1 (2026-05-01)
|
|
26
34
|
|
|
27
35
|
This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
|