File tree 6 files changed +45
-3
lines changed
6 files changed +45
-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-08-20
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.8.2 ` ] ( #sqlite_async---v082 )
19
+ - [ ` drift_sqlite_async ` - ` v0.1.0-alpha.5 ` ] ( #drift_sqlite_async---v010-alpha5 )
20
+
21
+ Packages with dependency updates only:
22
+
23
+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24
+
25
+ - ` drift_sqlite_async ` - ` v0.1.0-alpha.5 `
26
+
27
+ ---
28
+
29
+ #### ` sqlite_async ` - ` v0.8.2 `
30
+
31
+ - ** FEAT** : Added ` refreshSchema() ` , allowing queries and watch calls to work against updated schemas.
32
+
33
+
6
34
## 2024-07-10
7
35
8
36
### Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: sqlite_async_monorepo
3
3
packages :
4
4
- packages/**
5
5
6
+ command :
7
+ version :
8
+ changelog : false
9
+ packageFilters :
10
+ noPrivate : true
11
+
6
12
scripts :
7
13
prepare : melos bootstrap && melos prepare:compile:webworker && melos prepare:sqlite:wasm
8
14
Original file line number Diff line number Diff line change
1
+ ## 0.1.0-alpha.5
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 0.1.0-alpha.4
2
6
3
7
- Import ` sqlite3_common ` instead of ` sqlite3 ` for web support.
Original file line number Diff line number Diff line change 1
1
name : drift_sqlite_async
2
- version : 0.1.0-alpha.4
2
+ version : 0.1.0-alpha.5
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.15.0 <2.19.0"
18
- sqlite_async : ^0.8.1
18
+ sqlite_async : ^0.8.2
19
19
dev_dependencies :
20
20
build_runner : ^2.4.8
21
21
drift_dev : " >=2.15.0 <2.19.0"
Original file line number Diff line number Diff line change
1
+ ## 0.8.2
2
+
3
+ - ** FEAT** : Added ` refreshSchema() ` , allowing queries and watch calls to work against updated schemas.
4
+
1
5
## 0.8.1
2
6
3
7
- Added Navigator locks for web ` Mutex ` s.
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.8.1
3
+ version : 0.8.2
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