Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Commit 81bc552

Browse files
committed
Prepare 2.8.0
1 parent 2dbb748 commit 81bc552

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.8.0
4+
5+
- Add the `batchInsert` method
6+
- Add the `schema` parameter to `init`
7+
- Improve the `count` method
8+
- Update the changefeed from batchInsert
9+
- Fix nullables in schema constructor
10+
- Improve `foreignKey` in schema constructor
11+
312
## 2.7.0
413

514
- Add the database schema constructor

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: https://github.com/synw/sqlcool
99
# Both the version and the builder number may be overridden in flutter
1010
# build by specifying --build-name and --build-number, respectively.
1111
# Read more about versioning at semver.org.
12-
version: 2.7.0
12+
version: 2.8.0
1313

1414
environment:
1515
sdk: ">=2.0.0-dev.68.0 <3.0.0"

0 commit comments

Comments
 (0)