Skip to content

Releases: BitGo/api-ts

@api-ts/[email protected]

23 Apr 16:22
978327b
Compare
Choose a tag to compare

@api-ts/openapi-generator 3.5.1 (2024-04-23)

Performance Improvements

  • remove unneeded nullish check (08412d5)

@api-ts/[email protected]

12 Apr 17:45
4d3e641
Compare
Choose a tag to compare

@api-ts/typed-express-router 1.1.4 (2024-04-12)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0
  • @api-ts/superagent-wrapper: upgraded to 1.1.15

@api-ts/[email protected]

12 Apr 17:45
4d3e641
Compare
Choose a tag to compare

@api-ts/superagent-wrapper 1.1.15 (2024-04-12)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0

@api-ts/[email protected]

12 Apr 17:45
4d3e641
Compare
Choose a tag to compare

@api-ts/io-ts-http 3.0.0 (2024-04-12)

Bug Fixes

  • loosen the is check for optionalized (416bca2)

BREAKING CHANGES

  • The is function of an optionalized codec now returns true if there are keys that are present and set to undefined. This is consistent with how io-ts's partial works and also consistent with TS's default setting for exactOptionalPropertyTypes. A project that sets exactOptionalPropertyTypes: true and was relying on the codec's is check to distinguish between {} and { key: undefined } may break.

@api-ts/[email protected]

12 Apr 17:45
4d3e641
Compare
Choose a tag to compare

@api-ts/express-wrapper 1.0.24 (2024-04-12)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0
  • @api-ts/typed-express-router: upgraded to 1.1.4
  • @api-ts/superagent-wrapper: upgraded to 1.1.15

@api-ts/[email protected]

11 Apr 20:48
416bca2
Compare
Choose a tag to compare
Pre-release

@api-ts/typed-express-router 1.1.4-beta.1 (2024-04-11)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0-beta.1
  • @api-ts/superagent-wrapper: upgraded to 1.1.15-beta.1

@api-ts/[email protected]

11 Apr 20:48
416bca2
Compare
Choose a tag to compare
Pre-release

@api-ts/superagent-wrapper 1.1.15-beta.1 (2024-04-11)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0-beta.1

@api-ts/[email protected]

11 Apr 20:48
416bca2
Compare
Choose a tag to compare
Pre-release

@api-ts/io-ts-http 3.0.0-beta.1 (2024-04-11)

Bug Fixes

  • loosen the is check for optionalized (416bca2)

BREAKING CHANGES

  • explicit undefined properties are now accepted when encoding

@api-ts/[email protected]

11 Apr 20:48
416bca2
Compare
Choose a tag to compare
Pre-release

@api-ts/express-wrapper 1.0.24-beta.1 (2024-04-11)

Dependencies

  • @api-ts/io-ts-http: upgraded to 3.0.0-beta.1
  • @api-ts/typed-express-router: upgraded to 1.1.4-beta.1
  • @api-ts/superagent-wrapper: upgraded to 1.1.15-beta.1

@api-ts/[email protected]

10 Apr 19:25
9308b94
Compare
Choose a tag to compare

@api-ts/typed-express-router 1.1.3 (2024-04-10)

Dependencies

  • @api-ts/io-ts-http: upgraded to 2.4.1
  • @api-ts/superagent-wrapper: upgraded to 1.1.14