mockzilla_ios 1.0.3
mockzilla_ios: ^1.0.3 copied to clipboard
The iOS implementation for the mockzilla plugin.
Changelog #
1.0.3 (2025-04-09) #
Bug Fixes #
- Bump
freezed
dependency from 2.X -> 3.x (b8df550)
1.0.2 (2025-01-17) #
Bug Fixes #
- Hides
FlutterCallbackProvider
from exported symbols (93149c8) - Loosens dependency constraints (93149c8)
1.0.1 (2025-01-15) #
Bug Fixes #
- Fix crash in
mockzilla_ios
caused by multiple requests in quick succession (85d21a8)
1.0.0 (2025-01-09) #
⚠️ BREAKING CHANGES #
- Removes
delayVariance
, andfailureProbability
fields from endpoint configurations (ff272ae) - Replaces
delayMean
withmean
field for endpoint configurations (ff272ae) - Removes Web Api fields (these are replaced with dashboard overrides) (ff272ae)
- Updates
startMockzilla
to return runtime information (ff272ae)
Features #
- Adds support for Mockzilla Desktop (ff272ae)
- Improves handling of port conflicts (ff272ae)
- Adds support for SPM (bbcd7ba)
Bug Fixes #
- Fixes an issue in the marshalling of request headers for bridge models to Dart (ff272ae)
1.0.0-dev.1 #
- Upgrades
pigeon
from12.0.1
->22.6.0
. - Fixes an issue in the marshalling of request headers from bridge models to Dart.
1.0.0-dev.0 #
- Updates underlying KMP library to 2.0.1.
0.1.1 #
- Fixes an issue where
MockzillaIos.startMockzilla()
was referring to a missing field inMockzillaConfig
.
0.1.0 #
- Initial open-source release.