File tree 5 files changed +37
-3
lines changed
5 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2024-11-01
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` sqlite_async ` - ` v0.10.1 ` ] ( #sqlite_async---v0101 )
19
+ - [ ` drift_sqlite_async ` - ` v0.2.0-alpha.3 ` ] ( #drift_sqlite_async---v020-alpha3 )
20
+
21
+ ---
22
+
23
+ #### ` sqlite_async ` - ` v0.10.1 `
24
+
25
+ - For database setups not using a shared worker, use a ` BroadcastChannel ` to share updates across different tabs.
26
+
27
+ #### ` drift_sqlite_async ` - ` v0.2.0-alpha.3 `
28
+
29
+ - Bump ` sqlite_async ` to v0.10.1
30
+
31
+
6
32
## 2024-10-28
7
33
8
34
### Changes
Original file line number Diff line number Diff line change
1
+ ## 0.2.0-alpha.3
2
+
3
+ - Bump ` sqlite_async ` to v0.10.1
4
+
1
5
## 0.2.0-alpha.2
2
6
3
7
- Bump ` sqlite_async ` to v0.10.0
Original file line number Diff line number Diff line change 1
1
name : drift_sqlite_async
2
- version : 0.2.0-alpha.2
2
+ version : 0.2.0-alpha.3
3
3
homepage : https://github.com/powersync-ja/sqlite_async.dart
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
description : Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -15,7 +15,7 @@ environment:
15
15
sdk : " >=3.0.0 <4.0.0"
16
16
dependencies :
17
17
drift : " >=2.19.0 <3.0.0"
18
- sqlite_async : ^0.10.0
18
+ sqlite_async : ^0.10.1
19
19
dev_dependencies :
20
20
build_runner : ^2.4.8
21
21
drift_dev : " >=2.19.0 <3.0.0"
Original file line number Diff line number Diff line change
1
+ ## 0.10.1
2
+
3
+ - For database setups not using a shared worker, use a ` BroadcastChannel ` to share updates across different tabs.
4
+
1
5
## 0.10.0
2
6
3
7
- Add the ` exposeEndpoint() ` method available on web databases. It returns a serializable
Original file line number Diff line number Diff line change 1
1
name : sqlite_async
2
2
description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3
- version : 0.10.0
3
+ version : 0.10.1
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
6
sdk : " >=3.4.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments