Releases: BitGo/api-ts
Releases · BitGo/api-ts
@api-ts/[email protected]
@api-ts/[email protected]
@api-ts/express-wrapper 1.0.25 (2024-04-29)
Dependencies
- @api-ts/typed-express-router: upgraded to 1.1.5
- @api-ts/superagent-wrapper: upgraded to 1.2.0
@api-ts/[email protected]
@api-ts/[email protected]
@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]
@api-ts/[email protected]
@api-ts/io-ts-http 3.0.0 (2024-04-12)
Bug Fixes
- loosen the
ischeck foroptionalized(416bca2)
BREAKING CHANGES
- The
isfunction of anoptionalizedcodec now returns true if there are keys that are present and set toundefined. This is consistent with how io-ts'spartialworks and also consistent with TS's default setting forexactOptionalPropertyTypes. A project that setsexactOptionalPropertyTypes: trueand was relying on the codec'sischeck to distinguish between{}and{ key: undefined }may break.
@api-ts/[email protected]
@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]
@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]
@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]
@api-ts/io-ts-http 3.0.0-beta.1 (2024-04-11)
Bug Fixes
- loosen the
ischeck foroptionalized(416bca2)
BREAKING CHANGES
- explicit undefined properties are now accepted when encoding