Releases: denoland/dnt
0.36.0
What's Changed
- feat: make
declaration: "inline"
the default by @dsherret in #292 - feat: ability to type check both esm and script output by @dsherret in #294
- feat: replace chalk dev dependency with picocolors by @UrielCh in #279
- feat: export
PackageJson
by @UrielCh in #295 - feat: complete PackageJson by @UrielCh in #291
- feat: add more type checking compiler options by @dsherret in #302
- feat: align casing of lib options with tsconfig.json by @dsherret in #303
- fix: handle esm.sh/gh/ specifier by @dsherret in #293
- docs: update GitHub Action instructions by @bjuppa in #299
This release makes declaration: "inline"
the default, which was recommended by the TypeScript team. This means that dual esm/cjs packages will have two copies of declaration files—one for ESM and one for CJS (script). This fixes the "Masquerading as CJS" issue you might have seen on https://arethetypeswrong.github.io -- Note that the previous behavior is still available by specifying declaration: "separate"
.
New Contributors
Full Changelog: 0.35.0...0.36.0
0.35.0
What's Changed
- feat: add ScriptTarget 2022 by @dsherret in #270
- refactor: use Deno.Command instead of Deno.run by @crowlKats in #278
- fix: .npmignore test sourcemap files by @davecardwell in #271
- fix: support esm.sh urls with build version by @dsherret in #281
- feat: upgrade to @deno/shim-deno 0.15 by @dsherret in #282
New Contributors
- @crowlKats made their first contribution in #278
- @davecardwell made their first contribution in #271
Full Changelog: 0.34.0...0.35.0
0.34.0
What's Changed
- feat: upgrade for deno 1.32 #265
- feat: support
node:
specifiers #266 - feat: add
declaration: "inline"
option for emitting declaration files beside js files #262 - feat: update to @deno/[email protected] and [email protected] #264
Full Changelog: 0.33.1...0.34.0
0.33.1
0.33.0
0.32.1
What's Changed
If you are distributing an esm module or mixed cjs/esm module or package with exports, then please upgrade to this version so the types get resolved correctly and so that your package works with webpack.
New Contributors
Full Changelog: 0.32.0...0.32.1
0.32.0
What's Changed
- feat: add more node module map by @Gaubee in #227
- feat: add
npm:
specifier imports by @kingsword09 in #232 - Update docs for multiple entry points by @malinowskip in #231
- feat: upgrade dependencies by @dsherret in #234
New Contributors
- @kingsword09 made their first contribution in #232
- @malinowskip made their first contribution in #231
Full Changelog: 0.31.0...0.32.0
0.31.0
What's Changed
- feat: add
emitDecoratorMetadata
compiler option by @Gaubee in #217 - feat: upgrade deps including @deno/shim-deno to 0.10 by @dsherret in #219
- fix: support NO_COLOR for ts diagnostics by @dsherret in #220
- fix: correct exports in package.json by @dsherret in #221
- fix: ensure test context's name is set by @dsherret in #222
- fix: transform import types by @dsherret in #224
- fix: transform specifiers in module declarations by @dsherret in #225
New Contributors
Full Changelog: 0.30.0...0.31.0