Skip to content

Releases: Apadmi-Engineering/Mockzilla

1.1.3

22 Jan 10:32
b783430
Compare
Choose a tag to compare

Mockzilla Desktop v1.1.3
Download

mockzilla-management-ui: v1.1.3

22 Jan 10:14
b783430
Compare
Choose a tag to compare

1.1.3 (2025-01-20)

Bug Fixes

  • Update Kermit and remove named argument for tag to sidestep conflicting overloads (93ce7f6)

flutter_mockzilla_platform_interface: v1.0.1

17 Jan 10:55
bd5a86d
Compare
Choose a tag to compare

1.0.1 (2025-01-16)

Bug Fixes

  • Hides FlutterCallbackProvider from exported symbols (93149c8)
  • Loosens dependency constraints (93149c8)

flutter_mockzilla_ios: v1.0.2

17 Jan 12:25
5c27009
Compare
Choose a tag to compare

1.0.2 (2025-01-17)

Bug Fixes

  • Hides FlutterCallbackProvider from exported symbols (93149c8)
  • Loosens dependency constraints (93149c8)

flutter_mockzilla_android: v1.0.1

17 Jan 13:04
6a37b92
Compare
Choose a tag to compare

1.0.1 (2025-01-17)

Bug Fixes

  • Hides FlutterCallbackProvider from exported symbols (93149c8)
  • Loosens dependency constraints (93149c8)

flutter_mockzilla: v1.0.1

17 Jan 13:42
aa9edf9
Compare
Choose a tag to compare

1.0.1 (2025-01-17)

Bug Fixes

  • Hides FlutterCallbackProvider from exported symbols (93149c8)
  • Loosens dependency constraints (93149c8)

flutter_mockzilla_ios: v1.0.1

15 Jan 16:31
ab98a84
Compare
Choose a tag to compare

1.0.1 (2025-01-15)

Bug Fixes

  • Fix crash in mockzilla_ios caused by multiple requests in quick succession (85d21a8)

1.1.2

14 Jan 14:42
1907133
Compare
Choose a tag to compare

Mockzilla Desktop v1.1.2
Download

mockzilla-management-ui: v1.1.2

14 Jan 14:22
1907133
Compare
Choose a tag to compare

1.1.2 (2025-01-10)

Bug Fixes

  • Fixes an issue where the bottom logs tabs couldn't be hidden (b4680e6)
  • prevent long text from pushing the endpoint switch off screen (69db2f4)
  • Try synchronously starting the update server block so the existing job is always cancelled before triggering a state update (3d804db)

flutter_mockzilla: v1.0.0

10 Jan 08:54
ea2af66
Compare
Choose a tag to compare

1.0.0 (2025-01-09)

⚠ BREAKING CHANGES

  • Migrates webApiDefaultResponse and webApiErrorResponse to DashboardOptionsConfig to allow for multiple preset successful/error responses (aligns with #61).

Features

  • add documentation and export builders (8e3ccbe)
  • Collated Flutter v1 updates (#300) (ff272ae)
  • create addEndpoint method for dart facing (ebcfadc)
  • Integrate bonjour and enable network discovery (34ecf69)
  • Update mockzilla_ios plugin to use new SwiftMockzilla interface (b4cf439)
  • update example to use addEndpoint (7749957)

Bug Fixes

  • HTTP request mapping in mockzilla_android + mockzilla_ios (#172) (9644a10)
  • Resolve endpoints not being added due to use of an unmodifiable list (640d833)
  • Trigger deploy with updated dependencies (b5200c6)
  • Update Flutter SDK version constraint in pubspec.yaml (c635907)

Miscellaneous Chores