Skip to content

Releases: fiatconnect/fiatconnect-types

v13.2.1

06 Oct 19:21
afb561d
Compare
Choose a tag to compare

13.2.1 (2023-10-06)

Bug Fixes

  • deps: update dependency zod to ^3.22.3 (#195) (afb561d)

v13.2.0

28 Aug 14:17
87c0de1
Compare
Choose a tag to compare

13.2.0 (2023-08-28)

Features

  • user-actions: add urlUserActionSchema (#184) (87c0de1)

v13.1.3

22 Aug 00:30
8a3dd43
Compare
Choose a tag to compare

13.1.3 (2023-08-22)

Bug Fixes

  • deps: update dependency zod to ^3.22.2 (#181) (8a3dd43)

v13.1.2

20 Aug 06:06
9de9190
Compare
Choose a tag to compare

13.1.2 (2023-08-20)

Bug Fixes

  • deps: update dependency zod to ^3.22.1 (#178) (9de9190)

v13.1.1

17 Aug 21:11
c8380e2
Compare
Choose a tag to compare

13.1.1 (2023-08-17)

Bug Fixes

  • deps: update dependency zod to ^3.22.0 (#177) (c8380e2)

v13.1.0

26 Jun 03:15
27bac70
Compare
Choose a tag to compare

13.1.0 (2023-06-26)

Features

  • types: Support user-initiated transfers (#162) (27bac70)

v13.0.2

10 Mar 06:01
59699bd
Compare
Choose a tag to compare

13.0.2 (2023-03-10)

Bug Fixes

  • deps: update dependency zod to ^3.21.4 (#139) (59699bd)

v13.0.1

09 Mar 23:19
7c36070
Compare
Choose a tag to compare

13.0.1 (2023-03-09)

Bug Fixes

  • deps: update dependency zod to ^3.21.3 (#138) (7c36070)

v13.0.0

09 Mar 21:42
4323c57
Compare
Choose a tag to compare

13.0.0 (2023-03-09)

⚠ BREAKING CHANGES

  • transfers: removes TransferInStatusPreTx, TransferInStatusPostTx,
    and TransferOutStatus. This is not strictly necessary, but to keep them
    we'd need to maintain parallel lists of transfer statuses between them
    and the zod schemas, which could lead to bugs. If one of these enums was
    needed for typing, they could be replaced with z.infer<typeof transferInStatusPostTxSchema>, for example. If one of the enums was
    needed for iterating over, one could use
    transferInStatusPostTxSchema.enum to get an iterable for the set of
    transfer statuses that were in the enum.

Bug Fixes

  • transfers: make transfer status schemas compatible with TransferStatus enum (#136) (4323c57)

v12.0.1

09 Mar 14:50
cc62a65
Compare
Choose a tag to compare

12.0.1 (2023-03-09)

Bug Fixes

  • deps: update dependency zod to ^3.21.2 (#137) (cc62a65)