openapi-zod-client@1.18.1
github-actions
released this
18 Apr 08:00
·
3 commits
to main
since this release
Patch Changes
- #288
3799ae3
Thanks @mjperrone! - Fix escaping of forward slash/
in pattern regex so the output code will be/\//
. This change also breaks escaping of unnecessarily escaped forward slash\/
in pattern regex, such that the output code will be/\\//
.