Releases: Geodan/cow
Bugfix for max websocket msg
Bugfix for max websocket msg
This release fixes a bug where the maximum message size was exceeded with missingRecords or requestedRecords.
It breaks the old moo protocol and is therefore incompatible with < 2.1 releases.
Minor fixes
- deltas are now by default ordered by timestamp
- empty strings are valid as data input
Bugfix for writing localdb
The release fixes a bug that was introduced at 2.0.1-alpha5 where updates from the local client were not saved to db on that same client.
Superpeer release
This release is mainly a refactoring of how the superpeer works.
Some dependencies have been removed as well.
Bugfix for indexeddb
This fixes a bug where a local this was referenced in a Promise (in delRecord).
Release for Eagle Water
This release has been drafted for use with the first release of Eagle Water.
Better transaction support in idb
Localstorage enabled again.
Added store.synced promise
Disabled local database, waiting for fix to improve load speed.
Added a store.synced promise that will tell wether the store has been synced for the first time.
Fix for core.activeUsers()
Merge pull request #156 from tomvantilburg/master merge from Tom