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: docs/CHANGELOG.md
+24-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,36 @@
1
1
# Change Log
2
2
3
+
## [1.8.0]
4
+
5
+
#### Add
6
+
7
+
* Add a option to let developer choose whether to overwrite existing CreamAsset file(the default choice is `true`) [#103](https://github.com/caiyue1993/IceCream/pull/103)
8
+
* Add support for custom CKContainers [#104](https://github.com/caiyue1993/IceCream/pull/104)
9
+
* Add support for custom Realm [#108](https://github.com/caiyue1993/IceCream/pull/108)
10
+
11
+
#### Fix
12
+
13
+
* Fix the conversion issue of recordID to Int type primaryKey [#111](https://github.com/caiyue1993/IceCream/pull/111)
14
+
15
+
## [1.7.2 - Realm List of Basic Types](https://github.com/caiyue1993/IceCream/releases/tag/1.7.2)
16
+
17
+
#### Add
18
+
19
+
* Add support for Lists of basic types [#98](https://github.com/caiyue1993/IceCream/pull/98)
20
+
21
+
#### Fix
22
+
23
+
* Fix a crash when new no-optional property added [#92](https://github.com/caiyue1993/IceCream/pull/92)
24
+
* Avoid force unwrapping `storedData`[#101](https://github.com/caiyue1993/IceCream/pull/101)
0 commit comments