Releases: denoland/dnt
Releases · denoland/dnt
0.42.3
0.42.2
0.42.1
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
experimentalDecoratorscompiler 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
scriptssection 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
- @utajum made their first contribution in #436
- @joscha made their first contribution in #414
- @eythaann made their first contribution in #442
- @char made their first contribution in #441
Full Changelog: 0.41.3...0.42.1
0.41.3
What's Changed
- feat: upgrade @ts-morph/bootstrap to 0.23 (#407) by @dylanpyle in #408
- fix: update dependencies by @dsherret in #423
New Contributors
- @dylanpyle made their first contribution in #408
Full Changelog: 0.41.2...0.41.3
0.41.2
0.41.1
0.41.0
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.withResolversby @dsherret in #368 - feat: support
Deno.test.onlyby @dsherret in #367 - feat: make stripInternal configurable and default to
falseby @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
- Run
deno add @deno/dnt - Update your import statement:
- import { build, emptyDir } from "https://deno.land/x/[email protected]/mod.ts"; + import { build, emptyDir } from "@deno/dnt";
New Contributors
- @redabacha made their first contribution in #374
Full Changelog: 0.40.0...0.41.0
0.40.0
What's Changed
- feat: upgrade @deno/shim-deno to 0.18 for Deno 1.40 by @dsherret in #360
- feat: add
Array.fromAsyncpolyfill 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/findLastIndexpolyfill for Uint8Array by @dsherret in #363
Full Changelog: 0.39.0...0.40.0
0.39.0
What's Changed
- feat: add skipNpmInstall option by @DerZade in #339
- feat: upgrade to TypeScript 5.2 by @dsherret in #348
- feat: upgrade @deno/shim-deno to 0.17 by @dsherret in #349
- fix: fetch https dependencies with retries by @dsherret in #350
- fix: ensure package.json entries are in a reasonable order by @dsherret in #351
- feat: add _generatedBy to package.json for https://arethetypeswrong.github.io/ by @dsherret in #352
New Contributors
Full Changelog: 0.38.1...0.39.0