Skip to content

Commit

Permalink
[sembast_web] v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Mar 15, 2024
1 parent 0d4ab18 commit 0c225ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sembast_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.3.0-0
## 2.3.0

* web and js_interop (for wasm) support

Expand Down
1 change: 1 addition & 0 deletions sembast_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Future main() async {
* Transactions are cross-tab safe (since 0.1.0+4)
* Codec are not supported. Web is not safe anyway. Encrypt fields as needed.
* Transactions must be idempotent (i.e. they must produce the same result if run twice) as they might run again in case of concurrent access.
* WASM support as of 2.3.0 (legacy html version available through `sembast_web_html.dart` import)

## How it works

Expand Down
4 changes: 2 additions & 2 deletions sembast_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sembast_web
description: NoSQL persistent embedded database for the Web on top of IndexedDB
version: 2.3.0-1
version: 2.3.0
homepage: https://github.com/tekartik/sembast.dart/tree/master/sembast_web
topics:
- nosql
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
web: '>=0.5.0 <2.0.0'
sembast: '>=3.4.3 <5.0.0'
idb_shim: '>=2.4.0-4 <4.0.0'
idb_shim: '>=2.4.0 <4.0.0'
synchronized: '>=3.0.1 <5.0.0'
dev_dependencies:
lints: '>=1.0.1'
Expand Down

0 comments on commit 0c225ad

Please sign in to comment.