Skip to content

v2.2.1

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 22 Jul 21:58
· 7 commits to master since this release

⚠️ This release has issues with local _-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 racer@2.2.2.

What's Changed

  • [TS typings] Fixes for TypeScript type issues introduced in racer@2.2.0 / 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'.
    • Fix Derby compilation error Property 'createConnection' does not exist on type 'RootModel'.

Full Changelog: v2.2.0...v2.2.1