Releases: Apadmi-Engineering/Mockzilla
Releases · Apadmi-Engineering/Mockzilla
1.1.1
mockzilla-management-ui: v1.1.1
1.1.0
mockzilla: v2.0.1
2.0.1 (2024-09-14)
Features
- Add
setName
method to endpoint builder (cf63e7c) - Add ability to get all endpoint data and to clear caches (aaf0c53)
- Add endpoint for getting presets (34518b4)
- Deprecate all the web apis and replace them with dashboard override presets (d1e5c2a)
- First pass updating the management API for new UI (3b1d558)
- Fix the way updates work (68cc4c2)
- Implement UI for using Presets in desktop (ec9f44e)
- Integrate bonjour and enable network discovery (34ecf69)
- Remove more unused methods (8705e38)
- Support endpoint versioning (6f02df2)
- Update iOS SDK to use persisted device IDs (fbd907e)
- Use android advertising ID as a persistant device identifier (fbd907e)
Bug Fixes
- Attempt to fix discovery (fbd907e)
- Fix android crash in release mode with minify enabled = true (c340430)
- Fix compose compiler versions and update multipleform template (c198adf)
- Mockzilla server wasn't handling patches with null values correctly (25feae0)
- Replace Swift bonjour service with direct C interop (d4ca3f4)
- Update values in Podspec generation to match what Cocoapods expects (977be26)
Miscellaneous Chores
mockzilla-management: v2.0.1
2.0.0 (2024-09-14)
Features
- Add ability to get all endpoint data and to clear caches (aaf0c53)
- Add eventbus so that different bits of UI update eachother (48c4c10)
- Deprecate all the web apis and replace them with dashboard override presets (d1e5c2a)
- Fix the way updates work (68cc4c2)
- Implement UI for using Presets in desktop (ec9f44e)
- Integrate bonjour and enable network discovery (34ecf69)
- Obscure the polling network calls from logs since they're just spam (a5902e3)
- Remove more unused methods (8705e38)
Bug Fixes
- Mockzilla server wasn't handling patches with null values correctly (25feae0)
Miscellaneous Chores
mockzilla-common: v2.0.1
2.0.1 (2024-09-14)
Features
- Add
setName
method to endpoint builder (cf63e7c) - Add ability to get all endpoint data and to clear caches (aaf0c53)
- Add endpoint for getting presets (34518b4)
- Deprecate all the web apis and replace them with dashboard override presets (d1e5c2a)
- First pass updating the management API for new UI (3b1d558)
- Fix the way updates work (68cc4c2)
- Implement UI for using Presets in desktop (ec9f44e)
- Integrate bonjour and enable network discovery (34ecf69)
- Remove more unused methods (8705e38)
- Support endpoint versioning (6f02df2)
Bug Fixes
- Add
@ObjCName
annotation to Mockzilla classes to fix generated class names (77c1328) - Fix compose compiler versions and update multipleform template (c198adf)
- Mockzilla server wasn't handling patches with null values correctly (25feae0)
Reverts
- Remove '@ObjcName' annotations on Kotlin classes exposed in Swift (692e7d4)
Miscellaneous Chores
1.0.3
flutter-mockzilla: v1.0.0
1.0.0 (2024-07-02)
⚠ BREAKING CHANGES
- Replaces
key
inEndpointConfig
constructor with optionalcustomKey
.
Features
- Add default value to
MockzillaConfig
parameters (22ce858) - add documentation and export builders (8e3ccbe)
- add endpoint configuration builder (bea825f)
- Add missing
LogLevel
(33794b1) - build out builder steps (8b75c34)
- create addEndpoint method for dart facing (ebcfadc)
- create builder interface and add documentation (98ef514)
- Generate Dart-iOS Pigeon bridge (7003622)
- Implement
firstWhereOrNull
list util (0546cd4) - Implement
MockzillaIos
class (c69bb6a) - Implement
startServer
+stopServer
inmockzilla_ios
(127a898) - implement builder with new builder steps (44297e6)
- Implement Dart-side marshalling methods for
mockzilla_ios
(8bbde96) - Implement mapping from Pigeon bridge models to Swift models in
mockzilla_ios
(3c500ad) - Implement platform interface in
mockzilla_ios
(161fe49) - Integrate bonjour and enable network discovery (34ecf69)
- make default headers with application/json (a1e01f3)
- make endpoints not required and default to empty list (d1da896)
- Update
EndpointConfig
constructor (91289a3) - Update
mockzilla_ios
plugin to use newSwiftMockzilla
interface (b4cf439) - update example to use addEndpoint (7749957)
Bug Fixes
- Capitalise
mockzilla_ios
HttpMethod
raw values (497169e) - fix mockzilla_android and ios breaking changes (80abbec)
- regenerate models (060a7b5)
- Remove cast of Swift boolean to
KotlinBoolean
, use constructor instead (561806f) - remove key param from endpoint config builder (f158d6d)
- Remove placeholder data ++ fix parsing in
mockzilla_ios
bridging utils (8ea5a99) - Resolve endpoints not being added due to use of an unmodifiable list (640d833)
- Resolve threads warning in
mockzilla_ios
. (7f36bbb) - return endpoint config builder instead of old handler step (97c761f)
- Update
mockzilla_ios
entrypoint to get it to compile (794af1c) - Update Flutter SDK version constraint in pubspec.yaml (c635907)
- Update Mockzilla class names in
mockzilla_ios
host-side code (7e78fa4) - Updates marshalling of
MockzillaConfig
inmockzilla_android
+mockzilla_ios
to account for removed fields. (9ba7e81) - Use error handler in
mockzilla_ios
for error response. (683543e)