Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@andrewzolotukhin andrewzolotukhin released this 27 Apr 02:17
· 51 commits to master since this release

@cleverbrush/schema

  1. 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.
  2. Simplified d.ts generation for ObjectSchemaBuilder and UnionSchemaBuilder classes.

General

  1. Improved some comments.
  2. General code cleanup (e.g. simplifications and removal of unused code).
  3. Reduced number of files included into the resulting packages (now only dist folder is included for every package).