Skip to content

1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 07:22
· 891 commits to main since this release

Changed

  • Removed synthetic default imports im TypeScript sources. (via #243)
    The resulting JavaScript did not change in functionality.
    Downstream users of the TypeScript sources/definitions might consider this a feature, as they are no longer required to compile with allowSyntheticDefaultImports enabled.

Added

  • Documentation and example regarding dependency tree modelling were added in multiple places. (via #250)

Build

  • No longer enable TypeScript config esModuleInterop & allowSyntheticDefaultImports. (via #243)
  • Use TypeScript v4.8.4 now, was v4.8.3. (via #246)

New Contributors


Full Changelog: v1.5.1...v1.6.0