You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(typescript): Support interface heritage
Support for interfaces extending other interfaces, bi-directionally.
Also optionally merge object intersections into single self-contained types, defaulting to true for JSON Schema and Open API.
fix#15fix#35
feat(annotations): changed meaning of 'title' and 'description'
The textual descriptions is now entirely in the 'description' field
The title field is a type name descriptor
fix#13