Skip to content

Releases: alextim/astro-lib

[email protected]

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.

[email protected]

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.

[email protected]

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.

[email protected]

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

[email protected]

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

[email protected]

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

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

[email protected]

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