Skip to content

Releases: morrislaptop/vue-web3

v2.1.0

28 Aug 09:11
Compare
Choose a tag to compare

2.1.0 (2018-08-28)

Features

  • Update to latest versions (ba0e804)

v2.0.0

17 Mar 17:17
Compare
Choose a tag to compare

2.0.0 (2018-03-17)

Performance Improvements

  • web3: Remove dependenecies (cb1c870)

BREAKING CHANGES

  • web3: The provider option has been removed.
    Create and pass your web3 instance directly into the library.

v1.1.2

14 Mar 08:23
Compare
Choose a tag to compare

1.1.2 (2018-03-14)

Bug Fixes

  • events: getPastEvents and then load more events (832c576)

v1.1.1

14 Mar 04:49
Compare
Choose a tag to compare

1.1.1 (2018-03-14)

Bug Fixes

  • newBlockHeaders: Add delay before getting block (2f6e5f1)

v1.1.0

05 Mar 18:16
Compare
Choose a tag to compare

1.1.0 (2018-03-05)

Bug Fixes

  • calls: Report errors when subscribing to newBlockHeaders fails (9e08e88)
  • events: Sensible defaults when subscribing to events (9b15784)
  • events: Throw error when subscribing to events fails (a29c2e2)

Features

  • calls: Allow specifying arguments to pass to call methods (14694a3)

v1.0.1

05 Mar 14:15
Compare
Choose a tag to compare

1.0.1 (2018-03-05)

Bug Fixes

v1.0.0

04 Mar 19:58
Compare
Choose a tag to compare

1.0.0 (2018-03-04)

Bug Fixes

  • circleci: CircleCI doesnt have NPX (e77978b)
  • circleci: Correct testing command (373e652)