Skip to content

v4.1.0

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 08 May 21:30
· 91 commits to master since this release

What's Changed

  • Add package.json exports for derby/dist/{components,parsing,templates,test-utils} by @ericyhwang in #632
    • This enables usage of those files in TypeScript with the default classic moduleResolution.
    • If using "node16" or "nodenext" moduleResolution in your tsconfig.json, then prefer the paths without dist, such as 'derby/test-utils'.

Full Changelog: v4.0.0...v4.1.0