[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: SapphireDb/sapphiredb-js

3.1.8

01 Jul 20:41
Compare
Choose a tag to compare
3.1.8 Pre-release
Pre-release
fixed build-packages for demo client publish

3.0.0

25 Jul 16:46
Compare
Choose a tag to compare
  • added connection loss during execution
  • updated used auth token state for invalid auth token
  • added auth token check on reconnect

2.2.1

22 Jul 18:19
Compare
Choose a tag to compare
  • added auth token states not_set and validating
  • added waiting for auth token before connecting/sending commands
  • added startup auth token support

2.2.0

20 Jun 16:34
Compare
Choose a tag to compare
  • removed splitting of collection name on client side
  • removed info command
  • fixed websocket as default connection type
  • improved immutability in update method
  • improved offline preview
  • added primary key annotation for local class type definition
  • improved offline helper client side changes processing

2.1.3

04 Apr 14:37
Compare
Choose a tag to compare
  • added message topic glob-pattern support

2.1.2

04 Apr 14:36
Compare
Choose a tag to compare
added glob pattern support to messaging documentation

2.1.0: fixed build configuration

21 Mar 14:09
Compare
Choose a tag to compare
  • update to Angular 9
  • updated package references
  • fixed smaller issues

2.0.0

24 Feb 16:54
Compare
Choose a tag to compare
  • added offline support
  • added long polling
  • added prerendering of changes

update to 1.5.0

18 Feb 21:46
Compare
Choose a tag to compare
  • changed calling of execute methods to dot seperated string
  • added command result handling for multiple results (CreateRange, UpdateRange and DeleteRange)

1.4.0

08 Feb 11:35
Compare
Choose a tag to compare
  • added support for async enumerables (streaming to and from client)
  • added message sending with filters from clients and for multiple instances