@azure-tools/typespec-ts 0.18.0-alpha.20231117.1 → 0.19.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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.19.0 (2023-11-15)
2
+
3
+ - [Feature] Support hierarchy client. Please refer to pr [#2080](https://github.com/Azure/autorest.typescript/pull/2080).
4
+ - [Feature] Support unbrand core ts-http-runtime. Please refer to pr [#2083](https://github.com/Azure/autorest.typescript/pull/2083)
5
+ - [Bugfix] Fix sample generation with special properties. Please refer to pr [#2099](https://github.com/Azure/autorest.typescript/pull/2099).
6
+ - [Bugfix] Fix missing isUnexpected missing in overload. Please refer to pr [#2097](https://github.com/Azure/autorest.typescript/pull/2097).
7
+ - [Bugfix] Fix the empty default value issue for array in body model. Please refer to pr [#2111](https://github.com/Azure/autorest.typescript/pull/2111).
8
+
1
9
  ## 0.18.0 (2023-11-01)
2
10
 
3
11
  - [Feature] Upgrade TypeSpec compiler version to v0.49.0. Please refer to pr [#2061](https://github.com/Azure/autorest.typescript/pull/2061).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/typespec-ts",
3
- "version": "0.18.0-alpha.20231117.1",
3
+ "version": "0.19.0",
4
4
  "description": "An experimental TypeSpec emitter for TypeScript RLC",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "prettier": "^2.6.1",
50
50
  "tslib": "^2.3.1",
51
- "@azure-tools/rlc-common": "^0.18.0",
51
+ "@azure-tools/rlc-common": "^0.19.0",
52
52
  "ts-morph": "^15.1.0",
53
53
  "fs-extra": "^11.1.0"
54
54
  },