Skip to content

Releases: Couchbase-Ecosystem/cblite-js

0.1.8

13 Jun 19:05
0b80c8e
Compare
Choose a tag to compare

This update is for the first official beta of cbl-ionic for iOS and Android.

0.1.6

30 May 15:43
850f160
Compare
Choose a tag to compare

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:
    • Query
    • Collection
  • Improved JS Docs on several APIs

0.1.5

20 May 23:11
3597ee8
Compare
Choose a tag to compare

Fixed change listeners for:

-Collection
-Collection Documents
-Live Query (Query Change Listeners)

0.1.4

14 May 16:17
2ae5ca4
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

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

09 May 13:02
ed3544c
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

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

30 Apr 03:16
e0d93e9
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

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

0.1.0

24 Apr 13:09
2a62183
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release