yukigo-ast 0.3.2 → 0.3.6

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