1.6.0
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 withallowSyntheticDefaultImports
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, wasv4.8.3
. (via #246)
New Contributors
Full Changelog: v1.5.1...v1.6.0