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

Commit

Permalink
Prepare 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Oct 28, 2019
1 parent f464b7b commit 5667e24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.1.0

- Use extra_pedantic for stronger analysis_options
- Add more custom exceptions
- Add a `DbModel.sqlInsertIfNotExists` method
- Add a `preserveColumn` parameter to `DbModel.sqlUpsert`

## 4.0.0

- Add informative getters to the schema
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sqlcool
author: synw <[email protected]>
description: Easy api for Sqlite with reactivity bingings. Stream of changes, select bloc
description: Easy and reactive Sqlite. Stream of changes, select bloc, custom database models
homepage: https://github.com/synw/sqlcool

# The following defines the version and build number for your application.
Expand All @@ -9,7 +9,7 @@ homepage: https://github.com/synw/sqlcool
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 4.0.0
version: 4.1.0

environment:
sdk: ">=2.2.2 <3.0.0"
Expand Down

0 comments on commit 5667e24

Please sign in to comment.