Skip to content

Releases: microsoft/typespec

[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare

Bug Fixes

  • #6894 Fix the issue where the emitter version is undefined in telemetry.
  • #7021 Fix crash when initialize telemetry client

[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare

@typespec/versioning

Bug Fixes

  • #7022 Fix issue where the incompatible-versioned-reference diagnostic was incorrectly triggered when a model had a @removed decorator and one of its properties had an @added decorator, even if the versions were compatible.

    Example:

    @removed(Versions.v3)
    model Widget {
      @added(Versions.v2)
       name: string;
    }

@typespec/rest

No changes, version bump only.

@typespec/protobuf

Bug Fixes

  • #7069 Handle types without node

@typespec/eslint-plugin

No changes, version bump only.

@typespec/html-program-viewer

No changes, version bump only.

@typespec/internal-build-utils

Bug Fixes

  • #6676 Fix third party resolution getting duplicate entries

typespec-vs

No changes, version bump only.

@typespec/library-linter

No changes, version bump only.

@typespec/events

No changes, version bump only.

@typespec/sse

No changes, version bump only.

@typespec/streams

No changes, version bump only.

@typespec/xml

No changes, version bump only.

@typespec/standalone-cli

No changes, version bump only.

@typespec/[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare

Features

  • #7031 Always add emitter-output-dir to list of options

Bug Fixes

  • #7046 typedoc missing as a dependency
  • #7069 Handle types without node

@typespec/[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare

Features

  • #6875 Upgrade to alloy 0.10.0

Bump dependencies

@typespec/[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare

Features

  • #6875 Upgrade to alloy 0.10.0
  • #6709 Add support for OAuth2 authentication scheme
  • #6725 Add paging support

Bump dependencies

Bug Fixes

  • #6899 Fix File serialization issue and enable building e2e tests

@typespec/[email protected]

22 Apr 19:51
8d8982d
Compare
Choose a tag to compare

Features

  • #7017 [TypeScript] Add various function-related components - FunctionType, FunctionExpression, ArrowFunction, and InterfaceMethod.
  • #6972 Add support for rendering a Value Expression
  • #7018 Adds the TspContextProvider and useTsp() hook for providing and accessing TypeSpec context and the Typekit APIs (e.g. # Changelog - @typespec/emitter-framework). Adds a new Outputcomponent that accepts a TypeSpecProgramand automatically wraps children components with theTspContextProvider`.

Bump dependencies

Bug Fixes

  • #6951 InterfaceMember should use Alloy

@typespec/[email protected]

22 Apr 19:51
8d8982d
Compare
Choose a tag to compare

Bug Fixes

  • #6839 Fix bundler on windows

@typespec/[email protected]

22 Apr 19:51
8d8982d
Compare
Choose a tag to compare

No changes, version bump only.

@typespec/[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare
Pre-release

No changes, version bump only.

@typespec/[email protected]

22 Apr 19:52
8d8982d
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • #6947 Fix crash when using enum values in extension