astro-lib

Makes it easy to add robots.txt, sitemap and web app manifest during build to your Astro app.

MIT License

Downloads
43.1K
Stars
106
Committers
5

Bot releases are visible (Hide)

astro-lib - [email protected] Latest Release

Published by github-actions[bot] about 1 year ago

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-lib - [email protected]

Published by github-actions[bot] about 1 year ago

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-lib - [email protected]

Published by github-actions[bot] about 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1ff6997: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1ff6997: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 1ff6997: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

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-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 062f9e4: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 062f9e4: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] over 1 year ago

Patch Changes

  • 062f9e4: chore: deps update
astro-lib - [email protected]

Published by github-actions[bot] almost 2 years ago

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-lib - [email protected]

Published by github-actions[bot] almost 2 years ago

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-lib - [email protected]

Published by github-actions[bot] almost 2 years ago

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-lib - [email protected]

Published by github-actions[bot] about 2 years ago

Patch Changes

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

Published by github-actions[bot] about 2 years ago

Patch Changes

  • a74260d: chore: deps update