UNPKG

@parity/light.js

Version:

A high-level reactive JS library optimized for light clients

266 lines (77 loc) 7.25 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [5.1.19](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.18...v5.1.19) (2020-02-10) **Note:** Version bump only for package @parity/light.js ## [5.1.18](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.17...v5.1.18) (2020-01-27) **Note:** Version bump only for package @parity/light.js ## [5.1.17](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.16...v5.1.17) (2020-01-15) **Note:** Version bump only for package @parity/light.js ## [5.1.16](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.15...v5.1.16) (2019-12-27) **Note:** Version bump only for package @parity/light.js ## [5.1.15](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.14...v5.1.15) (2019-11-18) **Note:** Version bump only for package @parity/light.js ## [5.1.14](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.13...v5.1.14) (2019-09-30) **Note:** Version bump only for package @parity/light.js ## [5.1.13](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.12...v5.1.13) (2019-09-13) **Note:** Version bump only for package @parity/light.js ## [5.1.12](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.11...v5.1.12) (2019-09-02) ### Bug Fixes * Regenerate yarn lock (security patch) ([#226](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/226)) ([852e67c](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/852e67c)) ## [5.1.11](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.10...v5.1.11) (2019-07-23) **Note:** Version bump only for package @parity/light.js ## [5.1.10](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.9...v5.1.10) (2019-07-23) **Note:** Version bump only for package @parity/light.js ## [5.1.9](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.8...v5.1.9) (2019-07-11) **Note:** Version bump only for package @parity/light.js ## [5.1.8](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.7...v5.1.8) (2019-07-11) **Note:** Version bump only for package @parity/light.js ## [5.1.7](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.6...v5.1.7) (2019-06-25) **Note:** Version bump only for package @parity/light.js ## [5.1.6](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.5...v5.1.6) (2019-06-11) **Note:** Version bump only for package @parity/light.js ## [5.1.5](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.4...v5.1.5) (2019-05-31) **Note:** Version bump only for package @parity/light.js ## [5.1.4](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.3...v5.1.4) (2019-05-24) **Note:** Version bump only for package @parity/light.js ## [5.1.3](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.2...v5.1.3) (2019-04-05) ### Performance Improvements * **light.js:** Use getTransactionByHash instead of getTransactionReceipt ([#213](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/213)) ([9a82e16](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/9a82e16)) ## [5.1.2](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.1...v5.1.2) (2019-03-20) **Note:** Version bump only for package @parity/light.js ## [5.1.1](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.1.0...v5.1.1) (2019-03-13) **Note:** Version bump only for package @parity/light.js # [5.1.0](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.0.1...v5.1.0) (2019-03-12) ### Features * add versionInfo$ ([#205](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/205)) ([e18d839](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/e18d839)) ## [5.0.1](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v5.0.0...v5.0.1) (2019-03-07) **Note:** Version bump only for package @parity/light.js # [5.0.0](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.1.1...v5.0.0) (2019-03-05) ### Code Refactoring * Remove RPC_LOADING/withoutLoading ([#200](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/200)) ([ae9ea03](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/ae9ea03)) ### BREAKING CHANGES * 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](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.1.0...v4.1.1) (2019-03-05) **Note:** Version bump only for package @parity/light.js # [4.1.0](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.0.3...v4.1.0) (2019-03-05) ### Features * createRpc & createPubSub: defer getApi & delay unsubscription ([#197](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/197)) ([191f1d2](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/191f1d2)) * fix build errored in [#197](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/197) ([#201](https://github.com/paritytech/js-libs/tree/master/packages/light.js/issues/201)) ([1e0790d](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/1e0790d)) ## [4.0.3](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.0.2...v4.0.3) (2019-02-04) **Note:** Version bump only for package @parity/light.js ## [4.0.2](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.0.1...v4.0.2) (2019-01-22) **Note:** Version bump only for package @parity/light.js ## [4.0.1](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v4.0.0...v4.0.1) (2019-01-22) **Note:** Version bump only for package @parity/light.js # [4.0.0](https://github.com/paritytech/js-libs/tree/master/packages/light.js/compare/v3.0.31...v4.0.0) (2019-01-22) ### Code Refactoring * Rewrite post$ to take a password and not use signer ([689ae52](https://github.com/paritytech/js-libs/tree/master/packages/light.js/commit/689ae52)) ### BREAKING CHANGES * `post$` now requires `passphrase` 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}`