All notable changes to this project will be documented in this file.
DDMock
adheres to Semantic Versioning.
Released on 2022-10-12
- Refactored project to be called DDMock instead of DDMockiOS and ddmock-ios
Swift Package only Released on 2022-07-13
- Added Swift Package Manager support
Released on 2022-06-10
- Added optional
X-Mocked-By: DDMock <version>
header to make it easier to debug when a response is being mocked - Added Strict mode which will trigger a closure when a mock is missing for a request
- Added CocoaPod support
- Updated init-mock.py to Python 3 due to MacOS dropping support for Python 2
- Updated Framework build script to build XCFrameworks for Xcode 11+ compatibility
Released on 2020-05-01
- Added Global Use Real APIs toggle
- Fixed an issue with regex
Released on 2020-04-30
Initial public version