Skip to content

Releases: alextim/astro-lib

astro-sitemap@0.5.0

16 Feb 20:57
1816bb4

Choose a tag to compare

Minor Changes

  • a994b61: ### Minor changes

    • The external config logic is implemented using @proload/core as well as Astro. Typescript configs are supported now.

    • The changefreq option property type changed from the ChangeFreq type to the EnumChangeFreq enum to make it compatible with sitemap.

    Patch changes

    • chore: deps update

astro-robots-txt@0.4.0

16 Feb 20:22
5d1fcc4

Choose a tag to compare

Minor Changes

  • b95d515: ### Minor changes

    • The external config logic is implemented using @proload/core as well as Astro. Typescript configs are supported now.

    Patch changes

    • chore: deps update

astro-webmanifest@0.4.4

09 Feb 17:32
257ec63

Choose a tag to compare

Patch Changes

astro-sitemap@0.4.3

09 Feb 17:32
257ec63

Choose a tag to compare

Patch Changes

astro-robots-txt@0.3.12

09 Feb 17:32
257ec63

Choose a tag to compare

Patch Changes

astro-webmanifest@0.4.3

09 Jan 18:21
903d3a8

Choose a tag to compare

Patch Changes

  • 7cb29c0: - chore: deps update;
    • fix: astro-integration key added to keywords in package.json for npx astro add... command to work correctly;
    • refactor: external config loader.

astro-sitemap@0.4.2

09 Jan 18:21
903d3a8

Choose a tag to compare

Patch Changes

  • 7cb29c0: - chore: deps update;
    • fix: astro-integration key added to keywords in package.json for npx astro add... command to work correctly;
    • refactor: external config loader.

astro-robots-txt@0.3.11

09 Jan 18:21
903d3a8

Choose a tag to compare

Patch Changes

  • 7cb29c0: - chore: deps update;
    • fix: astro-integration key added to keywords in package.json for npx astro add... command to work correctly;
    • refactor: external config loader.

astro-webmanifest@0.4.2

04 Oct 19:57
0fcd674

Choose a tag to compare

Patch Changes

astro-robots-txt@0.3.10

04 Oct 20:02
46d2595

Choose a tag to compare

Patch Changes

  • 54f0c95: The host option supports a boolean value as well.
    host: true -> resolves the host automatically via the Astro site prop.