Version 1.1.0
andrewzolotukhin
released this
27 Apr 02:17
·
51 commits
to master
since this release
@cleverbrush/schema
- Fixed preserving of comments in the
d.ts
files. Now it's possible to see comments on the properties of the schema members when you use them from the external modules. Zod doesn't support it yet, as far as I know. - Simplified
d.ts
generation forObjectSchemaBuilder
andUnionSchemaBuilder
classes.
General
- Improved some comments.
- General code cleanup (e.g. simplifications and removal of unused code).
- Reduced number of files included into the resulting packages (now only
dist
folder is included for every package).