Skip to content

Commit

Permalink
Release 5.0.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Nelaupe authored Oct 18, 2020
1 parent 595c29e commit d6b37fd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Change Log

## [4.3.0](https://github.com/lucas34/SwiftQueue/tree/4.3.0)
# [5.0.0](https://github.com/lucas34/SwiftQueue/tree/5.0.0)

### Warning: This version is incompatible with 4.X
If you are using serialised task. After updating, the library will not be able to deserialised the task saved with version 4.X

#### New features
You can now add your own constraint dynamically

- Dynamic constraint feature (#310)
- Add custom constraint (#343)

#### Breaking Changes
- Rename NoSerialiser to NoPersister (#341)

#### Chore
- Bump Reachability (#354)

#### Internal changes
- Cleanup (#342) (#347) (#353) (#356) (#357)
- Dynamic constraint feature (#310)

## [4.3.0](https://github.com/lucas34/SwiftQueue/tree/4.3.0)

#### Breaking Changes
- JobBuilder method requireCharging(value: Bool) was renamed .requireCharging() (#311)
- JobBuilder method .persist(required: true) was renamed .persist() (#312)
- JobBuilder method .internet(atLeast: .any) is forbidden. It's already default behaviour (#329)
Expand Down
2 changes: 1 addition & 1 deletion SwiftQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftQueue"
s.version = "4.3.0"
s.version = "5.0.0"
s.summary = "SwiftQueue"
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
s.homepage = "https://github.com/lucas34/SwiftQueue"
Expand Down

0 comments on commit d6b37fd

Please sign in to comment.