@alloy-js/go 0.1.0-dev.3 → 0.1.1-dev.0
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 +11 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,12 @@
|
|
|
1
1
|
# Changelog - @alloy-js/go
|
|
2
|
+
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
- [#315](https://github.com/alloy-framework/alloy/pull/315) Moved type parameters to actual symbols in a member space of named type symbols. Added `receiverSymbol` to function symbols.
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- [#272](https://github.com/alloy-framework/alloy/pull/272) Initial implementation of golang support for alloy.
|
|
12
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alloy-js/go",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1-dev.0",
|
|
4
4
|
"description": "Go bindings for Alloy",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"author": "",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@alloy-js/core": "~0.
|
|
23
|
+
"@alloy-js/core": "~0.21.0 || >= 0.22.0-dev.0",
|
|
24
24
|
"change-case": "^5.4.4",
|
|
25
25
|
"pathe": "^2.0.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@alloy-js/cli": "~0.
|
|
28
|
+
"@alloy-js/cli": "~0.21.0 || >= 0.22.0-dev.0",
|
|
29
29
|
"@alloy-js/rollup-plugin": "~0.1.0 || >= 0.1.1-dev.0",
|
|
30
30
|
"@microsoft/api-extractor": "~7.52.8",
|
|
31
31
|
"@rollup/plugin-typescript": "^12.1.2",
|