Skip to content

Latest commit

 

History

History
2767 lines (1069 loc) · 96.8 KB

CHANGELOG.md

File metadata and controls

2767 lines (1069 loc) · 96.8 KB

3.0.11 (2023-06-28)

Bug Fixes

  • regex detect for multiple line declaration (cdb8466), closes #250

3.0.10 (2023-06-26)

Bug Fixes

3.0.9 (2023-06-26)

Features

  • toExports supports exporting types (5e2f288)

3.0.8 (2023-06-09)

Features

  • unplugin: support disabling autoImport option (c8c0fcc)

3.0.7 (2023-05-20)

Bug Fixes

  • presets: add the new toValue method in vue 3 (#241) (64d0f95)
  • workaround for Vue 3.3 template auto import (88b9e34)

3.0.6 (2023-04-05)

Bug Fixes

3.0.5 (2023-04-04)

Bug Fixes

  • expose getImportMap (#237) (4bd5ee0)
  • only camel-case default exports if they're transformable (#234) (96146d4)

3.0.4 (2023-03-24)

Bug Fixes

3.0.3 (2023-03-16)

Bug Fixes

  • scan-dir: handle re-export from folder index (#229) (7d0c4e2)

Features

3.0.2 (2023-02-24)

Bug Fixes

  • dts: always remove .ts extension in dts (03288a9)

3.0.1 (2023-02-23)

Bug Fixes

  • do not resolve named namespace exports (8bf58b8)

3.0.0 (2023-02-23)

Features

2.2.4 (2023-02-07)

Bug Fixes

  • do not generate type only exports in vue template (9146e97)
  • improve type export compatibility (8ee5a1d)

2.2.3 (2023-02-07)

Bug Fixes

  • add missing vue exports (05ee56c)

2.2.2 (2023-02-07)

Features

  • expose getInternalContext (17bb37f)

2.2.1 (2023-02-07)

Features

  • add vue-router composables preset (5a6f36f)
  • expose replaceImports method (6ae3952)

2.2.0 (2023-02-07)

Features

2.1.0 (2023-01-29)

Features

  • support injectAtLast option (6b1ba91)

2.0.1 (2023-01-24)

Bug Fixes

  • expose imports from scanImportsFromDir (e09252a)
  • vue-template: stable transform across multiple pass (46f314f)

2.0.0 (2023-01-24)

Features

1.3.0 (2023-01-20)

Features

1.2.0 (2023-01-06)

Features

  • support metadata collecting (3429ff5)

1.1.0 (2022-12-20)

Bug Fixes

  • do not auto import referencing to self (de820c3)

Features

1.0.2 (2022-12-12)

1.0.1 (2022-11-16)

Bug Fixes

  • scan: glob construction (6d93244)

1.0.0 (2022-11-15)

0.7.1 (2022-11-15)

Bug Fixes

  • presets: path resolveModule on vueuse preset (#138) (d1e0c4b)

Features

0.7.0 (2022-10-26)

Bug Fixes

  • ternary match (5a62a5d)
  • vue template ComponentCustomProperties interface (#126) (726d12c)

Features

0.6.8 (2022-09-30)

Bug Fixes

  • improve exsiting identifier detection (#123) (3fb5274)

0.6.7 (2022-08-10)

Performance Improvements

  • decrease processing time for exclude regexp (#107) (aa75ae2)

0.6.6 (2022-08-10)

Bug Fixes

  • rename transformVirtualImoports to transformVirtualImports (#106) (9e72ffc)

0.6.5 (2022-08-04)

Bug Fixes

0.6.4 (2022-07-27)

0.6.3 (2022-07-24)

Bug Fixes

  • normalize path for windows (4849f77)
  • scan: normlaize directories (aa5a354)

0.6.2 (2022-07-22)

Features

  • toExports support relative path (c34f027)

0.6.1 (2022-07-21)

Bug Fixes

  • scan: sort glob for stable result (5fd42aa)

0.6.0 (2022-07-21)

0.5.0 (2022-07-21)

0.4.7 (2022-07-21)

0.4.6 (2022-07-21)

0.4.5 (2022-07-14)

0.4.4 (2022-07-08)

Bug Fixes

0.4.3 (2022-07-07)

Bug Fixes

  • don't auto-import for exports from other modules (#87) (4c345a4)

Features

0.4.2 (2022-07-06)

Bug Fixes

  • regex replacement false-negative (1f9e35d)

0.4.1 (2022-07-01)

Bug Fixes

  • improve switch detection (2fb10ef)

0.4.0 (2022-06-24)

Bug Fixes

  • spelling of declaration (#81) (f371b9b)
  • vue-template: augmente types with @vue/runtime-core (#80) (7c83d44)

0.3.0 (2022-06-22)

0.2.10 (2022-06-22)

Bug Fixes

Features

0.2.9 (2022-06-14)

Bug Fixes

0.2.8 (2022-06-13)

Bug Fixes

  • use regex as fallback of strip-literal (c43ffe3)

0.2.7 (2022-06-10)

Bug Fixes

  • strict cjs syntax detection (efd81c7)

0.2.6 (2022-05-31)

Bug Fixes

  • nested quotes in template string, multiline template string (#49) (#58) (d5921ae)
  • use strip-literal for more correct comments removal (#60) (087407e)

0.2.5 (2022-05-29)

Bug Fixes

0.2.4 (2022-05-25)

Bug Fixes

  • exclude existing class define (94c3a7d)
  • regexes break with unbalanced backticks (#51) (c6764ba)

0.2.3 (2022-05-24)

Bug Fixes

  • types: redirect sub module types (5314d44)

0.2.2 (2022-05-24)

Bug Fixes

  • don't match identifiers starts with . (6cddef4)
  • improve match regex (0e68fd7)
  • sort dts entries (3d71eef)

Features

  • allow modifyDynamicImports to replace array (abcb52c)
  • expose addons (a954785)
  • improve addons API (bd92eac)
  • improve coverage (37d39a0)
  • support importing side-effects (0d2da20)

0.2.1 (2022-05-10)

Bug Fixes

  • vue-template: webpack compatibility (ffc71dc)

Features

0.1.9 (2022-05-09)

Bug Fixes

  • detect function argument ends with comma (29365cd)

Performance Improvements

0.1.8 (2022-04-28)

Bug Fixes

0.1.7 (2022-04-26)

Bug Fixes

  • dedupe imports from same source (7faa56f)

Features

  • expose clearDynamicImports to context (2f82f0a)

0.1.6 (2022-04-20)

Bug Fixes

0.1.5 (2022-04-13)

Bug Fixes

0.1.4 (2022-04-05)

Bug Fixes

  • template literal detection (3ea56ff)

0.1.3 (2022-03-24)

Bug Fixes

  • remove disabled imports before deduplicating (#14) (d17b29d)

0.1.2 (2022-03-23)

Features

  • supports disabled flag on Import (#13) (2cf781d)

0.1.1 (2022-03-19)

Bug Fixes

  • improve dection for object props (736111a)

0.1.0 (2022-03-15)

Bug Fixes

Features

0.0.8 (2022-03-09)

Bug Fixes

0.0.7 (2022-03-09)

Bug Fixes

0.0.6 (2022-03-09)

Bug Fixes

0.0.5 (2022-03-03)

0.0.4 (2022-02-25)

Features

  • path resolver for dts generation (14598a5)

0.0.3 (2022-02-25)

Bug Fixes

  • clear internal map (8232a44)
  • unplugin: async transform support (efc2a66)

Features

0.0.2 (2022-02-25)

Bug Fixes

0.0.1 (2022-02-25)

Bug Fixes

Features

  • add built-in presets from unplugin-auto-import (d3e5830)
  • dts generation (96b44b6)
  • imports priority and dedupe (6036220)
  • merging with an existing import declaration, close #7 (b42ad88)
  • support default and import all syntax (#3) (2e7cf40)
  • unplugin: include / exclude option (5da4e16)
  • unplugin: dts generation (a03f6c7)

3.0.10 (2023-06-26)

Bug Fixes

3.0.9 (2023-06-26)

Features

  • toExports supports exporting types (5e2f288)

3.0.8 (2023-06-09)

Features

  • unplugin: support disabling autoImport option (c8c0fcc)

3.0.7 (2023-05-20)

Bug Fixes

  • presets: add the new toValue method in vue 3 (#241) (64d0f95)
  • workaround for Vue 3.3 template auto import (88b9e34)

3.0.6 (2023-04-05)

Bug Fixes

3.0.5 (2023-04-04)

Bug Fixes

  • expose getImportMap (#237) (4bd5ee0)
  • only camel-case default exports if they're transformable (#234) (96146d4)

3.0.4 (2023-03-24)

Bug Fixes

3.0.3 (2023-03-16)

Bug Fixes

  • scan-dir: handle re-export from folder index (#229) (7d0c4e2)

Features

3.0.2 (2023-02-24)

Bug Fixes

  • dts: always remove .ts extension in dts (03288a9)

3.0.1 (2023-02-23)

Bug Fixes

  • do not resolve named namespace exports (8bf58b8)

3.0.0 (2023-02-23)

Features

2.2.4 (2023-02-07)

Bug Fixes

  • do not generate type only exports in vue template (9146e97)
  • improve type export compatibility (8ee5a1d)

2.2.3 (2023-02-07)

Bug Fixes

  • add missing vue exports (05ee56c)

2.2.2 (2023-02-07)

Features

  • expose getInternalContext (17bb37f)

2.2.1 (2023-02-07)

Features

  • add vue-router composables preset (5a6f36f)
  • expose replaceImports method (6ae3952)

2.2.0 (2023-02-07)

Features

2.1.0 (2023-01-29)

Features

  • support injectAtLast option (6b1ba91)

2.0.1 (2023-01-24)

Bug Fixes

  • expose imports from scanImportsFromDir (e09252a)
  • vue-template: stable transform across multiple pass (46f314f)

2.0.0 (2023-01-24)

Features

1.3.0 (2023-01-20)

Features

1.2.0 (2023-01-06)

Features

  • support metadata collecting (3429ff5)

1.1.0 (2022-12-20)

Bug Fixes

  • do not auto import referencing to self (de820c3)

Features

1.0.2 (2022-12-12)

1.0.1 (2022-11-16)

Bug Fixes

  • scan: glob construction (6d93244)

1.0.0 (2022-11-15)

0.7.1 (2022-11-15)

Bug Fixes

  • presets: path resolveModule on vueuse preset (#138) (d1e0c4b)

Features

0.7.0 (2022-10-26)

Bug Fixes

  • ternary match (5a62a5d)
  • vue template ComponentCustomProperties interface (#126) (726d12c)

Features

0.6.8 (2022-09-30)

Bug Fixes

  • improve exsiting identifier detection (#123) (3fb5274)

0.6.7 (2022-08-10)

Performance Improvements

  • decrease processing time for exclude regexp (#107) (aa75ae2)

0.6.6 (2022-08-10)

Bug Fixes

  • rename transformVirtualImoports to transformVirtualImports (#106) (9e72ffc)

0.6.5 (2022-08-04)

Bug Fixes

0.6.4 (2022-07-27)

0.6.3 (2022-07-24)

Bug Fixes

  • normalize path for windows (4849f77)
  • scan: normlaize directories (aa5a354)

0.6.2 (2022-07-22)

Features

  • toExports support relative path (c34f027)

0.6.1 (2022-07-21)

Bug Fixes

  • scan: sort glob for stable result (5fd42aa)

0.6.0 (2022-07-21)

0.5.0 (2022-07-21)

0.4.7 (2022-07-21)

0.4.6 (2022-07-21)

0.4.5 (2022-07-14)

0.4.4 (2022-07-08)

Bug Fixes

0.4.3 (2022-07-07)

Bug Fixes

  • don't auto-import for exports from other modules (#87) (4c345a4)

Features

0.4.2 (2022-07-06)

Bug Fixes

  • regex replacement false-negative (1f9e35d)

0.4.1 (2022-07-01)

Bug Fixes

  • improve switch detection (2fb10ef)

0.4.0 (2022-06-24)

Bug Fixes

  • spelling of declaration (#81) (f371b9b)
  • vue-template: augmente types with @vue/runtime-core (#80) (7c83d44)

0.3.0 (2022-06-22)

0.2.10 (2022-06-22)

Bug Fixes

Features

0.2.9 (2022-06-14)

Bug Fixes

0.2.8 (2022-06-13)

Bug Fixes

  • use regex as fallback of strip-literal (c43ffe3)

0.2.7 (2022-06-10)

Bug Fixes

  • strict cjs syntax detection (efd81c7)

0.2.6 (2022-05-31)

Bug Fixes

  • nested quotes in template string, multiline template string (#49) (#58) (d5921ae)
  • use strip-literal for more correct comments removal (#60) (087407e)

0.2.5 (2022-05-29)

Bug Fixes

0.2.4 (2022-05-25)

Bug Fixes

  • exclude existing class define (94c3a7d)
  • regexes break with unbalanced backticks (#51) (c6764ba)

0.2.3 (2022-05-24)

Bug Fixes

  • types: redirect sub module types (5314d44)

0.2.2 (2022-05-24)

Bug Fixes

  • don't match identifiers starts with . (6cddef4)
  • improve match regex (0e68fd7)
  • sort dts entries (3d71eef)

Features

  • allow modifyDynamicImports to replace array (abcb52c)
  • expose addons (a954785)
  • improve addons API (bd92eac)
  • improve coverage (37d39a0)
  • support importing side-effects (0d2da20)

0.2.1 (2022-05-10)

Bug Fixes

  • vue-template: webpack compatibility (ffc71dc)

Features

0.1.9 (2022-05-09)

Bug Fixes

  • detect function argument ends with comma (29365cd)

Performance Improvements

0.1.8 (2022-04-28)

Bug Fixes

0.1.7 (2022-04-26)

Bug Fixes

  • dedupe imports from same source (7faa56f)

Features

  • expose clearDynamicImports to context (2f82f0a)

0.1.6 (2022-04-20)

Bug Fixes

0.1.5 (2022-04-13)

Bug Fixes

0.1.4 (2022-04-05)

Bug Fixes

  • template literal detection (3ea56ff)

0.1.3 (2022-03-24)

Bug Fixes

  • remove disabled imports before deduplicating (#14) (d17b29d)

0.1.2 (2022-03-23)

Features

  • supports disabled flag on Import (#13) (2cf781d)

0.1.1 (2022-03-19)

Bug Fixes

  • improve dection for object props (736111a)

0.1.0 (2022-03-15)

Bug Fixes

Features

0.0.8 (2022-03-09)

Bug Fixes

0.0.7 (2022-03-09)

Bug Fixes

0.0.6 (2022-03-09)

Bug Fixes

0.0.5 (2022-03-03)

0.0.4 (2022-02-25)

Features

  • path resolver for dts generation (14598a5)

0.0.3 (2022-02-25)

Bug Fixes

  • clear internal map (8232a44)
  • unplugin: async transform support (efc2a66)

Features

0.0.2 (2022-02-25)

Bug Fixes

0.0.1 (2022-02-25)

Bug Fixes

Features

  • add built-in presets from unplugin-auto-import (d3e5830)
  • dts generation (96b44b6)
  • imports priority and dedupe (6036220)
  • merging with an existing import declaration, close #7 (b42ad88)
  • support default and import all syntax (#3) (2e7cf40)
  • unplugin: include / exclude option (5da4e16)
  • unplugin: dts generation (a03f6c7)

3.0.9 (2023-06-26)

Features

  • toExports supports exporting types (5e2f288)

3.0.8 (2023-06-09)

Features

  • unplugin: support disabling autoImport option (c8c0fcc)

3.0.7 (2023-05-20)

Bug Fixes

  • presets: add the new toValue method in vue 3 (#241) (64d0f95)
  • workaround for Vue 3.3 template auto import (88b9e34)

3.0.6 (2023-04-05)

Bug Fixes

3.0.5 (2023-04-04)

Bug Fixes

  • expose getImportMap (#237) (4bd5ee0)
  • only camel-case default exports if they're transformable (#234) (96146d4)

3.0.4 (2023-03-24)

Bug Fixes

3.0.3 (2023-03-16)

Bug Fixes

  • scan-dir: handle re-export from folder index (#229) (7d0c4e2)

Features

3.0.2 (2023-02-24)

Bug Fixes

  • dts: always remove .ts extension in dts (03288a9)

3.0.1 (2023-02-23)

Bug Fixes

  • do not resolve named namespace exports (8bf58b8)

3.0.0 (2023-02-23)

Features

2.2.4 (2023-02-07)

Bug Fixes

  • do not generate type only exports in vue template (9146e97)
  • improve type export compatibility (8ee5a1d)

2.2.3 (2023-02-07)

Bug Fixes

  • add missing vue exports (05ee56c)

2.2.2 (2023-02-07)

Features

  • expose getInternalContext (17bb37f)

2.2.1 (2023-02-07)

Features

  • add vue-router composables preset (5a6f36f)
  • expose replaceImports method (6ae3952)

2.2.0 (2023-02-07)

Features

2.1.0 (2023-01-29)

Features

  • support injectAtLast option (6b1ba91)

2.0.1 (2023-01-24)

Bug Fixes

  • expose imports from scanImportsFromDir (e09252a)
  • vue-template: stable transform across multiple pass (46f314f)

2.0.0 (2023-01-24)

Features

1.3.0 (2023-01-20)

Features

1.2.0 (2023-01-06)

Features

  • support metadata collecting (3429ff5)

1.1.0 (2022-12-20)

Bug Fixes

  • do not auto import referencing to self (de820c3)

Features

1.0.2 (2022-12-12)

1.0.1 (2022-11-16)

Bug Fixes

  • scan: glob construction (6d93244)

1.0.0 (2022-11-15)

0.7.1 (2022-11-15)

Bug Fixes

  • presets: path resolveModule on vueuse preset (#138) (d1e0c4b)

Features

0.7.0 (2022-10-26)

Bug Fixes

  • ternary match (5a62a5d)
  • vue template ComponentCustomProperties interface (#126) (726d12c)

Features

0.6.8 (2022-09-30)

Bug Fixes

  • improve exsiting identifier detection (#123) (3fb5274)

0.6.7 (2022-08-10)

Performance Improvements

  • decrease processing time for exclude regexp (#107) (aa75ae2)

0.6.6 (2022-08-10)

Bug Fixes

  • rename transformVirtualImoports to transformVirtualImports (#106) (9e72ffc)

0.6.5 (2022-08-04)

Bug Fixes

0.6.4 (2022-07-27)

0.6.3 (2022-07-24)

Bug Fixes

  • normalize path for windows (4849f77)
  • scan: normlaize directories (aa5a354)

0.6.2 (2022-07-22)

Features

  • toExports support relative path (c34f027)

0.6.1 (2022-07-21)

Bug Fixes

  • scan: sort glob for stable result (5fd42aa)

0.6.0 (2022-07-21)

0.5.0 (2022-07-21)

0.4.7 (2022-07-21)

0.4.6 (2022-07-21)

0.4.5 (2022-07-14)

0.4.4 (2022-07-08)

Bug Fixes

0.4.3 (2022-07-07)

Bug Fixes

  • don't auto-import for exports from other modules (#87) (4c345a4)

Features

0.4.2 (2022-07-06)

Bug Fixes

  • regex replacement false-negative (1f9e35d)

0.4.1 (2022-07-01)

Bug Fixes

  • improve switch detection (2fb10ef)

0.4.0 (2022-06-24)

Bug Fixes

  • spelling of declaration (#81) (f371b9b)
  • vue-template: augmente types with @vue/runtime-core (#80) (7c83d44)

0.3.0 (2022-06-22)

0.2.10 (2022-06-22)

Bug Fixes

Features

0.2.9 (2022-06-14)

Bug Fixes

0.2.8 (2022-06-13)

Bug Fixes

  • use regex as fallback of strip-literal (c43ffe3)

0.2.7 (2022-06-10)

Bug Fixes

  • strict cjs syntax detection (efd81c7)

0.2.6 (2022-05-31)

Bug Fixes

  • nested quotes in template string, multiline template string (#49) (#58) (d5921ae)
  • use strip-literal for more correct comments removal (#60) (087407e)

0.2.5 (2022-05-29)

Bug Fixes

0.2.4 (2022-05-25)

Bug Fixes

  • exclude existing class define (94c3a7d)
  • regexes break with unbalanced backticks (#51) (c6764ba)

0.2.3 (2022-05-24)

Bug Fixes

  • types: redirect sub module types (5314d44)

0.2.2 (2022-05-24)

Bug Fixes

  • don't match identifiers starts with . (6cddef4)
  • improve match regex (0e68fd7)
  • sort dts entries (3d71eef)

Features

  • allow modifyDynamicImports to replace array (abcb52c)
  • expose addons (a954785)
  • improve addons API (bd92eac)
  • improve coverage (37d39a0)
  • support importing side-effects (0d2da20)

0.2.1 (2022-05-10)

Bug Fixes

  • vue-template: webpack compatibility (ffc71dc)

Features

0.1.9 (2022-05-09)

Bug Fixes

  • detect function argument ends with comma (29365cd)

Performance Improvements

0.1.8 (2022-04-28)

Bug Fixes

0.1.7 (2022-04-26)

Bug Fixes

  • dedupe imports from same source (7faa56f)

Features

  • expose clearDynamicImports to context (2f82f0a)

0.1.6 (2022-04-20)

Bug Fixes

0.1.5 (2022-04-13)

Bug Fixes

0.1.4 (2022-04-05)

Bug Fixes

  • template literal detection (3ea56ff)

0.1.3 (2022-03-24)

Bug Fixes

  • remove disabled imports before deduplicating (#14) (d17b29d)

0.1.2 (2022-03-23)

Features

  • supports disabled flag on Import (#13) (2cf781d)

0.1.1 (2022-03-19)

Bug Fixes

  • improve dection for object props (736111a)

0.1.0 (2022-03-15)

Bug Fixes

Features

0.0.8 (2022-03-09)

Bug Fixes

0.0.7 (2022-03-09)

Bug Fixes

0.0.6 (2022-03-09)

Bug Fixes

0.0.5 (2022-03-03)

0.0.4 (2022-02-25)

Features

  • path resolver for dts generation (14598a5)

0.0.3 (2022-02-25)

Bug Fixes

  • clear internal map (8232a44)
  • unplugin: async transform support (efc2a66)

Features

0.0.2 (2022-02-25)

Bug Fixes

0.0.1 (2022-02-25)

Bug Fixes

Features

  • add built-in presets from unplugin-auto-import (d3e5830)
  • dts generation (96b44b6)
  • imports priority and dedupe (6036220)
  • merging with an existing import declaration, close #7 (b42ad88)
  • support default and import all syntax (#3) (2e7cf40)
  • unplugin: include / exclude option (5da4e16)
  • unplugin: dts generation (a03f6c7)

3.0.8 (2023-06-09)

Features

  • unplugin: support disabling autoImport option (c8c0fcc)

3.0.7 (2023-05-20)

Bug Fixes

  • presets: add the new toValue method in vue 3 (#241) (64d0f95)
  • workaround for Vue 3.3 template auto import (88b9e34)

3.0.6 (2023-04-05)

Bug Fixes

3.0.5 (2023-04-04)

Bug Fixes

  • expose getImportMap (#237) (4bd5ee0)
  • only camel-case default exports if they're transformable (#234) (96146d4)

3.0.4 (2023-03-24)

Bug Fixes

3.0.3 (2023-03-16)

Bug Fixes

  • scan-dir: handle re-export from folder index (#229) (7d0c4e2)

Features

3.0.2 (2023-02-24)

Bug Fixes

  • dts: always remove .ts extension in dts (03288a9)

3.0.1 (2023-02-23)

Bug Fixes

  • do not resolve named namespace exports (8bf58b8)

3.0.0 (2023-02-23)

Features

2.2.4 (2023-02-07)

Bug Fixes

  • do not generate type only exports in vue template (9146e97)
  • improve type export compatibility (8ee5a1d)

2.2.3 (2023-02-07)

Bug Fixes

  • add missing vue exports (05ee56c)

2.2.2 (2023-02-07)

Features

  • expose getInternalContext (17bb37f)

2.2.1 (2023-02-07)

Features

  • add vue-router composables preset (5a6f36f)
  • expose replaceImports method (6ae3952)

2.2.0 (2023-02-07)

Features

2.1.0 (2023-01-29)

Features

  • support injectAtLast option (6b1ba91)

2.0.1 (2023-01-24)

Bug Fixes

  • expose imports from scanImportsFromDir (e09252a)
  • vue-template: stable transform across multiple pass (46f314f)

2.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • vue-template: prioritize local variable over auto import (#214)

Features

Bug Fixes

  • vue-template: prioritize local variable over auto import (#214) (446f0bf)

1.3.0 (2023-01-20)

Features

1.2.0 (2023-01-06)

Features

  • support metadata collecting (3429ff5)

1.1.0 (2022-12-20)

Features

Bug Fixes

  • do not auto import referencing to self (de820c3)

1.0.2 (2022-12-12)

1.0.1 (2022-11-16)

Bug Fixes

  • scan: glob construction (6d93244)

1.0.0 (2022-11-15)

0.7.2 (2022-11-15)

0.7.1 (2022-11-15)

Features

Bug Fixes

  • presets: path resolveModule on vueuse preset (#138) (d1e0c4b)

0.7.0 (2022-10-26)

⚠ BREAKING CHANGES

  • auto extract exports (#104)

Features

Bug Fixes

  • ternary match (5a62a5d)
  • vue template ComponentCustomProperties interface (#126) (726d12c)

0.6.8 (2022-09-30)

Bug Fixes

  • improve exsiting identifier detection (#123) (3fb5274)

0.6.7 (2022-08-10)

0.6.6 (2022-08-10)

Bug Fixes

  • rename transformVirtualImoports to transformVirtualImports (#106) (9e72ffc)

0.6.5 (2022-08-04)

Bug Fixes

0.6.4 (2022-07-27)

0.6.3 (2022-07-24)

Bug Fixes

  • normalize path for windows (4849f77)
  • scan: normlaize directories (aa5a354)

0.6.2 (2022-07-22)

Features

  • toExports support relative path (c34f027)

0.6.1 (2022-07-21)

Bug Fixes

  • scan: sort glob for stable result (5fd42aa)

0.6.0 (2022-07-21)

⚠ BREAKING CHANGES

  • scan: options for custom filePatterns, remove nested glob by default (#95)

Features

  • scan: options for custom filePatterns, remove nested glob by default (#95) (bbec5c0)

0.5.0 (2022-07-21)

⚠ BREAKING CHANGES

  • dir: support glob pattern in dirs (#86)

Features

  • dir: support glob pattern in dirs (#86) (08bc27a)

0.4.7 (2022-07-21)

0.4.6 (2022-07-21)

0.4.5 (2022-07-14)

0.4.4 (2022-07-08)

Bug Fixes

0.4.3 (2022-07-07)

Features

Bug Fixes

  • don't auto-import for exports from other modules (#87) (4c345a4)

0.4.2 (2022-07-06)

Bug Fixes

  • regex replacement false-negative (1f9e35d)

0.4.1 (2022-07-01)

Bug Fixes

  • improve switch detection (2fb10ef)

0.4.0 (2022-06-24)

Bug Fixes

  • spelling of declaration (#81) (f371b9b)
  • vue-template: augmente types with @vue/runtime-core (#80) (7c83d44)

0.3.0 (2022-06-22)

⚠ BREAKING CHANGES

  • vue-template: auto unwrap (#72)

Features

0.2.10 (2022-06-22)

Features

Bug Fixes

0.2.9 (2022-06-14)

Bug Fixes

0.2.8 (2022-06-13)

Bug Fixes

  • use regex as fallback of strip-literal (c43ffe3)

0.2.7 (2022-06-10)

Bug Fixes

  • strict cjs syntax detection (efd81c7)

0.2.6 (2022-05-31)

Bug Fixes

  • nested quotes in template string, multiline template string (#49) (#58) (d5921ae)
  • use strip-literal for more correct comments removal (#60) (087407e)

0.2.5 (2022-05-29)

Bug Fixes

0.2.4 (2022-05-25)

Bug Fixes

  • exclude existing class define (94c3a7d)
  • regexes break with unbalanced backticks (#51) (c6764ba)

0.2.3 (2022-05-24)

Bug Fixes

  • types: redirect sub module types (5314d44)

0.2.2 (2022-05-24)

Features

  • allow modifyDynamicImports to replace array (abcb52c)
  • expose addons (a954785)
  • improve addons API (bd92eac)
  • improve coverage (37d39a0)
  • support importing side-effects (0d2da20)

Bug Fixes

  • don't match identifiers starts with . (6cddef4)
  • improve match regex (0e68fd7)
  • sort dts entries (3d71eef)

0.2.1 (2022-05-10)

Features

Bug Fixes

  • vue-template: webpack compatibility (ffc71dc)

0.2.0 (2022-05-10)

Features

  • auto import for template working! (3453042)
  • dts generation (2e4dcdc)
  • introduce addon system (c788851)
  • options for vue template auto import (c242918)
  • unplugin: support auto import fomr directory (a8d17c2)

Bug Fixes

  • support auto import for variables (4059581)

0.1.9 (2022-05-09)

Bug Fixes

  • detect function argument ends with comma (29365cd)

0.1.8 (2022-04-28)

Bug Fixes

0.1.7 (2022-04-26)

Features

  • expose clearDynamicImports to context (2f82f0a)

Bug Fixes

  • dedupe imports from same source (7faa56f)

0.1.6 (2022-04-20)

Bug Fixes

0.1.5 (2022-04-13)

Bug Fixes

0.1.4 (2022-04-05)

Bug Fixes

  • template literal detection (3ea56ff)

0.1.3 (2022-03-24)

Bug Fixes

  • remove disabled imports before deduplicating (#14) (d17b29d)

0.1.2 (2022-03-23)

Features

  • supports disabled flag on Import (#13) (2cf781d)

0.1.1 (2022-03-19)

Bug Fixes

  • improve dection for object props (736111a)

0.1.0 (2022-03-15)

⚠ BREAKING CHANGES

  • use options for generateTypeDeclarations

Features

  • scanDirExports utils, close #9 (#10) (e6f7c71)
  • resolve priority from presets (2353807)
  • use options for generateTypeDeclarations (4c9c4dc)

Bug Fixes

0.0.8 (2022-03-09)

Bug Fixes

0.0.7 (2022-03-09)

Bug Fixes

0.0.6 (2022-03-09)

Bug Fixes

0.0.5 (2022-03-03)

0.0.4 (2022-02-25)

Features

  • path resolver for dts generation (14598a5)

0.0.3 (2022-02-25)

Features

Bug Fixes

  • clear internal map (8232a44)
  • unplugin: async transform support (efc2a66)

0.0.2 (2022-02-25)

Bug Fixes

0.0.1 (2022-02-25)

Features

  • add built-in presets from unplugin-auto-import (d3e5830)
  • dts generation (96b44b6)
  • imports priority and dedupe (6036220)
  • merging with an existing import declaration, close #7 (b42ad88)
  • support default and import all syntax (#3) (2e7cf40)
  • unplugin: include / exclude option (5da4e16)
  • unplugin: dts generation (a03f6c7)

Bug Fixes