Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

46 lines (33 loc) · 1.45 KB

Change Log

All notable changes to this project will be documented in this file. DDMock adheres to Semantic Versioning.

0.x Releases


Released on 2022-10-12

Updated

  • Refactored project to be called DDMock instead of DDMockiOS and ddmock-ios

Swift Package only Released on 2022-07-13

Added

  • Added Swift Package Manager support

Released on 2022-06-10

Added

  • 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

  • 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

  • Added Global Use Real APIs toggle

Fixed

  • Fixed an issue with regex

Released on 2020-04-30

Initial public version