Skip to content

Releases: denoland/dnt

0.8.0

15 Dec 01:02
443df28
Compare
Choose a tag to compare
  • feat: add Object.hasOwn polyfill - Starting to add polyfills. In the future this will be based on the target. Follow #55 for updates on that.
  • feat: add Error#cause declaration

0.7.4

01 Dec 01:29
9432802
Compare
Choose a tag to compare
  • fix: ensure headers are cached via deno_cache #48

0.7.3

19 Nov 21:07
5d181c1
Compare
Choose a tag to compare
  • fix: emit "use strict"; (#43)

0.7.2

17 Nov 18:39
02b44d1
Compare
Choose a tag to compare
  • fix: add better/instructional error message when npm command doesn't exist on path (#33)
  • fix: do not inject Deno namespace into globalThis in property access expression when next identifier is not Deno (#39)
  • fix: improve Blob type to have global fallback (upgrade to deno.ns 0.7.3) (#30)
  • fix: shim incorrectly injected for global type name when local type of same name exists (#40)

0.7.1

16 Nov 15:16
1733ee3
Compare
Choose a tag to compare
  • fix(types): fix types with global fallback (such as Headers) (#28)

0.7.0

14 Nov 20:37
1cb927e
Compare
Choose a tag to compare
  • feat: add importHelpers compiler option and align with ts compiler default of false (#25)
  • feat: support inlining sources in source maps (#20)
  • fix: do not insert shim for globalThis directly in unary and binary expressions (#24)
  • fix: ensure mappings get passed to rust (#23)
  • fix: shim setTimeout and setInterval (#27)

0.6.0

10 Nov 16:42
5ffc430
Compare
Choose a tag to compare
  • Sourcemap support (#13)