drift/drift_dev/CHANGELOG.md

20 lines
675 B
Markdown
Raw Normal View History

2021-12-23 08:38:49 -08:00
## 1.1.1
2021-12-19 10:45:20 -08:00
- Improve error handling around custom row classes.
2021-12-11 04:17:37 -08:00
## 1.1.0
2021-10-14 12:44:44 -07:00
- Consider `drift`-named files when generating schema migrations ([#1486](https://github.com/simolus3/moor/issues/1486))
- Emit correct SQL code when using arrays with the `new_sql_code_generation`
option in specific scenarios.
2021-11-24 14:11:59 -08:00
- Transform `.moor.dart` part files in the `migrate` command.
2021-10-14 12:44:44 -07:00
## 1.0.2
- Also transform `analysis_options.yaml` files in the `drift_dev migrate` command.
2021-10-12 05:26:53 -07:00
## 1.0.1
2021-10-11 06:55:01 -07:00
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).