Skip to content

Releases: lukeautry/tsoa

undefined is more accurate now + security definition fixes

13 Nov 18:03
0328b2a
Compare
Choose a tag to compare

Minor fix for unions

05 Nov 18:30
e65a3ed
Compare
Choose a tag to compare

Includes the fix for #520

Bug fix for http status code

17 Oct 19:54
ff0d104
Compare
Choose a tag to compare

New Feature: Hidden Tag on Routes

07 Oct 18:16
c7d45b2
Compare
Choose a tag to compare

Bugfix numerical enums are documented properly

03 Oct 18:15
0c53462
Compare
Choose a tag to compare

Numeric Enum Support + nested array generic fix

02 Oct 13:43
88c5057
Compare
Choose a tag to compare

New Features:

  • First class support for numeric enums via PR #331
    • We always allowed numeric enums to be used, but we coerced them to strings which was bad behavior. Now they work as expected

Bug Fixes:

  • You can use an in-line nested array of generics now. #483

enum enhancement & generic ref name fixes

19 Sep 13:09
0d4f17a
Compare
Choose a tag to compare

Enhancements:

  • Allows '' to be values in enums: #460

Fixes:

  • You can now use generic types that use the extend keyword: #467

adds new feature: @Deprecated tag

16 Sep 20:08
fdccb54
Compare
Choose a tag to compare

Advanced scenarios for anonymous objects

05 Sep 19:59
a2b9571
Compare
Choose a tag to compare

Our last release included the very-exciting (and much desired) support for anonymous / inline objects and this release included a few fixes for advanced use cases:

  • nested generic types: #27 (comment)
  • unions of generics: #391
  • aggregates of generics
  • index types on anonymous objects: #374

Allowing anonymous nested objects

04 Sep 19:00
28e599d
Compare
Choose a tag to compare

You asked for the ability to not have to always make an interface for every time. We listened. :)

Enjoy our first swing at fixing #50 which allows you to have inline nested objects without having to define an interface first.