File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
3
### Next
4
+
5
+ ### 1.2.0 (2018-02-09)
4
6
- Ignoring query path for mocks
5
7
- 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
11
8
- Improved SwiftLint implementation
12
9
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
+
13
16
### 1.0 (2017-08-11)
14
17
15
18
- First public release! 🎉
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'Mocker'
3
- spec . version = '1.1 .0'
3
+ spec . version = '1.2 .0'
4
4
spec . summary = 'Mock data requests using a custom URLProtocol and run them offline.'
5
5
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.'
6
6
You can’t perform that action at this time.
0 commit comments