Releases: DistributedObjectProtocol/dop
Releases · DistributedObjectProtocol/dop
1.4.0
03 Jul 09:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug fixed when throwing Error as RPC
max_remote_functions as fn filter, createRemoteFunctionFilter
1.0.2
29 Jan 18:37
Compare
Sorry, something went wrong.
No results found
Reject an RPC as 0 is converted to null
1.0.1
29 Jan 18:37
Compare
Sorry, something went wrong.
No results found
1.0.0
29 Jan 18:00
Compare
Sorry, something went wrong.
No results found
Completely new rewrite of the API and the Protocol
Implemented dop.getRequest()
13 Feb 15:35
Compare
Sorry, something went wrong.
No results found
Observer API broken
10 Feb 17:15
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.30.0
Mutations properties are underscore styled
Changed protocol
09 Aug 16:21
Compare
Sorry, something went wrong.
No results found
Added delete as undefined and undefined is just a special type
Registrable Classes and bug fixed
22 Jun 13:13
Compare
Sorry, something went wrong.
No results found
Bug fixed when unsubscribe and resubscribe same object
Allowing registrable Classes