lucas34 / SwiftQueue

Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more
MIT License
410 stars 43 forks source link

Release 6.0.0 #412

Closed lucas34 closed 2 years ago

github-actions[bot] commented 2 years ago

Spell Checker found issues

CHANGELOG.md

Line Typo
7 e Reachability framework with NWPathMonitor (#406)
21 - WatchOS can now use `NetworkConstrain
23 Thanks, @GianniCarlo for the contribution 🎉
34 Allow user to specify enqueue DispatchQueue to fix multi-thread enqueue c
42 - 'JobListener' now has 'onJobScheduled' cal
42 - 'JobListener' now has 'onJobScheduled' callback (#384)
47 ntation of 'Job', you can use LambdaJob {}
56 - Important Fix for deserialise tasks (#363) Thanks @arthurda
56 erialise tasks (#363) Thanks @arthurdapaz for the contribution
61 - Important Fix for deserialise tasks (#363)
70 version is incompatible with 4.X
71 e library will not be able to deserialised the task saved with version 4
71 d the task saved with version 4.X
80 - Rename NoSerialiser to NoPersister (#341)
80 - Rename NoSerialiser to NoPersister (#341)
92 - JobBuilder method requireCharging(value: Bool) was renamed .req
92 method requireCharging(value: Bool) was renamed .requireCharging
92 ing(value: Bool) was renamed .requireCharging() (#311)
94 - JobBuilder method .internet(atLeast: .any) is forbidden. It's alr
96 - Logger jobId parameter function can be nil
97 - Remove V1 serialiser (#320)
97 - Remove V1 serialiser (#320)
98 - Remove JobCount() method that is relying on a
101 - Add JobBuilder.copy() (#304)
111 - Auto archive carthage build artifacts (#303) (#308)
117 Make backgroundTask available for MacOS 10.15 (#2
136 Fix Perf: Can only have 1 unique uuid
159 ed minimal support to 4.1 and XCode 11 (#248) (#246)
163 - Experimental support of BackgroundTask API (iOS/tvOS 13+) (#252) (#2
163 rt of BackgroundTask API (iOS/tvOS 13+) (#252) (#251) (#254) (#2
167 - Stop init variable at runtime (#258)
175 - Exponential backoff with max delay (#226)
187 - Rename synchronous to initInBackground (#213)
285 - Change signature of Limit(Int) to Limit(Double)
315 - SwiftQueue.swift reference all public protocol
344 - JobBuilder.retry(Limit)
345 - JobBuilder.periodic(Limit, TimeInterval)
383 - Job is now immediately canceled when the deadline is reached

Generated by :no_entry_sign: Danger