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 asnullable: true
orx-nullable: true
New Features:
-
Null Keyword: See #601
-
d3b1bbf: Adds the ability to use a colon delimiter instead of bracelets in path (@itamarco)
Bugfixes:
-
55687d7 Naming: Trim all whitespace
-
e97d0ca Propagates JsDoc in mapped types
-
13068bd correctly propagate field name in validateModel (@fantapop)
Perf:
- 271d1a5 Union Validation: Use first-match wins approach