github lukeautry/tsoa 3.0.3
Rework Enum generation & validation, add null support, fully document mapped types

latest releases: v6.5.1, v6.5.0, v6.4.0...
pre-release4 years ago

Installation:

yarn add tsoa@v3beta

Breaking Changes:

  • null vs. undefined: Unless you declare a type to accept null, we will no longer mark your optional properties as nullable: true or x-nullable: true

New Features:

  • Enums: See #594 for the Spec and #599 and #593

  • Null Keyword: See #601

  • d3b1bbf: Adds the ability to use a colon delimiter instead of bracelets in path (@itamarco)

Bugfixes:

Perf:

  • 271d1a5 Union Validation: Use first-match wins approach

Don't miss a new tsoa release

NewReleases is sending notifications on new releases.