Skip to content

Releases: MOLO17/couchbase-lite-kotlin

v1.3.0

24 Apr 07:32
Compare
Choose a tag to compare
  • Added collection support to changes flow
  • Updated libraries
  • Removed dependency from Android Framework in pure Kotlin module (thanks to @jeffdgr8 for the PR)
  • Removed explicit live query execution (thanks to @jeffdgr8 for the PR)
  • Improved QueryBuilder support (thanks to @jeffdgr8 for the PR)
  • Updated Java version to 17

v1.2.1

12 Apr 07:53
0a383ae
Compare
Choose a tag to compare
  • Improved artifacts publishing

V1.2.0

06 Apr 09:58
eb41b8c
Compare
Choose a tag to compare
  • Added new library for Android
  • Updated Couchbase Lite SDK to v3.0
  • Updated Kotlin

Release v1.1.0

17 Jun 18:14
Compare
Choose a tag to compare

[IMPROVEMENT] Improved nullability of return type for asObjectFlow extension
[BUGFIX] Added usage of sendBlocking instead of offer

1.0.0

27 Mar 11:10
Compare
Choose a tag to compare

First library release.

  • Database extensions;
  • Document extensions;
  • Query extensions;
  • Replicator extensions;
  • ResultSet model mapping.