Skip to content

Releases: qmhc/unplugin-dts

unplugin-dts@1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 02:26
8f45eca

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

unplugin-dts@1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jun 08:14
39e2bc9

   🐞 Bug Fixes

  • Relax vue language core peer range  -  by @qmhc (89b66)
  • unplugin-dts: Separate publicRoot/entryRoot for TS 6.0  -  by @Q16solver and Claude Sonnet 4.6 in #479 (35150)
    View changes on GitHub

unplugin-dts@1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:09
92c465a

   🐞 Bug Fixes

  • Avoid self-referencing synthetic entry when entry dts path equals types path  -  by @qmhc (f08ae)
  • Loop through all aliases so wildcard * does not block @/* resolution  -  by @Q16solver in #477 (57b62)
  • plugin:
    • Re-emit declarations when non-type files change in watch mode  -  by @qmhc (a6bc9)
  • unplugin-dts:
    • Fix getResolvedModule error when bundling dts files outside src  -  by @qmhc (89a12)
    • Add .js extension to synthetic entry imports for nodenext  -  by @qmhc (fff6e)
    View changes on GitHub

unplugin-dts@1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 May 07:41
5e670d5

   🐞 Bug Fixes

  • Override fast-uri to >=3.1.2 to resolve high severity CVEs  -  by @qmhc (4bd51)
  • Include .vue files when resolving tsconfig include patterns  -  by @qmhc (d4e41)
  • rolldown:
    • Correct exported type for Rolldown plugin  -  by @qmhc (6e0c0)
  • unplugin-dts:
    • Avoid leaking optional peer types into declaration files  -  by @qmhc (e0eda)
    • Forward aliasesExclude to Runtime  -  by @qmhc (739db)
    View changes on GitHub

unplugin-dts@1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:29
07b7f3c

   🚀 Features

  • Supports specify module format for output  -  by @qmhc (a917f)
  • Auto fallback to @typescript/typescript6 for TS 7+ compatibility  -  by @qmhc (d1505)

   🐞 Bug Fixes

  • Stricter strategy for skipping insert index  -  by @qmhc (8c30e)
  • Ensure parse default out dir from scaffold  -  by @qmhc (46cfc)
  • Aliases in namespace imports  -  by @alexthornton1 in #418 and #443 (3ca60)
  • Use native createParsedCommandLine  -  by @qmhc (1070f)
  • Resolve tsconfig globs relative to tsconfig dir  -  by @jdz321 and Rocco in #455 (8df62)
  • Bump @microsoft/api-extractor to fix security vulnerabilities  -  by @yadprab in #462 (ee2ac)
  • plugin:
    • Auto-detect Vue files and auto-set processor  -  by @qmhc (802d2)
    • Allow custom resolver files to pass through transform  -  by @qmhc (63dc6)
  • unplugin-dts:
    • Resolve tsconfig paths without baseUrl relative to config dir  -  by @qmhc (051f2)
    • PublicRoot mismatch of TS 6.0 rootDir  -  by @qmhc (b0a69)
    • Remove forceDtsEmit to support declarationMap  -  by @qmhc (f417f)
    • Resolve API Extractor failure with Vue internal types in bundleTypes  -  by @qmhc (e6c4e)
    View changes on GitHub

v1.0.0-beta.6

v1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:25
a1d2e67

   🚀 Features

   🐞 Bug Fixes

  • Should collect indentifier module declaration  -  by @qmhc (79e54)
  • Should exclude outDirs by default  -  by @qmhc (6d953)
    View changes on GitHub

vite-plugin-dts@5.0.0-beta.6

Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:25
3a14a60

No significant changes

    View changes on GitHub

v1.0.0-beta.5

v1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:22
d516cf7

   🚀 Features

  • Add processor option for program creation  -  by @qmhc (d9826)
  • Supports specify real config file for bundling types  -  by @qmhc (aab0d)

   🐞 Bug Fixes

  • Deep merge bundleTypes.extractorConfig  -  by @qmhc (e305f)
    View changes on GitHub

vite-plugin-dts@5.0.0-beta.5

Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:22
ab64386

No significant changes

    View changes on GitHub

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 10:08

   🐞 Bug Fixes

  • Should dynamic load api-extractor when bundling  -  by @qmhc (4ad5a)
    View changes on GitHub