mirror of https://github.com/AMT-Cheif/drift.git
⬆️ Upgrade version number
This commit is contained in:
parent
4030db4c5f
commit
d7ef374677
|
@ -1,3 +1,8 @@
|
||||||
|
## 2.3.0
|
||||||
|
|
||||||
|
- Add `textEnum` column builder and `EnumNameConverter` to be able to store enum
|
||||||
|
values as string.
|
||||||
|
|
||||||
## 2.3.0-dev
|
## 2.3.0-dev
|
||||||
|
|
||||||
- Add the `JsonTypeConverter2` mixin. It behaves similar to the existing json
|
- Add the `JsonTypeConverter2` mixin. It behaves similar to the existing json
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift
|
name: drift
|
||||||
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
description: Drift is a reactive library to store relational data in Dart and Flutter applications.
|
||||||
version: 2.3.0-dev
|
version: 2.3.0
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/
|
homepage: https://drift.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 2.3.0
|
||||||
|
|
||||||
|
- Add the support for `textEnum`.
|
||||||
|
|
||||||
## 2.2.0+1
|
## 2.2.0+1
|
||||||
|
|
||||||
- __Potentially breaking bug-fix__: Fix the nullability of columns generated for
|
- __Potentially breaking bug-fix__: Fix the nullability of columns generated for
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: drift_dev
|
name: drift_dev
|
||||||
description: Dev-dependency for users of drift. Contains a the generator and development tools.
|
description: Dev-dependency for users of drift. Contains a the generator and development tools.
|
||||||
version: 2.3.0-dev
|
version: 2.3.0
|
||||||
repository: https://github.com/simolus3/drift
|
repository: https://github.com/simolus3/drift
|
||||||
homepage: https://drift.simonbinder.eu/
|
homepage: https://drift.simonbinder.eu/
|
||||||
issue_tracker: https://github.com/simolus3/drift/issues
|
issue_tracker: https://github.com/simolus3/drift/issues
|
||||||
|
|
Loading…
Reference in New Issue