Skip to content

Commit 98de09d

Browse files
committed
Bump to 1.2.0
1 parent 66506c3 commit 98de09d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Changelog.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
## Changelog
22

33
### Next
4+
5+
### 1.2.0 (2018-02-09)
46
- Ignoring query path for mocks
57
- Missing mocks no longer break tests (removed fatalError)
6-
- Support for delayed responses
7-
- Support for redirect responses
8-
- Support for ignoring URLs for mocking
9-
- Support for ZIP content responses
10-
- Updated for Swift 4
118
- Improved SwiftLint implementation
129

10+
### 1.1.0 (2017-11-03)
11+
- Adds support for delayed responses
12+
- Adds support for ignoring URLs
13+
- Adds support for redirects
14+
- Migrated to Swift 4.0
15+
1316
### 1.0 (2017-08-11)
1417

1518
- First public release! 🎉

Mocker.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Mocker'
3-
spec.version = '1.1.0'
3+
spec.version = '1.2.0'
44
spec.summary = 'Mock data requests using a custom URLProtocol and run them offline.'
55
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.'
66

0 commit comments

Comments
 (0)