mirror of https://github.com/AMT-Cheif/drift.git
Prepare a round of releases
This commit is contained in:
parent
3b1da765f7
commit
c2bd6f27a5
|
@ -1,4 +1,4 @@
|
|||
name: analyzer_load_moor_plugin
|
||||
name: analyzer_load_drift_plugin
|
||||
version: 1.0.0
|
||||
description: This pubspec is a part of Drift and determines the version of the analyzer plugin to load
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
## 1.0.0
|
||||
|
||||
This is the initial release of the `drift_dev` package (formally known as `moor_generator`).
|
||||
For an overview of old `moor` releases, see its [changelog](https://pub.dev/packages/moor_generator/changelog).
|
|
@ -27,7 +27,7 @@ dependencies:
|
|||
# Moor-specific analysis and apis
|
||||
drift: ^1.0.0
|
||||
sqlite3: '>=0.1.6 <2.0.0'
|
||||
sqlparser: ^0.17.0
|
||||
sqlparser: ^0.18.0
|
||||
|
||||
# Dart analysis
|
||||
analyzer: "^2.1.0"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 4.6.0-dev
|
||||
## 4.6.0
|
||||
|
||||
- Add `DoUpdate.withExcluded` to refer to the excluded row in an upsert clause.
|
||||
- Add optional `where` clause to `DoUpdate` constructors
|
||||
|
@ -6,7 +6,7 @@
|
|||
### Important notice
|
||||
|
||||
Moor has been renamed to `drift`. This package will continue to be supported until the next major release (5.0.0),
|
||||
no intermediate action is needed.
|
||||
no immediate action is needed.
|
||||
|
||||
At the next breaking release, moor will be discontinued in favor of the `drift` package.
|
||||
Please consider migrating to `drift` at a suitable opportunity.
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
## 4.6.0
|
||||
|
||||
Moor has been renamed to `drift`. This package will continue to be supported until the next major release (5.0.0),
|
||||
no immediate action is needed.
|
||||
|
||||
At the next breaking release, moor will be discontinued in favor of the `drift` package.
|
||||
Please consider migrating to `drift` at a suitable opportunity.
|
||||
Automated migration tooling exists! See https://drift.simonbinder.eu/name for details.
|
||||
|
||||
## 4.5.1
|
||||
|
||||
- Fix generating parameters when `named_parameters_always_required` is enabled.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## 0.18.0-dev
|
||||
## 0.18.0
|
||||
|
||||
- Fix unecessary errors around `fts5` tables
|
||||
- Merge all moor-specific nodes into a single `visitMoorSpecific` visitor method
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.17.2
|
||||
version: 0.18.0
|
||||
homepage: https://github.com/simolus3/moor/tree/develop/sqlparser
|
||||
#homepage: https://moor.simonbinder.eu/
|
||||
issue_tracker: https://github.com/simolus3/moor/issues
|
||||
|
|
Loading…
Reference in New Issue