Skip to content

v1.3.2

Choose a tag to compare

@uhyo uhyo released this 05 Nov 06:47
· 93 commits to master since this release

This PR fixes the problem that generated schema type definition may contain circular references like:

type URL = URL | string;

What's Changed

  • fix: avoid circular reference in generated schema type definitions by @uhyo in #23

Full Changelog: v1.3.1...v1.3.2