Skip to content
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

Choose a tag to compare

@hideki hideki released this 20 Dec 22:12

Changes

  • Major API updates, some highlighted changes include:
    • Database.getDocument(id) will also return nil if the document was deleted.
    • Use term Value instead of Object for Value/Object based typesetters.
    • Allows specifying an Executor for 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

To get this build from Maven,