Skip to content

Releases: BitGo/api-ts

@api-ts/[email protected]

04 Jun 14:56
a55c4b2
Compare
Choose a tag to compare

@api-ts/express-wrapper 1.0.26 (2024-06-04)

Dependencies

  • @api-ts/typed-express-router: upgraded to 1.1.6
  • @api-ts/superagent-wrapper: upgraded to 1.2.1

@api-ts/[email protected]

31 May 21:14
b027da0
Compare
Choose a tag to compare

@api-ts/openapi-generator 4.4.0 (2024-05-31)

Features

  • support for [@example](https://github.com/example) and [@pattern](https://github.com/pattern) tags in schema properties (f9d9ac8)

@api-ts/[email protected]

31 May 13:26
e195d7c
Compare
Choose a tag to compare

@api-ts/openapi-generator 4.3.0 (2024-05-31)

Features

  • add type description support for t.array (898033a)
  • fix descriptions not showing up in openapi spec (b7471aa)
  • support type descriptions for t.record (b93dfb0)

@api-ts/[email protected]

30 May 19:03
6f9543b
Compare
Choose a tag to compare

@api-ts/openapi-generator 4.2.0 (2024-05-30)

Features

  • fix module span parsing to parse comments for openapi spec (1598462)

@api-ts/[email protected]

28 May 19:50
35ee662
Compare
Choose a tag to compare

@api-ts/openapi-generator 4.1.0 (2024-05-28)

Bug Fixes

  • openapi-generator: remove duplicate descriptions in endpoint parameters (bdb071a)

Features

  • openapi-generator: add support for inline type descriptions (26f18f1)

@api-ts/[email protected]

23 May 19:35
1163bd9
Compare
Choose a tag to compare

@api-ts/openapi-generator 4.0.0 (2024-05-23)

Bug Fixes

  • add union type test to externalModuleApiSpec.test.ts (8dc4164)
  • exclude sample-types type package from build (6aea62a)
  • openapi-generator: broken resolve.test.ts tests (9637dcb)
  • openapi-generator: fix more tests (66be823)
  • remove prettier from package.json (c2b02b4)

Code Refactoring

  • openapi-generator: support node modules (excluding express) (17d919a)

Features

  • add support for basic imported types from node modules (31eea6b)
  • openapi-generator: make node_module resolving more generic by removing @bitgo prefix (c02b6e2)

BREAKING CHANGES

  • openapi-generator: supporting node_modules may cause current -types libraries to break which use openapi-generator

@api-ts/[email protected]

22 May 12:45
46ca0ef
Compare
Choose a tag to compare

@api-ts/openapi-generator 3.7.0 (2024-05-22)

Features

  • openapi-generator: add unknown jsdoc tags to openapi json output (c0b52b2)

@api-ts/[email protected]

13 May 14:42
1edac54
Compare
Choose a tag to compare

@api-ts/openapi-generator 3.6.3 (2024-05-13)

Bug Fixes

  • parse standalong jsdoc tags (c6aea02)

@api-ts/[email protected]

09 May 17:02
a16cea1
Compare
Choose a tag to compare

@api-ts/openapi-generator 3.6.2 (2024-05-09)

Bug Fixes

  • don't silently drop properties from httpRequest (bc65c5f)

@api-ts/[email protected]

07 May 17:27
b4d0fec
Compare
Choose a tag to compare

@api-ts/openapi-generator 3.6.1 (2024-05-07)

Bug Fixes

  • openapi-generator: wrap nullable $ref parameters in an 'allOf' array (56b0b09)