Skip to content

Releases: delucis/astro-auto-import

astro-auto-import@0.5.1

31 Dec 18:30
0a04089

Choose a tag to compare

Patch Changes

astro-auto-import@0.5.0

31 Dec 18:20
abaf56e

Choose a tag to compare

Minor Changes

  • #94 ebf1705 Thanks @delucis! - Drops official support for Astro 2, 3, and 4. Use Astro 5 instead.

  • #94 ebf1705 Thanks @delucis! - Drops official support for Node.js 16 and 18. Use Node >=20 instead.

Patch Changes

astro-auto-import@0.4.6

31 Dec 17:32
894f3e9

Choose a tag to compare

Patch Changes

astro-auto-import@0.4.5

05 Oct 18:00
53ce7ba

Choose a tag to compare

Patch Changes

  • 8538321 Thanks @delucis! - No code changes. This release is the first published using OIDC trusted publisher configuration for improved security.

astro-auto-import@0.4.4

10 Oct 20:15
60191b7

Choose a tag to compare

Patch Changes

  • f7c02dc: Adds support for Astro v5

astro-auto-import@0.4.3

08 Oct 09:50
c8a73a1

Choose a tag to compare

Patch Changes

  • d7fdae6: Add utility keyword for better categorization in the Astro integrations library

astro-auto-import@0.4.2

05 Dec 15:05
63fc061

Choose a tag to compare

Patch Changes

astro-auto-import@0.4.1

23 Nov 20:31
3ba79db

Choose a tag to compare

Patch Changes

astro-auto-import@0.4.0

23 Nov 20:07
cc6e567

Choose a tag to compare

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

13 Nov 15:23
555c5e3

Choose a tag to compare

Patch Changes

  • 8baeeae: Fix Windows compatibility