Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored Jun 9, 2020
1 parent 72b8b33 commit bc4bc7c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## [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)
- Internet constraint cannot be used if Operation is running in main thread (#329)
- Logger jobId parameter function can be nil (#318)
- Remove V1 serialiser (#320)
- Remove JobCount() method that is relying on a deprecated method (#337) (#336)

#### New features
- Add JobBuilder.copy() (#304)

#### Chore
- Update to Swift 5.2 (#306)

#### Internal changes
- Cleanup (#302) (#313) (#319) (#321) (#322) (#327) (#330)
- Constrains refactoring (#326) (#328) (#331) (#332) (#333) (#335)

## Build
- Auto archive carthage build artifacts (#303) (#308)
- Update dependencies (#301) (#307)

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

#### New features
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.2.0"
s.version = "4.3.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 bc4bc7c

Please sign in to comment.