You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-7
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
+
0.5.0 (2019-11-18)
2
+
------------------
3
+
* Dart 2.6 support - breaking change due to Dart 2.6 FFI changes.
4
+
Please keep using 0.4 if you're on Dart 2.5 or Flutter. Currently no Flutter version comes with Dart 2.6 final.
5
+
(thanks [Jasm Sison](https://github.com/Buggaboo) for [#54](https://github.com/objectbox/objectbox-dart/pull/57))
6
+
* Docs fixes & improvements
7
+
1
8
0.4.0 (2019-10-31)
2
9
------------------
3
10
* Flutter Android support
4
11
* 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)]
12
+
(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
13
* 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)]
14
+
(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
15
* Explicit write transactions
9
-
(thanks [liquidiert](https://github.com/liquidiert) for [#50](https://github.com/objectbox/objectbox-dart/pull/50)]
16
+
(thanks [liquidiert](https://github.com/liquidiert) for [#50](https://github.com/objectbox/objectbox-dart/pull/50))
10
17
* Resolved linter issues
11
-
(thanks [Gregory Sech](https://github.com/GregorySech) for [#31](https://github.com/objectbox/objectbox-dart/pull/31)]
18
+
(thanks [Gregory Sech](https://github.com/GregorySech) for [#31](https://github.com/objectbox/objectbox-dart/pull/31))
12
19
* Updated to objectbox-c 0.7.2
13
20
* First release on pub.dev
14
21
@@ -17,12 +24,12 @@
17
24
* ID/UID generation and model persistence (objectbox-model.json)
18
25
* CI tests using GitHub Actions
19
26
* Code cleanup, refactoring and formatting
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)]
27
+
(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))
21
28
22
29
0.2.0 (2019-09-11)
23
-
------------------Buggaboo
30
+
------------------
24
31
* UTF-8 support for Store and Box
25
-
(thanks to [Jasm Sison](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!)
32
+
(thanks [Jasm Sison](https://github.com/Buggaboo) for [#14](https://github.com/objectbox/objectbox-dart/pull/14)!)
26
33
* Bulk put and get functions (getMany, getAll, putMany)
0 commit comments