Skip to content

Commit d6b37fd

Browse files
author
Lucas Nelaupe
authored
Release 5.0.0 (#358)
1 parent 595c29e commit d6b37fd

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

Diff for: CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
11
# Change Log
22

3-
## [4.3.0](https://github.com/lucas34/SwiftQueue/tree/4.3.0)
3+
# [5.0.0](https://github.com/lucas34/SwiftQueue/tree/5.0.0)
4+
5+
### Warning: This version is incompatible with 4.X
6+
If you are using serialised task. After updating, the library will not be able to deserialised the task saved with version 4.X
7+
8+
#### New features
9+
You can now add your own constraint dynamically
10+
11+
- Dynamic constraint feature (#310)
12+
- Add custom constraint (#343)
413

514
#### Breaking Changes
15+
- Rename NoSerialiser to NoPersister (#341)
16+
17+
#### Chore
18+
- Bump Reachability (#354)
19+
20+
#### Internal changes
21+
- Cleanup (#342) (#347) (#353) (#356) (#357)
22+
- Dynamic constraint feature (#310)
623

24+
## [4.3.0](https://github.com/lucas34/SwiftQueue/tree/4.3.0)
25+
26+
#### Breaking Changes
727
- JobBuilder method requireCharging(value: Bool) was renamed .requireCharging() (#311)
828
- JobBuilder method .persist(required: true) was renamed .persist() (#312)
929
- JobBuilder method .internet(atLeast: .any) is forbidden. It's already default behaviour (#329)

Diff for: SwiftQueue.podspec

+1-1
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.3.0"
3+
s.version = "5.0.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)