@alloy-js/python 0.3.0-dev.6 → 0.4.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog - @alloy-js/python
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Bug Fixes
6
+
7
+ - [#334](https://github.com/alloy-framework/alloy/pull/334) Pass refkey to DataclassDeclaration
8
+
9
+ ### Features
10
+
11
+ - [#328](https://github.com/alloy-framework/alloy/pull/328) `pass` is now emitted when function and class bodies have no content (rather than just no children). For example, show can now be used inside a class body.
12
+ - [#325](https://github.com/alloy-framework/alloy/pull/325) Add Dataclass component
13
+ - [#342](https://github.com/alloy-framework/alloy/pull/342) Add support for extra imports
14
+ - [#340](https://github.com/alloy-framework/alloy/pull/340) Add / and * parameter handling
15
+ - [#338](https://github.com/alloy-framework/alloy/pull/338) Change Enum item docstring pattern
16
+
17
+
3
18
  ## 0.2.0
4
19
 
5
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alloy-js/python",
3
- "version": "0.3.0-dev.6",
3
+ "version": "0.4.0-dev.0",
4
4
  "description": "Python bindings for Alloy",
5
5
  "exports": {
6
6
  ".": {
@@ -14,12 +14,12 @@
14
14
  "author": "",
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
- "@alloy-js/core": "~0.21.0 || >= 0.22.0-dev.4",
17
+ "@alloy-js/core": "~0.22.0 || >= 0.23.0-dev.0",
18
18
  "change-case": "^5.4.4",
19
19
  "pathe": "^2.0.3"
20
20
  },
21
21
  "devDependencies": {
22
- "@alloy-js/cli": "~0.21.0 || >= 0.22.0-dev.0",
22
+ "@alloy-js/cli": "~0.22.0 || >= 0.23.0-dev.0",
23
23
  "@alloy-js/rollup-plugin": "~0.1.0 || >= 0.1.1-dev.0",
24
24
  "@microsoft/api-extractor": "~7.52.8",
25
25
  "@rollup/plugin-typescript": "^12.1.2",