Releases: SapphireDb/sapphiredb-js
Releases · SapphireDb/sapphiredb-js
3.1.8
fixed build-packages for demo client publish
3.0.0
2.2.1
- 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
- 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
- added message topic glob-pattern support
2.1.2
added glob pattern support to messaging documentation
2.1.0: fixed build configuration
- update to Angular 9
- updated package references
- fixed smaller issues
2.0.0
- added offline support
- added long polling
- added prerendering of changes
update to 1.5.0
- changed calling of execute methods to dot seperated string
- added command result handling for multiple results (CreateRange, UpdateRange and DeleteRange)
1.4.0
- added support for async enumerables (streaming to and from client)
- added message sending with filters from clients and for multiple instances