Skip to content

0.41.0

Compare
Choose a tag to compare
@dsherret dsherret released this 26 Mar 01:52
· 7 commits to main since this release
9f3ec7a

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/dnt@0.40.0/mod.ts";
    + import { build, emptyDir } from "@deno/dnt";

New Contributors

Full Changelog: 0.40.0...0.41.0