|
| 1 | +0.4.0 (2019-10-31) |
| 2 | +------------------ |
| 3 | +* Flutter Android support |
| 4 | +* Queries for all currently supported types |
| 5 | + (thanks [Jasm Sison](https://github.com/Buggaboo) for [#27](https://github.com/objectbox/objectbox-dart/pull/27) and [#46](https://github.com/objectbox/objectbox-dart/pull/46)] |
| 6 | +* More Box functions (count, isEmpty, contains, remove and their bulk variants) |
| 7 | + (thanks [liquidiert](https://github.com/liquidiert) for [#42](https://github.com/objectbox/objectbox-dart/pull/42) and [#45](https://github.com/objectbox/objectbox-dart/pull/45)] |
| 8 | +* Explicit write transactions |
| 9 | + (thanks [liquidiert](https://github.com/liquidiert) for [#50](https://github.com/objectbox/objectbox-dart/pull/50)] |
| 10 | +* Resolved linter issues |
| 11 | + (thanks [Gregory Sech](https://github.com/GregorySech) for [#31](https://github.com/objectbox/objectbox-dart/pull/31)] |
| 12 | +* Updated to objectbox-c 0.7.2 |
| 13 | +* First release on pub.dev |
| 14 | + |
1 | 15 | 0.3.0 (2019-10-15) |
2 | 16 | ------------------ |
3 | 17 | * ID/UID generation and model persistence (objectbox-model.json) |
4 | 18 | * CI tests using GitHub Actions |
5 | 19 | * Code cleanup, refactoring and formatting |
6 | | - (thanks [Buggaboo](https://github.com/Buggaboo) for [#20](https://github.com/objectbox/objectbox-dart/pull/20) & [#21](https://github.com/objectbox/objectbox-dart/pull/21)] |
| 20 | + (thanks [Jasm Sison](https://github.com/Buggaboo) for [#20](https://github.com/objectbox/objectbox-dart/pull/20) & [#21](https://github.com/objectbox/objectbox-dart/pull/21)] |
7 | 21 |
|
8 | 22 | 0.2.0 (2019-09-11) |
9 | | ------------------- |
| 23 | +------------------Buggaboo |
10 | 24 | * UTF-8 support for Store and Box |
11 | | - (thanks to [Buggaboo](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!) |
| 25 | + (thanks to [Jasm Sison](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!) |
12 | 26 | * Bulk put and get functions (getMany, getAll, putMany) |
13 | 27 | * Updated to objectbox-c 0.7 |
14 | 28 | * Basic Store options |
|
0 commit comments