Releases: impactMarket/utils
Releases · impactMarket/utils
4.1.3
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
4.1.1
4.1.0
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
- Bump get-func-name from 2.0.0 to 2.0.2 by @dependabot in #242
- Bump graphql from 16.7.1 to 16.8.1 by @dependabot in #239
Full Changelog: 4.0.5...4.1.0
4.0.5
4.0.3
4.0.0
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
- @dependabot made their first contribution in #197
Full Changelog: 3.4.0...4.0.0
3.4.0
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
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