- 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.
-
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
-
a994b61: 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 theEnumChangeFreq
enum to make it compatible with sitemap.
- 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:
- 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.
- 6057e90: Astro has the new config option output.
- 30f8166: code refactoring and deps update
- 739af08: fix named export for minimatch
- e6642a1: fix: typings error
-
4eded9e: new config option:
exclude
.refactor: logger.
-
5102dba: More control on sitemap output:
- manage xml namespaces;
lastmod
format option;- possibility to add a link to custom xsl.
serialize
func update.
- ead9160: better typings
-
0ffe03f: fix: astro.config
base
path handling.refactor: default options and validation are handled by 'zod' only.
- 3e11031: fix: handle base/pathname correctly
-
99c7269: # Key differences
serialize
: function to control sitemap output;entryLimit
: to split up large sitemap;createLinkInHead
: add link to sitemap into<head>
section of generated pages.
The
outfile
option is dropped to make split up.Now the integration generates one
sitemap-index.xml
and severalsitemap-{i}.xml
if needed.
- a531a0c: first release