✨ New Features
- Now supports remote references (
$ref: "remote.yaml#/components/schemas/User) 🎉 (#602)!
⚠️ Breaking Changes
- The Node.js API is now promise-based, and can no longer be run synchronously (a necessity because resolving remote schemas can never be synchronous). Other than that, there are no other breaking changes. CLI users are unaffected, and the types generated are backwards-compatible with previous versions.