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.1.0
6- Release TBD
5+ ## [ 6.1] ( https://github.com/square/FetchRequests/releases/tag/6.1.0 )
6+ Release 2024-04-03
77
8- * Adds async operations for fetch and resort
9- * Adds completion closure to performPagination, with a boolean value indicating if values were returned or not
8+ * Add async overloads for ` performFetch() and ` resort(using:)`
9+ * Add completion closure to ` performPagination() ` , with a boolean value indicating if values were returned or not
10+ * Add async overload to ` performPagination() `
1011
1112## [ 6.0.3] ( https://github.com/square/FetchRequests/releases/tag/6.0.3 )
1213Released on 2024-03-06
@@ -23,7 +24,7 @@ Released on 2023-06-23
2324
2425* The demo now includes a SwiftUI example
2526* Fix for SwiftUI when a FetchDefinition request is synchronous
26-
27+
2728## [ 6.0] ( https://github.com/square/FetchRequests/releases/tag/6.0.0 )
2829Released on 2023-04-05
2930
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FetchRequests'
3- s . version = '6.0.3 '
3+ s . version = '6.1.0 '
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