couchbase_lite_dart 0.4.0 copy "couchbase_lite_dart: ^0.4.0" to clipboard
couchbase_lite_dart: ^0.4.0 copied to clipboard

Dart implementation of Couchbase Lite is an embedded, NoSQL JSON Document Style database.

0.4.0 #

  • (!!) Queries now return a ResultSet object instead of a Dart list. Use ResultSet.allResults to get the previous behaviour.
  • (!!) Renamed Document jsonProperties setter/getter to json
  • (+) Document constructor's data accepts FLValue, a json string or json-encodable object as input
  • (+) Documents now can hold a reference to the database and have save, delete, expiration methods
  • (+) FLArray has two new constructors fromList and fromJson
  • (+) FLDict has two new constructors fromMap and fromJson
  • (+) FLArray and FLDict support keypath accessor similar to FLValue as FLArray() and FLDict(). Normal key access using [] is unchanged.
  • (+) Implemented CBLLog class to manage messages that Couchbase Lite logs at runtime. Ability to control the domain and level of messages logged to either the console, file or a callback registered by the application.
  • Fix mutable document's nested properties not being mutable
  • Clean up listeners and other C callbacks implementation
  • Fix database and document listeners on Android
  • Fix blob getContent not returning the correct value
  • Added tests for Document, Blob and the Fleece classes
  • Lots of fixes and improvements in code structure and documentation

0.3.1 #

  • Fix query parameter setter

0.3.0 #

  • Added stream based API for Blobs
  • Replicator conflict resolver
  • Add keypath support for FLDict
  • Fix FLDictEntryIterator not returning keys as strings
  • Fix new document properties not being initialized
  • Fix the way dll is included

0.2.0 #

  • Blobs - Added basic support for blobs
  • Improve Document properties API
  • Allow queries to be written as multiline strings
  • Fix crash when updating already existing property of document
  • Fix crash on Android when creating replicator
  • Fix (live) queries not being released when removing change listeners

0.1.0+2 #

  • Moved the ffi bindings into their own library to improve the documetntation generated by dartdoc.

0.1.0 #

  • Database: Open, Close, Copy, Compact, Delete, Batch operations, Change notifications, document change notifications, Buffered notifications
  • Document CRUD - Create, Read, Udpdate, Delete, Save conflict handler, Document expiration, with automatic purge Fleece API for direct access to the binary data
  • Queries N1QL query language, Query parameters, Explain, "Live queries" - change listener
  • Replication Authentication: Basic and Session based, Pull/push filters, channels, Status listeners
17
likes
40
points
65
downloads

Publisher

verified publisherdivemanager.app

Weekly Downloads

Dart implementation of Couchbase Lite is an embedded, NoSQL JSON Document Style database.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, meta, path, uuid

More

Packages that depend on couchbase_lite_dart