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.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
- Run
deno add @deno/dnt
- Update your import statement:
- import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/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