Skip to content

Commit 68dce48

Browse files
committed
Prepare 1.6.0 drift release
1 parent f971d4c commit 68dce48

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

drift/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.6.0-dev
1+
## 1.6.0
22

33
- Add the `unique()` method to columns and the `uniqueKeys` override to tables
44
to define unique constraints in Dart tables.
@@ -10,6 +10,9 @@
1010
to access sqlite3 without any external JavaScript libraries, but requires you to
1111
add a [WebAssembly module](https://github.com/simolus3/sqlite3.dart/tree/main/sqlite3#wasm-web-support)
1212
to the `web/` folder.
13+
Please note that this specific library is not subject to semantic versioning
14+
until it leaves its experimental state. It also isn't suitable for production
15+
use at the moment.
1316
- Internally use `package:js` to wrap sql.js.
1417

1518
## 1.5.0

drift/lib/wasm.dart

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
/// This library is highly experimental and not production readdy at the moment.
55
/// It exists for development and testing purposes for interested users.
66
///
7+
/// While this library is marked as [experimental], it is not subject to
8+
/// semantic versioning. Future drift updates with a minor update might break
9+
/// APIs defined in this package or change the way data is persisted in
10+
/// backwards-incompatible ways.
11+
///
712
/// To use drift on the web, use the `package:drift/web.dart` library as
813
/// described in the [documentation](https://drift.simonbinder.eu/web/).
914
@experimental

0 commit comments

Comments
 (0)