Releases: zoubingwu/msw-auto-mock
Releases · zoubingwu/msw-auto-mock
msw-auto-mock@0.25.0
Minor Changes
- d03bc3e: Fix generated code for string with max length
msw-auto-mock@0.24.0
Minor Changes
- b2bf101: Fix peer dependency version range
msw-auto-mock@0.23.0
Minor Changes
- 0fb95e1: cache one with static flag for ai mode
msw-auto-mock@0.22.0
Minor Changes
- 8d259bf: Only output ai code when enabled
msw-auto-mock@0.21.0
Minor Changes
- 72829cd: Update faker functions
msw-auto-mock@0.20.0
Minor Changes
- d95b565: Respect min/max constrain for string
msw-auto-mock@0.19.0
Breaking Changes
- Always output to a folder, removed
--node
,--react-native
options
What's Changed
Support generate mock data using generative ai, currently support openai
, azure
and anthropic
Full Changelog: https://github.com/zoubingwu/msw-auto-mock/compare/v0.18.0...msw-auto-mock@0.19.0
v0.18.0
What's Changed
- Update prettier version and improve error handling by @zoubingwu in #44
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Fix issue with nested allOf missing object properties by @robrocketmakers in #39
- feat: add static mock generation option by @zoubingwu in #43
New Contributors
- @robrocketmakers made their first contribution in #39
Full Changelog: v0.16.0...v0.17.0