sembast 2.1.2+2 
sembast: ^2.1.2+2 copied to clipboard
NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
2.1.2+2 #
- Pedantic 1.9 support
 - Fix 
Store.dropbehavior 
2.1.1 #
- Add 
RecordsRef.addtoRecordsRef.updateto insert/update multiple records. 
2.1.0+1 #
- Add code documentation, code coverage and build badges
 
2.1.0 #
- Remove 
loggingdependency 
2.0.1+2 #
- Add 
RecordRef.addto insert a record if it does not exist. - BREAKING CHANGE 
RecordsRef.putreturns the list of values not the list of keys 
2.0.0+1 #
- No change. Currently deprecated APIs will be removed.
 
1.19.0-dev.3 #
- Deprecated old APIs
 
1.17.2+2 #
- Add 
QueryRef.getSnapshot - BREAKING CHANGE 
RecordRef.putreturns the value not the key 
1.17.1 #
- Add 
StoreRef.addAll 
1.17.0 #
- Sdk 2.5.0 support
 
1.16.0+3 #
- Add record and query change tracking
 - Fix 
onVersionChangedhangs if compact is triggered 
1.15.4+1 #
- Fix inner map merging when updating a record
 
1.15.3 #
- Enforce 
Map<String, dynamic>for maps in the store API - Add 
cloneMaputility to allow modifying a read record 
1.15.2 #
- Add the ability to escape keys with dot in their names for updates and queries (filter, sort)
 - Fix codec signature check to compare the decrypted value instead of the encrypted one
 
1.15.1 #
- Add custom filter support and allow filtering on list content for 
Filter.equalsandFilter.matches 
1.15.0 #
- Add new API to allow strict typing on keys and values
 
1.14.0 #
- Make the database work in 
cooperatemode to avoid stuttering with big databases on Flutter - Commit changes lazily to the storage
 
1.13.3 #
- Add support for user-defined codec to allow encryption
 
1.13.0 #
- Add support for nested dotted fields, i.e. 
'path.sub'allow setting/getting/filtering/sorting onpathinner valuesub - support for boundaries (
startandend) in a query with sort orders 
1.12.0 #
- Add 
Filter.matchsfor regular expression filtering - Add 
rootPathsupport forDatabaseFactoryIoto allow relative path to a root folder 
1.10.1 #
- Add 
updatemethod to allow updating partially a Map record - Add 
updateRecordsutility methods to update multiple records based on a a filter - properly clone each value when written and read
 
1.9.5 #
- Fix database manipulation issues during onVersionChanged
 
1.9.4 #
- Add value_utils to help comparing value and arrays
 
1.9.1 #
- New transaction API
 - dart2 only
 
1.8.0 #
- fix flutter cast issue
 - fix limit/offset implementation
 - Update synchronized dependency
 - make all constants lowercase
 
1.7.0 #
- mode 
databaseModeNeverFailsis the new default - API cleanup and add deprecations
 
1.6.1 #
- Add 
implicit-cast: falsesupport 
1.6.0 #
- Add bool support https://github.com/tekartik/sembast.dart/pull/4
 
1.5.0 #
- Update synchronized dependency
 - Add DatabaseMode.NEVER_FAILS that will ignore the file once a corrupted record is encountered
 
1.3.9 #
- Add web example to test ddc support
 - Fix transaction
 
1.3.7 #
- Strong mode support
 - support for setting record field directly
 - fix support for dart 1.24
 
1.3.1 #
- Add support for import/export
 
1.2.2 #
- Add for support for isNull and notNull filter
 - Add for support for sorting null last
 - Travis test integration
 
1.0.0 #
- Initial revision