Skip to content

Commit bc4bc7c

Browse files
authored
Release 4.3.0
1 parent 72b8b33 commit bc4bc7c

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Change Log
22

3+
## [4.3.0](https://github.com/lucas34/SwiftQueue/tree/4.3.0)
4+
5+
#### Breaking Changes
6+
7+
- JobBuilder method requireCharging(value: Bool) was renamed .requireCharging() (#311)
8+
- JobBuilder method .persist(required: true) was renamed .persist() (#312)
9+
- JobBuilder method .internet(atLeast: .any) is forbidden. It's already default behaviour (#329)
10+
- Internet constraint cannot be used if Operation is running in main thread (#329)
11+
- Logger jobId parameter function can be nil (#318)
12+
- Remove V1 serialiser (#320)
13+
- Remove JobCount() method that is relying on a deprecated method (#337) (#336)
14+
15+
#### New features
16+
- Add JobBuilder.copy() (#304)
17+
18+
#### Chore
19+
- Update to Swift 5.2 (#306)
20+
21+
#### Internal changes
22+
- Cleanup (#302) (#313) (#319) (#321) (#322) (#327) (#330)
23+
- Constrains refactoring (#326) (#328) (#331) (#332) (#333) (#335)
24+
25+
## Build
26+
- Auto archive carthage build artifacts (#303) (#308)
27+
- Update dependencies (#301) (#307)
28+
329
## [4.2.0](https://github.com/lucas34/SwiftQueue/tree/4.2.0)
430

531
#### New features

SwiftQueue.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftQueue"
3-
s.version = "4.2.0"
3+
s.version = "4.3.0"
44
s.summary = "SwiftQueue"
55
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
66
s.homepage = "https://github.com/lucas34/SwiftQueue"

0 commit comments

Comments
 (0)