Releases: Couchbase-Ecosystem/cblite-js
Releases · Couchbase-Ecosystem/cblite-js
0.1.8
This update is for the first official beta of cbl-ionic for iOS and Android.
0.1.6
Fixed issues with Replication
- Fixed Replication Configuration serialization and setting
- Fixed Replication Collection Configuration
- Updated e2e tests for testing replicator with collections
- Fixed a few bugs in:
- Improved JS Docs on several APIs
0.1.5
Fixed change listeners for:
-Collection
-Collection Documents
-Live Query (Query Change Listeners)
0.1.4
Updated both Query and Mutable Docs to fix issues with Query Parameters.
- Updated Query Parameters
- Updated Query
- Updated MutableDocument to better match Native SDKs API surface
- Updated Tests for Query Parameters
0.1.2
Updated
- Fixed issues with collections method overloading
- Added tests for scopes and collections
- Fixed Database tests
- Fixed Indexes tests
- Added sample data for Query Tests
0.1.1
Updated SQL++ Query implementation:
- fixed issues with Result object definition
- fixed issues with ResultSet object definition
- fixed issues with interface definition to run queries from query_Execute vs database_queryExecute to properly call Swift code