Skip to content

Commit

Permalink
CHangelog: upcoming 10.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Apr 21, 2023
1 parent e50b47e commit 8e28fa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Version 10

### v10.3.1

- Fixed issue of the insufficient exports of the proprietary schema definitions.
- The issue introduced in version 10.0.0-beta1 due to changing the compiler to `tsup`.
- The issue manifests only when `declaration` is enabled in your `tsconfig.json`.
- The issue causes following error:
- `TS4023: Exported variable '' has or is using name 'ZodFileDef' from external module "" but cannot be named.`
- The following interfaces are now available within the exported `ez` namespace:
- `ez.ZodFileDef`, `ez.ZodUploadDef`, `ez.ZodDateInDef`, `ez.ZodDateOutDef`.

### v10.3.0

- Feature #945 for a client generator, proposed by [@McMerph](https://github.com/McMerph).
Expand Down

0 comments on commit 8e28fa7

Please sign in to comment.