Skip to content

Commit a37ac57

Browse files
author
Sol Cai
committed
add 1.7.2 & 1.8.0 in CHANGELOG
1 parent a15c7e7 commit a37ac57

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/CHANGELOG.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
11
# Change Log
22

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)
25+
326
## [1.7.1 - Optimizations](https://github.com/caiyue1993/IceCream/releases/tag/1.7.1)
427

528
#### Add
629

730
* Add `pushAll` method.
831
* change method name `sync` to `pull`.
932

10-
### Fix
33+
#### Fix
1134

1235
* Fetch changes on the non-main thread.
1336
* Move registerLocalDatabase to completion block of createCustomZones.

0 commit comments

Comments
 (0)