This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
Releases: onmyway133/DeepDiff
Releases · onmyway133/DeepDiff
2.3.3
2.3.1
- Enable Build Library For Distribution
2.3.0
- Support SPM
2.2.0
- Swift 5 🎉
2.0.1
- Fix to use DiffAware instead of Hashable
2.0.0
- Introduce
DiffAware
protocol
1.4.0
- Introduce
updateData
to safely update data source
1.3.0
- Update project configuration to resolve linking warning in app extension #18, by KhaosT
- Migrate to swift 4.2 #25, by GrigoryUlanov
🤘 Closed issues
- Need more public API #11
- Use of unresolved identifier 'IndexPathConverter' #17
- reload changes #7
- No 'Move' step #15
- NSFetchedResultsController update UICV #9
- Heckel algorithm doesn't detect replaces? #16
- Using HashValue as table key is unreliable #13
- Can we reduce the speed of shuffle? #22
- Make completion handler optional similar to other Cocoa API #20
1.2.0
1.1.2
- Fix Heckel algorithm logic problem #5 by @Damonvvong