cbl 0.4.1 cbl: ^0.4.1 copied to clipboard
CouchbaseLite for Dart based on the C API. A NoSQL database with change notification, full text search and replication.
0.4.1 #
- FEAT: highlight error position in query parsing exception.
- CHORE: publish packages.
0.4.0 #
Note: This release has breaking changes.
- REFACTOR: migrate to new native callback API.
- BREAKING FEAT: improve
CouchbaseLite
andDatabase
APIs.
0.3.0+1 #
- STYLE: fix formatting.
- DOCS: add example.
0.3.0 #
Note: This release has breaking changes.
- FIX: actually store callback in
set logCallback
. - FEAT: add
Document.revisionId
. - FEAT: make
SessionAuthenticator.cookieName
nullable. - DOCS: add docs to a few properties.
- DOCS: fix wording.
- BREAKING FEAT: new Stream API for logging.
0.2.1 #
- FEAT: include database name in worker id.
- DOCS: add list of features to README.
0.2.0 #
Note: This release has breaking changes.
- DOCS: fix spelling.
- BREAKING FIX: fix name of
LogLevelExt.toLoggingLevel
.
0.1.0 #
- Initial release.