Skip to content

Commit

Permalink
sembast v3.8.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Dec 4, 2024
1 parent bb29e64 commit a5f498b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sembast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
## 3.8.0
## 3.8.0+1

* Add `Query.getKey`, `Query.getKeys`, `Query.onKey`, `Query.onKeys`,
`Query.getKeySync`, `Query.getKeysSync`, `Query.onKeysSync`, `Query.onKeySync` methods
* Export json helpers from `utils/type_adapters.dart`

## 3.7.5+2

* Add `Timestamp.addDuration()` and `Timestamp.substractDuraction()`
* Add `Timestamp.difference()` and `Timestamp.zero`

## 3.7.4+3
## 3.7.4+4

* Add `DatabaseFactory.databaseExists(String path)` to check if a database exists.

Expand Down
2 changes: 1 addition & 1 deletion sembast/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sembast
version: 3.8.0
version: 3.8.0+1
description: NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
homepage: https://github.com/tekartik/sembast.dart/tree/master/sembast
topics:
Expand Down

0 comments on commit a5f498b

Please sign in to comment.