Releases: slim-gears/rxrpc-js
Releases · slim-gears/rxrpc-js
0.5.35
0.5.25: add interceptors for http transport options (#20)
* add intercptors in http options * add interceptors headers to connect + fix to close + fix tests * fix typo Signed-off-by: Koaz <[email protected]>
0.5.24: Dev rxrpc js http transport merge (#18)
* Adding Http transport * fixing unnecessary rebuilds * fix polling empty-string bug, and change polling period to 1sec * getting the data as JSON instead of string * handling subscribtion in post function Co-authored-by: Mohaban, Assaf <[email protected]>
Adding HTTP transport
Adding Http transport (#13) Co-authored-by: Mohaban, Assaf <[email protected]>
0.5.20
Updating to ES2015 module (#11) Co-authored-by: brusid <[email protected]>
0.5.18
Update rxrpc-client.ts (#9) Replace shareReplay with share becasue JavaScript does not support multi-threading because the JavaScript interpreter in the browser is a single thread (AFAIK). Even Google Chrome will not let a single web page's JavaScript run concurrently because this would cause massive concurrency issues in existing web pages. Also we saw that it working as expected using log prints.
0.5.14: add observConnected to RxrpcInvoker and RxrpcClient (#7)
Signed-off-by: koazu1 <[email protected]> Co-authored-by: koazu1 <[email protected]>