Skip to content

Latest commit

 

History

History
400 lines (183 loc) · 17 KB

CHANGELOG.md

File metadata and controls

400 lines (183 loc) · 17 KB

1.3.1 (2022-02-09)

Bug Fixes

1.3.0 (2022-02-09)

Bug Fixes

Features

1.2.5 (2022-02-07)

Bug Fixes

1.2.4 (2022-02-07)

Bug Fixes

1.2.3 (2022-02-07)

Bug Fixes

  • optional initializeOnMount type (6c5e4f0)

1.2.2 (2022-02-04)

Bug Fixes

1.2.1 (2022-01-29)

Bug Fixes

  • deps: bump node-fetch from 2.6.6 to 2.6.7 (#182) (b0280a6)

1.2.0 (2022-01-28)

Features

  • optionally initialize Moralis on mount (94d32c0)

1.1.1 (2022-01-28)

Bug Fixes

1.1.0 (2022-01-21)

Features

  • support for Moralis.SolanaAPI (efd9d12)

1.0.4 (2022-01-20)

Bug Fixes

1.0.3 (2022-01-20)

Bug Fixes

  • typescript fixes support for Moralis v.1.0.6 (#174) (9e3f574)

1.0.2 (2022-01-19)

Bug Fixes

  • deps: bump follow-redirects from 1.14.4 to 1.14.7 (#150) (d1e1166)

1.0.1 (2022-01-19)

Bug Fixes

  • typings after ethers support (989186a)

1.0.0 (2022-01-17)

Bug Fixes

  • remove unused web3Library (e83c2fa)

  • update provider on enableWeb3 (76f3837)

  • feat!: bump version (ae8d86b)

  • feat!: support for ethers refactor in moralis sdk (32df645)

Features

  • add hooks for fiat plugin (c1cfe24)
  • add hooks for opensea plugin (998589b)
  • add hooks for rarible plugin (3d248ce)
  • remove obsolete awaitReceipt (e1f55b5)

BREAKING CHANGES

  • Support for Moralis.Web3 refactor
  • changes to accommodate for the breaking changes in the SDK, where web3 has been replaced for ethers

1.0.0-beta.3 (2022-01-14)

Bug Fixes

  • remove unused web3Library (e83c2fa)

1.0.0-beta.2 (2022-01-14)

Bug Fixes

  • update provider on enableWeb3 (76f3837)

Features

  • remove obsolete awaitReceipt (e1f55b5)

1.0.0-beta.1 (2022-01-05)

  • feat!: support for ethers refactor in moralis sdk (32df645)

BREAKING CHANGES

  • changes to accommodate for the breaking changes in the SDK, where web3 has been replaced for ethers

0.4.0-beta.1 (2021-12-22)

Features

  • add hooks for fiat plugin (c1cfe24)
  • add hooks for opensea plugin (998589b)
  • add hooks for rarible plugin (3d248ce)

0.3.11 (2021-12-20)

Bug Fixes

  • check for params in useOneInchQuote (874176b)

0.3.10 (2021-12-20)

Bug Fixes

  • call to deprecated moralis.enable method (#102) (e0f02e4)

0.3.9 (2021-12-20)

Bug Fixes

Changelog

0.3.8 (2021-12-18)

0.3.7 (2021-12-18)

0.3.6 (2021-12-18)

0.3.5 (2021-12-18)

0.3.2 (2021-12-17)

Features

  • add blockexplorer for 0xa869 (b22c0b7)

0.3.1 (2021-12-06)

0.3.0 (2021-11-17)

Features

Bug Fixes

  • error logic in useChain (fe74e06)
  • moralis dependency version (4f1512d)

0.2.8 (2021-10-25)

Features

Bug Fixes

0.2.7 (2021-10-21)

Features

  • support for react-native environment (92a68bb)

0.2.6 (2021-10-12)

Features

  • initialize moralis via start function (2969060)

0.2.5 (2021-10-12)

0.2.4 (2021-09-30)

Features

  • add transfer and executefucnction hooks (db3c5d9)

0.2.3 (2021-09-13)

Features

  • add signingMessage as authentication option (9158b71)

0.2.2 (2021-09-08)

Features

  • add chainId option for auth and enable (01694cf)
  • add refetchUserData (a94198a)

0.2.1 (2021-08-26)

Features

  • add moralisWeb3 api calls (da9ec38)
  • update dependencies and use native TS (c4b3146)

Bug Fixes

  • use native typescript from moralis (36c1e3b)

0.2.0 (2021-07-09)

0.1.10 (2021-07-09)

Features

  • add walletconnect as provider (4364d7c)

Bug Fixes

  • isLoading state when no data (97b549b)

0.1.9 (2021-05-21)

Bug Fixes

0.1.8 (2021-05-20)

Features

  • remove automatic enable of web3 (af7bdac)
  • update dependency moralis 0.021 (3db629f)

0.1.7 (2021-05-19)

Features

  • enable elrond authentication (23811b8)

0.1.6 (2021-04-28)

0.1.6-alpha.0 (2021-04-28)

Bug Fixes

  • reset local user on logout (fce4730)

0.1.5 (2021-04-28)

Bug Fixes

  • revert user changes on failed save (f45d4df)

0.1.4 (2021-04-28)

0.1.3 (2021-04-28)

Bug Fixes

  • save local user state only after successfull Moralis save (f788947)

0.1.2 (2021-04-27)

Bug Fixes

  • account for non-window environment (169e5a1)
  • prevent authenticated without an user state (96b4fcb)

0.1.1 (2021-04-19)

0.1.0 (2021-04-19)

Features

  • add optional params to cloud function directly (b2092bd)

Bug Fixes

  • reset errors consistently (49e90d3)

0.0.4 (2021-04-17)

0.0.4-alpha.0 (2021-04-17)

Features

  • add callbacks on async requests (a34a5e1)
  • add useNewMoralisObject hook (705d070)
  • allow throwing errors on async functions (01f0dc9)

Bug Fixes

  • correctly unsubscribe for subscription listeners (71b0481)
  • sync user state correctly after authenticating (ddacc91)

0.0.3 (2021-04-15)

0.0.2 (2021-04-15)

0.0.1 (2021-04-15)

0.0.1-alpha.0 (2021-04-15)

0.0.1-0 (2021-04-15)

Features