Skip to content

Releases: impactMarket/utils

4.1.3

24 Oct 14:44
f38f00d
Compare
Choose a tag to compare

What's Changed

  • Bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #245
  • [chore] improve rewards fallback by @obernardovieira in #247
  • [chore] bump dependencies + remove sentry from example by @obernardovieira in #248

Full Changelog: 4.1.2...4.1.3

4.1.2

17 Oct 12:05
de08288
Compare
Choose a tag to compare

What's Changed

  • [bugfix] fix user loans query from contract by @obernardovieira in #246

Full Changelog: 4.1.1...4.1.2

4.1.1

17 Oct 12:04
b0ee1d7
Compare
Choose a tag to compare

What's Changed

  • [chore] support new microcredit version by @obernardovieira in #244

Full Changelog: 4.1.0...4.1.1

4.1.0

17 Oct 12:04
aaa98f0
Compare
Choose a tag to compare

What's Changed

  • [example] add small loan manager example by @obernardovieira in #238
  • [bugfix] gas price and more by @obernardovieira in #240
  • [feature] web3modal v3 by @obernardovieira in #241
  • [release] v4.1.0 by @obernardovieira in #243

Dependencies

Full Changelog: 4.0.5...4.1.0

4.0.5

10 Aug 11:04
1ee4a95
Compare
Choose a tag to compare

What's Changed

  • [feature] loan manager limit by @obernardovieira in #237

Full Changelog: 4.0.3...4.0.5

4.0.3

18 Jul 16:06
68de367
Compare
Choose a tag to compare

What's Changed

  • [chore] bump dependencies by @obernardovieira in #228
  • useBorrower and useLoanManager by @obernardovieira in #229
  • fix PACT airdrop + update loan manager comments + v4.0.3 by @obernardovieira in #234

Full Changelog: 4.0.0...4.0.3

4.0.0

29 Jun 10:14
f760605
Compare
Choose a tag to compare

What's Changed

  • WalletConnect v2 by @obernardovieira in #224
  • fix loan full repay by @obernardovieira in #226
  • Bump cookiejar from 2.1.3 to 2.1.4 by @dependabot in #197
  • Bump cookiejar from 2.1.3 to 2.1.4 in /example-web by @dependabot in #198
  • Bump ua-parser-js from 1.0.32 to 1.0.33 by @dependabot in #200
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #201
  • Bump ua-parser-js from 1.0.32 to 1.0.35 in /example-web by @dependabot in #223
  • Bump http-cache-semantics from 4.1.0 to 4.1.1 in /example-web by @dependabot in #202

New Contributors

Full Changelog: 3.4.0...4.0.0

3.4.0

19 Apr 18:33
4dfbe8e
Compare
Choose a tag to compare

What's Changed

  • fix loan period returning zero by @PauloSousapt in #220
  • refactor default currency by @obernardovieira in #221
  • fix airdrop countdown not updating at the end by @obernardovieira in #222

Full Changelog: 3.4.0-beta.1...3.4.0

3.4.0-beta.1

13 Apr 09:47
e986a6f
Compare
Choose a tag to compare
3.4.0-beta.1 Pre-release
Pre-release

What's Changed

  • refactor useBeneficiary by @obernardovieira in #219

Examples

Previously

const {
    beneficiary,
    claimCooldown,
    isClaimable,
    isReady,
    claim,
    community,
    fundsRemainingDays
    claim
} = useBeneficiary('0x13d9d460Bf4bbEE7c3ab53a29c5f23AeC64F8CB6');

After update

const {
    beneficiary,
    isReady,
    claim,
} = useBeneficiary('0x13d9d460Bf4bbEE7c3ab53a29c5f23AeC64F8CB6');
const { claimCooldown, isClaimable, community, fundsRemainingDays } = beneficiary;

Full Changelog: 3.3.7...3.4.0-beta.1

3.3.7

06 Apr 12:26
37548c4
Compare
Choose a tag to compare

What's Changed

  • add signTypedData to useSignatures by @obernardovieira in #217
  • MicroCredit mainnet address + version 3.3.7 by @obernardovieira in #218

Full Changelog: 3.3.6...3.3.7