Skip to content

Releases: decentraland/mini-rpc

1.0.7

20 Aug 19:05
42afebf
Compare
Choose a tag to compare

What's Changed

  • fix: move queue logic from Transport to RPC by @cazala in #6

Full Changelog: 1.0.6...1.0.7

1.0.6

03 Aug 17:13
74cac31
Compare
Choose a tag to compare

What's Changed

  • fix: always send pong back by @cazala in #5

Full Changelog: 1.0.5...1.0.6

1.0.5

03 Aug 15:46
0cc4eb6
Compare
Choose a tag to compare

What's Changed

  • refactor: move transport outside of rpc namespace by @cazala in #4

Full Changelog: 1.0.4...1.0.5

1.0.4

02 Aug 20:37
097e87e
Compare
Choose a tag to compare

What's Changed

  • feat: added in-memory transport by @cazala in #3

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Jul 16:16
1f543c9
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @cazala made their first contribution in #1

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Jul 04:42
6184cb0
Compare
Choose a tag to compare

Make events optional

1.0.1

28 Jul 04:10
5b02474
Compare
Choose a tag to compare

Moved several dependencies to devDependencies

1.0.0

27 Jul 21:27
fe5445a
Compare
Choose a tag to compare

This initial release allows you to create simple client/server or event emitters over an abstract transport, and it includes one transport implementation MessageTransport which lets you connect two different documents and communicates using postMessage.