Skip to content

Latest commit

 

History

History
137 lines (70 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

137 lines (70 loc) · 8.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.0.3 (2022-08-30)

Bug Fixes

7.0.2 (2022-08-22)

Bug Fixes

7.0.1 (2022-08-18)

Bug Fixes

  • webhook: accountAddress => address (#58) (9999edb)

7.0.0 (2022-08-03)

⚠ BREAKING CHANGES

  • updates: Add required fields to POST /quote and GET /accounts endpoints (6f77bd5)

6.1.0 (2022-07-25)

Features

6.0.2 (2022-07-21)

Bug Fixes

  • webhook: ensure webhook and payload types match (#42) (0a0b394)

6.0.1 (2022-07-07)

Bug Fixes

6.0.0 (2022-06-25)

⚠ BREAKING CHANGES

  • quote: renamed QuoteRequestQuery to QuoteRequestBody (#36) (65f55f9)

5.0.0 (2022-06-17)

⚠ BREAKING CHANGES

  • accounts: update params for fiat accounts endpoint (#33) (7466a20)
  • kyc: expose map type of kyc schemas (#34) (5a1aee0)

4.1.0 (2022-06-06)

Features

Bug Fixes

  • FiatType: match with specification (#30) (5d47e22)

4.0.0 (2022-05-25)

⚠ BREAKING CHANGES

  • transfer request body: Removed unused TransferRequestBody fields (#34) (e175ee9)

3.3.0 (2022-05-23)

Features

  • batch updates: Updated types for TransferStatusResponse, TransferStatus. Added new FiatAccountSchema types (#26) (dcdf20c)

3.2.0 (2022-05-02)

Features

3.1.0 (2022-04-26)

Features

3.0.0 (2022-04-25)

⚠ BREAKING CHANGES

  • quoteId added as required parameter for transfer requests
  • guaranteedUntil made required in quote response
  • quoteId added to quote response

Features

2.1.1 (2022-03-15)

Bug Fixes

  • fiat-account: record should be partial (#11) (88346f8)
  • quote: amounts should be type string (#10) (ec1e60f)

2.1.0 (2022-03-14)

Features

  • kyc: Add support for PersonalDataAndDocuments KYC schema (#5) (5d529f0)
  • quote: Add type for quote error response (#7) (8d8a7ff)

2.0.0 (2022-03-11)

Adds support for PersonalDataAndDocumentsKyc KYC schema, and removes the mock KYC schema MockNameAndAddressKyc.

1.0.0 (2022-03-01)

Initial version of type definitions for the FiatConnect SDK and FiatConnect API implementations.