Releases: delucis/astro-auto-import
Releases · delucis/astro-auto-import
astro-auto-import@0.5.1
astro-auto-import@0.5.0
astro-auto-import@0.4.6
astro-auto-import@0.4.5
astro-auto-import@0.4.4
Patch Changes
- f7c02dc: Adds support for Astro v5
astro-auto-import@0.4.3
Patch Changes
- d7fdae6: Add
utilitykeyword for better categorization in the Astro integrations library
astro-auto-import@0.4.2
Patch Changes
- 13b07e1: Support Astro v4
astro-auto-import@0.4.1
Patch Changes
- 5b9b278: Improve README
astro-auto-import@0.4.0
Minor Changes
-
ec5f241: Added support for namespace imports, for importing all named exports from a module.
AutoImport({ imports: [ { // Import all named exports from a module as a namespace // generates: // import * as Components from './src/components'; './src/components': 'Components', }, ], }),
Patch Changes
- ea93946: refactor: strip out old “exposures” code
astro-auto-import@0.3.2
Patch Changes
- 8baeeae: Fix Windows compatibility