Skip to content

Releases: denoland/dnt

0.42.3

17 Jul 17:22
74e37c7

Choose a tag to compare

What's Changed

  • fix: do not resolve package.json deps to node_modules folder by @dsherret in #470

Full Changelog: 0.42.2...0.42.3

0.42.2

17 Jul 15:37
4ac1924

Choose a tag to compare

What's Changed

  • refactor: update to latest deno crates and run tests on all operating systems by @dsherret in #468
  • fix: do not error for bin entrypoint with existing shebang by @dsherret in #469

Full Changelog: 0.42.0...0.42.2

0.42.1

08 May 17:13
3bfa5f3

Choose a tag to compare

What's Changed

Note: 0.42.0 publish failed on CI, so version published was 0.42.1

  • feat: support workspaces and use deno_resolver by @dsherret in #462
    • Config file is now discovered automatically by default.
  • feat: add experimentalDecorators compiler option by @eythaann in #442
  • feat(BREAKING): es decorators by default by @dsherret in #463
  • feat: don't generate polyfills when script target is Latest by @char in #441
  • docs: update README.md for Deno 2 by @utajum in #436
  • fix: missing scripts section by @joscha in #414
  • fix: update to latest deno_graph, cache, and ts-morph by @dsherret in #448
  • fix: new import.meta implement by ponyfill by @Gaubee in #428

New Contributors

Full Changelog: 0.41.3...0.42.1

0.41.3

13 Aug 20:40
dbf13c1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.41.2...0.41.3

0.41.2

28 May 23:11
00b9ab7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.41.1...0.41.2

0.41.1

27 Mar 23:44
c1df60c

Choose a tag to compare

What's Changed

  • fix: regression - make node: specifiers work by @dsherret in #393
  • fix: properly parse npm specifiers for mapping by @dsherret in #394

Full Changelog: 0.41.0...0.41.1

0.41.0

26 Mar 01:52
9f3ec7a

Choose a tag to compare

What's Changed

  • feat: migrate to and support jsr by @dsherret in #380
  • feat(BREAKING): no longer map node: specifiers to not have node scheme by @dsherret in #379
  • feat: polyfill Promise.withResolvers by @dsherret in #368
  • feat: support Deno.test.only by @dsherret in #367
  • feat: make stripInternal configurable and default to false by @dsherret in #373
  • feat: make declarationMap configurable and enable by default by @redabacha in #374
  • fix: .npmignore should ignore files relative to the root by @dsherret in #388
  • fix: remove needless semi-colon in fromAsync.ts by @dsherret in #370

Upgrading

  1. Run deno add @deno/dnt
  2. Update your import statement:
    - import { build, emptyDir } from "https://deno.land/x/[email protected]/mod.ts";
    + import { build, emptyDir } from "@deno/dnt";

New Contributors

Full Changelog: 0.40.0...0.41.0

0.40.0

29 Jan 21:33
b4f133c

Choose a tag to compare

What's Changed

  • feat: upgrade @deno/shim-deno to 0.18 for Deno 1.40 by @dsherret in #360
  • feat: add Array.fromAsync polyfill by @dsherret in #359
  • fix: warn when someone specifies 'files' in a package.json by @dsherret in #354
  • fix: add more missing exports to undici shim by @dsherret in #361
  • feat: add findLast/findLastIndex polyfill for Uint8Array by @dsherret in #363

Full Changelog: 0.39.0...0.40.0

0.39.0

14 Nov 21:31
3d9e465

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.38.1...0.39.0

0.38.1

17 Aug 16:16
ab4990f

Choose a tag to compare

What's Changed

  • fix: upgrade deno_cache to 0.5.2 #332

Full Changelog: 0.38.0...0.38.1