Skip to content

Releases: gondixyz/gondi-js

v0.3.1

13 Nov 23:28
e51a6f5
Compare
Choose a tag to compare

v0.3.0

13 Nov 21:28
3aa3356
Compare
Choose a tag to compare

v0.3.0b9

03 Nov 12:36
1ac4b9d
Compare
Choose a tag to compare
v0.3.0b9 Pre-release
Pre-release

v0.3.0b8

03 Nov 12:28
fea0f00
Compare
Choose a tag to compare
v0.3.0b8 Pre-release
Pre-release

v0.3.0b7

31 Oct 19:06
dd1c2bb
Compare
Choose a tag to compare
v0.3.0b7 Pre-release
Pre-release

v0.3.0b6

30 Oct 16:05
c8aa60b
Compare
Choose a tag to compare
v0.3.0b6 Pre-release
Pre-release

v0.3.0b5

27 Oct 01:56
a7bb4e1
Compare
Choose a tag to compare
v0.3.0b5 Pre-release
Pre-release

v0.3.0b4

24 Oct 18:09
1117df9
Compare
Choose a tag to compare
v0.3.0b4 Pre-release
Pre-release

1117df9

Breaking Changes 0.3.0b4

Important

Migration to version 0.3.x is discouraged until release is a stable version, and not a beta version as it is right now.


This document outlines the breaking changes introduced in our codebase for version 0.3.0b4. Please review these changes carefully to ensure a smooth migration.

Table of Contents


Settle Auction

Description:

settleAuction method now no loger expects collectionContractAddress and tokenId arguments:

  async settleAuction(args: { loan: LoanV4V5; auction: model.Auction }) { ... }

Reason:

Both arguments could be inferred from loan.

v0.3.0b3

20 Oct 19:10
5d27413
Compare
Choose a tag to compare
v0.3.0b3 Pre-release
Pre-release

v0.3.0b2

18 Oct 16:28
a13a137
Compare
Choose a tag to compare
v0.3.0b2 Pre-release
Pre-release