Skip to content

Releases: DistributedObjectProtocol/dop

1.4.0

03 Jul 09:51

Choose a tag to compare

  • Naming Function to Rpc
  • createRemoteFunctionFilter is now rpcFilter
  • We do not store RPC created from the other side
  • Fixed bug generating id for local functions
  • Implemented registerRpc & createRpc

1.3.0

03 Jun 20:04

Choose a tag to compare

  • Bug fixed when throwing Error as RPC
  • max_remote_functions as fn filter, createRemoteFunctionFilter

1.0.2

29 Jan 18:37

Choose a tag to compare

Reject an RPC as 0 is converted to null

1.0.1

29 Jan 18:37

Choose a tag to compare

addType

1.0.0

29 Jan 18:00

Choose a tag to compare

Completely new rewrite of the API and the Protocol

Implemented dop.getRequest()

13 Feb 15:35

Choose a tag to compare

Observer API broken

10 Feb 17:15

Choose a tag to compare

We change from

const observer = dop.createObserver(m=>{ ... }) observer.observe(object, 'property') observer.observe(object)

To

const observer = dop.createObserver(m=>{ ... }) observer.observeProperty(object, 'property') observer.observeObject(object)

Also implemented observer.observeAll(object)

Mutations properties are underscore styled

10 Aug 17:35

Choose a tag to compare

0.30.0 Mutations properties are underscore styled

Changed protocol

09 Aug 16:21

Choose a tag to compare

Added delete as undefined and undefined is just a special type

Registrable Classes and bug fixed

22 Jun 13:13

Choose a tag to compare

  • Bug fixed when unsubscribe and resubscribe same object
  • Allowing registrable Classes