v2.2.1
_
-prefixed model paths, first introduced in v2.2.0. The issues are not present in v2.1.1 and before, and they should be fully resolved in [email protected].
What's Changed
- [TS typings] Fixes for TypeScript type issues introduced in [email protected] / TS 5.5 by @ericyhwang in #313
- Fix TS error when doing Derby
app.use(plugin, options)
with a strongly-typed plugin function- The error looked like
Argument of type '(app: App, appName: string) => void' is not assignable to parameter of type '(arg0: unknown, options?: unknown) => void'.
- The error looked like
- Fix Derby compilation error
Property 'createConnection' does not exist on type 'RootModel'.
- Fix TS error when doing Derby
Full Changelog: v2.2.0...v2.2.1