Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into bump-tcgc-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Dec 11, 2024
2 parents db15e17 + 6ffff89 commit 4e38501
Show file tree
Hide file tree
Showing 162 changed files with 498 additions and 4,765 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/ParameterObjectMissing-2024-10-8-14-57-38.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/ReleaseDashboardsStep1-2024-11-5-14-40-39.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/ReleaseHttpSpecsAlpha4-2024-11-8-23-14-16.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/SpecDashBoard-2024-10-13-22-23-40.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/SpecsAlpha2-2024-10-26-15-58-19.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/TagMetadataDoc-2024-10-6-14-53-10.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/checkAvailableTypeName-2024-10-7-15-22-31.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- "@typespec/compiler"
---

Compiler trace will be sent to IDE as trace log through language server
33 changes: 0 additions & 33 deletions .chronus/changes/dep-update-2024-11-2-2024-10-20-22-1-27.md

This file was deleted.

6 changes: 0 additions & 6 deletions .chronus/changes/docs-directives-2024-10-7-18-13-59.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions .chronus/changes/fix-ns-2024-10-18-4-22-4.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/list_operation_test-2024-10-27-18-41-40.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/none_visibility-2024-10-27-17-8-46.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/openapi3-peer-2024-11-5-18-44-45.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/peer-dependencies-2024-9-10-22-53-58.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
changeKind: feature
packages:
- typespec-vscode
---

Rename vscode extension from "TypeSpec for VS Code" to "TypeSpec"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking
changeKind: fix
packages:
- "@typespec/http-server-csharp"
- typespec-vscode
---

Fix nullable types, anonymous types, and safeInt
Support 'See Document' quick action to view the details of linter rules

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log - @typespec/bundler

## 0.1.10

No changes, version bump only.

## 0.1.9

### Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/bundler",
"version": "0.1.9",
"version": "0.1.10",
"author": "Microsoft Corporation",
"description": "Package to bundle a TypeSpec library.",
"homepage": "https://typespec.io",
Expand Down
18 changes: 18 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log - @typespec/compiler

## 0.63.0

### Bug Fixes

- [#5252](https://github.com/microsoft/typespec/pull/5252) Added RegEx validation for @pattern and will throw warning for invalid RegEx string

### Features

- [#4937](https://github.com/microsoft/typespec/pull/4937) Add mutateSubgraphWithNamespace as a separate API
- [#4837](https://github.com/microsoft/typespec/pull/4837) Allow trailing delimiter in array values, tuple, decorator declaration, scalar initializer, etc.
- [#5149](https://github.com/microsoft/typespec/pull/5149) Experimental: Improve Realm, Mutator, and Typekit implementations.

This change strongly binds a Realm and Typekit together, and changes mutators so that new types are cloned within the
mutator's realm. The default Typekit now creates a default typekit realm for the current program, and a Typekit can be
easily created to work in a specific Program or Realm as needed.
- [#4825](https://github.com/microsoft/typespec/pull/4825) Adds support for enum-driven visibility in the compiler core.


## 0.62.0

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/compiler",
"version": "0.62.0",
"version": "0.63.0",
"description": "TypeSpec Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
Loading

0 comments on commit 4e38501

Please sign in to comment.