This repository was archived by the owner on Mar 10, 2022. It is now read-only.
2.0.0 Developer Build #21
Pre-release
Pre-release
Changes
- Major API updates, some highlighted changes include:
- Database.getDocument(id) will also return nil if the document was deleted.
- Use term
Valueinstead ofObjectforValue/Objectbased typesetters. - Allows specifying an
Executorfor posting changes when adding a change listener. This change has applied to Database, Replicator, and Query. - Removed LiveQuery and Query itself can listen for changes.
- Reorganize Query expressions - having Meta, Array, and Full-text expression into separated classes.
- Support Full-text match on multiple indexed properties.
- Revise API to inline with the standard naming convention.
- Default conflict resolver algorithm changes as follows:
- Deletion always wins.
- Longest generation wins or Max RevID wins if the generations are the same.
- Bug fixes
Detailed notes about this release
- see this document and for an API reference, see this page.
To get this build from Maven,
- please refer Getting Started document