Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 1.69 KB

msw-auto-mock

0.28.0

Minor Changes

  • a526bf0: chore: switch to ts project for example and upgrade deps

0.27.0

Minor Changes

  • 37b63a0: - chore: switch to pnpm 10.6.1 and fix tests (#83)
    • fix: resolve type object allOf recursively (#69)
    • Allow for different resource keys than application/json (#73)
    • Extend transform string logic to return faker's fromRegExp() if a regexp pattern is provided (#74)
    • Change createOpenAI option baseURL source (#77)
    • improved the handling of date-time strings and time strings. (#80)

0.26.0

Minor Changes

  • 61df9e8: Added TypeScript file generation option (--typescript) to generate TypeScript files instead of JavaScript files.

0.25.0

Minor Changes

  • d03bc3e: Fix generated code for string with max length

0.24.0

Minor Changes

  • b2bf101: Fix peer dependency version range

0.23.0

Minor Changes

  • 0fb95e1: cache one with static flag for ai mode

0.22.0

Minor Changes

  • 8d259bf: Only output ai code when enabled

0.21.0

Minor Changes

  • 72829cd: Update faker functions

0.20.0

Minor Changes

  • d95b565: Respect min/max constrain for string

0.19.0

Breaking Changes

  • Always output to a folder, removed --node, --react-native options

Minor Changes

  • e2b05fb: Support generate mock data using generative ai, currently support openai, azure and anthropic