- 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)
- Improved artifacts publishing
- Added new library for Android
- Updated Couchbase Lite SDK to v3.0
- Updated Kotlin
- [IMPROVEMENT] Improved nullability of return type for asObjectFlow extension
- [BUGFIX] Added usage of sendBlocking instead of offer
First library release.
- Database extensions;
- Document extensions;
- Query extensions;
- Replicator extensions;
- ResultSet model mapping.