File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33` FetchRequests ` adheres to [ Semantic Versioning] ( https://semver.org/ ) .
44
5- ## [ 6.0] ( https://github.com/square/FetchRequests/releases/tag/5.0.0 )
5+ ## [ 6.0.1] ( https://github.com/square/FetchRequests/releases/tag/6.0.1 )
6+ Released on 2023-06-23
7+
8+ * The demo now includes a SwiftUI example
9+ * Fix for SwiftUI when a FetchDefinition request is synchronous
10+
11+ ## [ 6.0] ( https://github.com/square/FetchRequests/releases/tag/6.0.0 )
612Released on 2023-04-05
713
814* Requires Swift 5.8
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FetchRequests'
3- s . version = '6.0.0 '
3+ s . version = '6.0.1 '
44 s . license = 'MIT'
55 s . summary = 'NSFetchedResultsController inspired eventing'
66 s . homepage = 'https://github.com/square/FetchRequests'
You can’t perform that action at this time.
0 commit comments