- 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.
- chore: sharp v0.32.5
-
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.
chore: deps update fix: update compilation target for Node 16
- 1ff6997: chore: deps update
- b95d515: The external config logic is implemented using @proload/core as well as Astro. Typescript configs are supported now.
- chore: deps update
- 062f9e4: chore: deps update
- 7cb29c0: - chore: deps update;
- fix:
astro-integration
key added to keywords inpackage.json
fornpx astro add...
command to work correctly; - refactor: external config loader.
- fix:
- a74260d: chore: deps update
- d145f65: chore: deps update
- Breaking:
node-html-parser
package is dropped to speed up the generated pages post processing. The link tags will not be inserted if generated page doesn't contain<head>
section, no automatic<head>
creation. - a742989: - deps update: Astro v1.0.
- 0bcd2ce: refactor: schema
- f33cf34: fix: vitetest stack size error in validation
- 39a0548: refactor logger
- c854c46: refactor schema
-
0ffe03f: fixes:
- astro.config
base
path handling; - typo in
crossorigin
option.
refactor: default options and validation are handled by 'zod' only.
- astro.config
- c631e26: fix: constants.ts is added to package export
- 587bc97: external configuration support, improved schema validation
- fb946a2: external config support, 'zod' schema validation
- 67fa351: build: first release!
- f543028: build: first release