github denoland/dnt 0.41.0

latest releases: 0.41.2, 0.41.1
3 months ago

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

Don't miss a new dnt release

NewReleases is sending notifications on new releases.