Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/linter-async-callback-2025-10-6-12-33-19.md

This file was deleted.

15 changes: 0 additions & 15 deletions .chronus/changes/main-2025-10-19-17-48-27.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/remove-js-yaml-2025-10-17-18-13-50.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/source-model-node-2025-10-18-15-0-36.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/specs-addDocTest-2025-10-4-13-59-34.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/spector-new-case-2025-10-18-7-0-48.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/unused-as-hint-2025-10-13-17-12-1.md

This file was deleted.

40 changes: 0 additions & 40 deletions .chronus/changes/upgrade-deps-nov-2025-2025-10-20-16-42-0.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/asset-emitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @typespec/asset-emitter

## 0.77.0

### Bump dependencies

- [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies


## 0.76.0

### Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-emitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/asset-emitter",
"version": "0.76.0",
"version": "0.77.0",
"author": "Microsoft Corporation",
"description": "TypeSpec Asset Emitter, this is to be replaced by the new emitter framework",
"homepage": "https://typespec.io",
Expand Down
7 changes: 7 additions & 0 deletions packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @typespec/bundler

## 0.4.6

### Bump dependencies

- [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies


## 0.4.5

### 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.4.5",
"version": "0.4.6",
"author": "Microsoft Corporation",
"description": "Package to bundle a TypeSpec library.",
"homepage": "https://typespec.io",
Expand Down
20 changes: 20 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log - @typespec/compiler

## 1.7.0

### Features

- [#9002](https://github.com/microsoft/typespec/pull/9002) Add `commaDelimited` and `newlineDelimited` values to `ArrayEncoding` enum for serializing arrays with comma and newline delimiters
- [#8942](https://github.com/microsoft/typespec/pull/8942) - Add 'exit' final event for linter rules
- Support 'async' in linter definition and async function as callback for 'exit' event.
- [#9024](https://github.com/microsoft/typespec/pull/9024) [API] Add `node` to `SourceModel` type
- [#8619](https://github.com/microsoft/typespec/pull/8619) Add support for escaping param like tags(`@param`, `@prop`, etc.) identifier with backtick in doc comments to allow special characters

### Bump dependencies

- [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies

### Bug Fixes

- [#8917](https://github.com/microsoft/typespec/pull/8917) Add security warning to tsp init CLI documentation for external templates (#8916)
- [#8997](https://github.com/microsoft/typespec/pull/8997) UnusedUsing Diagnostics are reported as warning instead of hint when there are linters defined in tspconfig.yaml


## 1.6.0

### Features
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": "1.6.0",
"version": "1.7.0",
"description": "TypeSpec Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/compiler/templates/scaffolding.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"rest": {
"title": "Generic REST API",
"description": "Create a project representing a generic REST API service.",
"compilerVersion": "1.6.0",
"compilerVersion": "1.7.0",
"libraries": [
"@typespec/http",
"@typespec/rest",
Expand Down Expand Up @@ -70,7 +70,7 @@
"target": "library",
"title": "TypeSpec library",
"description": "Build your own TypeSpec library with custom types, decorators or linters.",
"compilerVersion": "1.6.0",
"compilerVersion": "1.7.0",
"libraries": [],
"files": [
{
Expand Down Expand Up @@ -147,7 +147,7 @@
"target": "library",
"title": "TypeSpec emitter",
"description": "Create a new package that emits artifacts from TypeSpec.",
"compilerVersion": "1.6.0",
"compilerVersion": "1.7.0",
"libraries": [],
"files": [
{
Expand Down
4 changes: 4 additions & 0 deletions packages/emitter-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog - @typespec/emitter-framework

## 0.14.0

No changes, version bump only.

## 0.13.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/emitter-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/emitter-framework",
"version": "0.13.0",
"version": "0.14.0",
"type": "module",
"main": "dist/index.js",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin-typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - @typespec/eslint-plugin

## 0.77.0

### Bump dependencies

- [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies


## 0.76.0

### Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-typespec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typespec/eslint-plugin",
"version": "0.76.0",
"version": "0.77.0",
"author": "Microsoft Corporation",
"description": "Eslint plugin providing set of rules to be used in the JS/TS code of TypeSpec libraries",
"homepage": "https://typespec.io",
Expand Down
7 changes: 7 additions & 0 deletions packages/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog - @typespec/events

## 0.77.0

### Bump dependencies

- [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies


## 0.76.0

### Bump dependencies
Expand Down
Loading
Loading