Releases: mikolalysenko/mudb
Releases · mikolalysenko/mudb
0.19.0
Enhancements
- #153 new varint and relative varint schema types
- #158 replace
uws
with ws
in web socket; add a new uws socket for uWebSockets.js
backends
- #159 deprecate clock, delta, and state
0.18.0
Enhancements
- #141 A new schema type
MuOption
- #144 Add
MuSystemSchudler.now
as interface for system clock
Bug Fixes
- #140 Fix assign operation for some edge case
- #143 Ensure fromJSON always return data of specified type
v0.17.0
Enhancements
- #133 NEW
MuDelta
API for simpler more reliable snapshot streaming
- #135 NEW
MuScheduler
API for making integration testing easy and fast
v0.16.0
Enhancements
- #127 NEW schema type
MuBytes
for serializing Uint8Arrays
v0.15.0
Enhancements
- #125 NEW collaborative data structures
- MuRDAConstant
- MuRDARegister
- MuRDAStruct
- MuRDAMap
- MuRDAList
v0.14.0
Enhancements
- #117 NEW generic JSON schema type
- #123 built-in stable JSON stringify (less customizable, more performant)
- #126 bring back bandwidth tuning for string types and dictionary