Skip to content

Releases: alextim/astro-lib

astro-robots-txt@0.3.4

19 Jun 15:51
d381563

Choose a tag to compare

Patch Changes

  • 260187a: Additional config options:

    • sitemapBaseFileName;
    • transform.

    Refactoring.

astro-webmanifest@0.3.2

15 Jun 14:53
3c4f367

Choose a tag to compare

Patch Changes

  • 0ffe03f: fixes:

    • astro.config base path handling;
    • typo in crossorigin option.

    refactor: default options and validation are handled by 'zod' only.

astro-sitemap@0.2.2

15 Jun 14:53
3c4f367

Choose a tag to compare

Patch Changes

  • 0ffe03f: fix: astro.config base path handling.

    refactor: default options and validation are handled by 'zod' only.

astro-robots-txt@0.3.3

15 Jun 14:53
3c4f367

Choose a tag to compare

Patch Changes

  • 0ffe03f: fix: astro.config base path handling.

    refactor: default options and validation are handled by 'zod' only.

astro-sitemap@0.2.1

11 Jun 08:19
798c722

Choose a tag to compare

Patch Changes

  • 3e11031: fix: handle base/pathname correctly

astro-sitemap@0.2.0

10 Jun 21:32
7cb776e

Choose a tag to compare

Minor Changes

  • 99c7269: # Key differences

    New Features

    • serialize: function to control sitemap output;
    • entryLimit: to split up large sitemap;
    • createLinkInHead: add link to sitemap into <head> section of generated pages.

    Drops

    The outfile option is dropped to make split up.

    Now the integration generates one sitemap-index.xml and several sitemap-{i}.xml if needed.

astro-webmanifest@0.3.1

08 Jun 20:57
1ce287f

Choose a tag to compare

Patch Changes

  • c631e26: fix: constants.ts is added to package export

astro-sitemap@0.1.0

08 Jun 20:28
76ffbac

Choose a tag to compare

Minor Changes

astro-robots-txt@0.3.2

08 Jun 21:08
c1c4cae

Choose a tag to compare

Patch Changes

  • 7b2e263: code refactor, better validation

astro-webmanifest@0.3.0

05 Jun 11:18
8aae394

Choose a tag to compare

Minor Changes

  • 587bc97: external configuration support, improved schema validation
  • fb946a2: external config support, 'zod' schema validation