Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AvdLee committed Feb 9, 2018
1 parent 66506c3 commit 98de09d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
## Changelog

### Next

### 1.2.0 (2018-02-09)
- Ignoring query path for mocks
- Missing mocks no longer break tests (removed fatalError)
- Support for delayed responses
- Support for redirect responses
- Support for ignoring URLs for mocking
- Support for ZIP content responses
- Updated for Swift 4
- Improved SwiftLint implementation

### 1.1.0 (2017-11-03)
- Adds support for delayed responses
- Adds support for ignoring URLs
- Adds support for redirects
- Migrated to Swift 4.0

### 1.0 (2017-08-11)

- First public release! 🎉
2 changes: 1 addition & 1 deletion Mocker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Mocker'
spec.version = '1.1.0'
spec.version = '1.2.0'
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
spec.description = 'Mocker is a library written in Swift which makes it possible to mock data requests using a custom URLProtocol and run them offline.'

Expand Down

0 comments on commit 98de09d

Please sign in to comment.