Skip to content

mockzilla-common: v2.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 10:32
· 0 commits to 117ee641d98e68e798e74c6e8a5a5dc6d1796a3d since this release

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