Releases: levibostian/Wendy-iOS
Releases · levibostian/Wendy-iOS
9.0.1
07 May 13:18
Compare
Sorry, something went wrong.
No results found
9.0.1 (2024-05-07)
Bug Fixes
make WendyConfig functions that should be public, public (159833c )
9.0.0
04 May 12:56
Compare
Sorry, something went wrong.
No results found
9.0.0 (2024-05-04)
⚠ BREAKING CHANGES
delete non-async versions of functions
make use of singletons better follow swift concurrency best practices
Features
add ability to cancel running tasks (3d20495 )
Code Refactoring
delete non-async versions of functions (124530e )
make use of singletons better follow swift concurrency best practices (a43d275 )
8.1.0
31 Mar 12:26
Compare
Sorry, something went wrong.
No results found
8.1.0 (2024-03-31)
Features
query tasks that were added previously (d0d23ff )
8.0.0
29 Mar 12:31
Compare
Sorry, something went wrong.
No results found
8.0.0 (2024-03-29)
⚠ BREAKING CHANGES
add tasks with Codable data instead of just a String
Migration guide
Features
add tasks with Codable data instead of just a String (e051cd9 )
7.2.0
24 Mar 12:08
Compare
Sorry, something went wrong.
No results found
7.2.0 (2024-03-24)
Features
use a string or enum to add and run tasks (7fd3225 )
7.1.0
24 Mar 11:33
Compare
Sorry, something went wrong.
No results found
7.1.0 (2024-03-24)
Features
add task runner with async runTask function instead of a completion handler. (36cc1c3 )
7.0.0
29 Feb 13:22
Compare
Sorry, something went wrong.
No results found
7.0.0 (2024-02-29)
⚠ BREAKING CHANGES
remove background fetch feature
Min iOS version requirement has gone from iOS 11 to 13.
swift concurrency is only available in iOS 13.
commit-id:908e6d05
Code Refactoring
remove background fetch feature (3fdf988 )
Build System
set min iOS version to 13 to enable Swift concurrency (54d03eb )
6.0.1
15 Feb 13:12
Compare
Sorry, something went wrong.
No results found
6.0.1 (2024-02-15)
Bug Fixes
write automated tests to increase test coverage and fix bugs found (0d1e0ee )
6.0.0
10 Feb 12:38
Compare
Sorry, something went wrong.
No results found
6.0.0 (2024-02-10)
⚠ BREAKING CHANGES
save new tasks to the file system instead of coredata
See migration doc to learn about migration.
Features
save new tasks to the file system instead of coredata (dfffe1e )
5.1.0
09 Feb 23:41
Compare
Sorry, something went wrong.
No results found
5.1.0 (2024-02-09)
Features
add public function to add a queue reader (c263211 )