All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
5.1.19 (2020-02-10)
Note: Version bump only for package js-libs
5.1.18 (2020-01-27)
Note: Version bump only for package js-libs
5.1.17 (2020-01-15)
Note: Version bump only for package js-libs
5.1.16 (2019-12-27)
Note: Version bump only for package js-libs
5.1.15 (2019-11-18)
Note: Version bump only for package js-libs
5.1.14 (2019-09-30)
5.1.13 (2019-09-13)
Note: Version bump only for package js-libs
5.1.12 (2019-09-02)
5.1.11 (2019-07-23)
Note: Version bump only for package js-libs
5.1.10 (2019-07-23)
5.1.9 (2019-07-11)
Note: Version bump only for package js-libs
5.1.8 (2019-07-11)
Note: Version bump only for package js-libs
5.1.7 (2019-06-25)
Note: Version bump only for package js-libs
5.1.6 (2019-06-11)
Note: Version bump only for package js-libs
5.1.5 (2019-05-31)
Note: Version bump only for package js-libs
5.1.4 (2019-05-24)
Note: Version bump only for package js-libs
5.1.3 (2019-04-05)
5.1.2 (2019-03-20)
5.1.1 (2019-03-13)
5.1.0 (2019-03-12)
5.0.1 (2019-03-07)
Note: Version bump only for package js-libs
5.0.0 (2019-03-05)
-
Observables do not emit the symbol RPC_LOADING anymore. They will only emit once a value is available. The operator withoutLoading has been removed as this is now the default behaviour.
-
refactor: Remove RPC_LOADING/withoutLoading
-
Fix error
switchMapPromise source and output can differ (number => BigNumber)
4.1.1 (2019-03-05)
4.1.0 (2019-03-05)
- createRpc & createPubSub: defer getApi & delay unsubscription (#197) (191f1d2)
- fix build errored in #197 (#201) (1e0790d)
4.0.3 (2019-02-04)
Note: Version bump only for package js-libs
4.0.2 (2019-01-22)
Note: Version bump only for package js-libs
4.0.1 (2019-01-22)
Note: Version bump only for package js-libs
4.0.0 (2019-01-22)
- Rewrite post$ to take a password and not use signer (689ae52)
post$
now requirespassphrase
in its options.
Non-constant contract method calls from makeContract
now require passphrase
in their options.
post$
now returns {estimated}?
{signed}
{sent}
{confirmed}
and postRaw$ now returns {sent}
{confirmed}