Skip to content

v3.23.0

Compare
Choose a tag to compare
@lorefnon lorefnon released this 24 Feb 18:00
· 2 commits to main since this release
  • Fixed incorrect handling of non-relative path in connectionSourcePath
  • Added new connectionSource option that replaces connectionSourcePath
    • Added resolveRelative option which can be set to false to prevent the generator from
      attempting to resolve the file relative to the output file

      For example: connectionSource: { path: "external-module/db-connection", resolveRelative: false }
      will result in import { DBConnection } from "external-module/db-connection";