Releases: MOLO17/couchbase-lite-kotlin
Releases · MOLO17/couchbase-lite-kotlin
v1.3.0
- 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
V1.2.0
Release v1.1.0
[IMPROVEMENT] Improved nullability of return type for asObjectFlow extension
[BUGFIX] Added usage of sendBlocking instead of offer
1.0.0
First library release.
- Database extensions;
- Document extensions;
- Query extensions;
- Replicator extensions;
- ResultSet model mapping.