drift/moor_flutter/CHANGELOG.md

18 lines
618 B
Markdown
Raw Normal View History

2019-03-27 10:56:14 -07:00
## 1.2.0
Changes from the moor and moor_generator libraries:
- __Breaking__: Generated DAO classes are now called `_$YourNameHere`, it used to
be just `_YourNameHere` (without the dollar sign)
- Blob data type
- `insertOrReplace` method for insert statements
- DAOs can now operate on transactions
- Custom constraints
- Query streams are now cached so that equal queries yield identical streams.
This can improve performance.
- Generated classes now use lazy getters instead of recalculating fields on each access
- Data classes can be converted from and to json
2019-03-10 04:54:50 -07:00
## 1.1.0
- Transactions
## 1.0.0
- Initial release