Skip to content

Releases: alextim/astro-lib

astro-webmanifest@1.0.0

08 Sep 13:23
4053b92
Compare
Choose a tag to compare

Major Changes

  • 5fb9f90: Astro has grown to the third version in years. All Astro-lib integrations are stable, so the decision was made to change the version to 1.0
    There are no any real breaking changes.

astro-sitemap@1.0.0

08 Sep 13:23
4053b92
Compare
Choose a tag to compare

Major Changes

  • 5fb9f90: Astro has grown to the third version in years. All Astro-lib integrations are stable, so the decision was made to change the version to 1.0
    There are no any real breaking changes.

astro-robots-txt@1.0.0

08 Sep 13:23
4053b92
Compare
Choose a tag to compare

Major Changes

  • 5fb9f90: Astro has grown to the third version in years. All Astro-lib integrations are stable, so the decision was made to change the version to 1.0
    There are no any real breaking changes.

astro-webmanifest@0.6.0

19 Apr 08:32
9925d61
Compare
Choose a tag to compare

Minor Changes

  • 62acf9c: ## Minor changes

    The ability to load an external configuration file depended on the proload package.
    The updated Astro removed the proload dependency from its core. Therefore, this option is no more available for the integration.

    Patch changes

    chore: deps update
    fix: update compilation target for Node 16

astro-sitemap@0.6.0

19 Apr 08:32
9925d61
Compare
Choose a tag to compare

Minor Changes

  • 62acf9c: ## Minor changes

    The ability to load an external configuration file depended on the proload package.
    The updated Astro removed the proload dependency from its core. Therefore, this option is no more available for the integration.

    Patch changes

    chore: deps update
    fix: update compilation target for Node 16

astro-robots-txt@0.5.0

19 Apr 08:32
9925d61
Compare
Choose a tag to compare

Minor Changes

  • 62acf9c: ## Minor changes

    The ability to load an external configuration file depended on the proload package.
    The updated Astro removed the proload dependency from its core. Therefore, this option is no more available for the integration.

    Patch changes

    chore: deps update
    fix: update compilation target for Node 16

astro-webmanifest@0.5.1

22 Mar 21:44
8fe093a
Compare
Choose a tag to compare

Patch Changes

astro-sitemap@0.5.1

22 Mar 21:44
8fe093a
Compare
Choose a tag to compare

Patch Changes

astro-robots-txt@0.4.1

22 Mar 21:44
8fe093a
Compare
Choose a tag to compare

Patch Changes

astro-webmanifest@0.5.0

16 Feb 20:22
5d1fcc4
Compare
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