Skip to content

Tags: lgraubner/sitemap-generator

Tags

8.5.1

fix: dependency updates

8.5.0

feat: bump required node version

8.4.2

fix: Bump eslint-utils from 1.4.0 to 1.4.3 (#66)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](mysticatea/eslint-utils@v1.4.0...v1.4.3)

Signed-off-by: dependabot[bot] <[email protected]>

8.4.1

fix(package): update dependencies

8.4.0

feat: Expose sitemap addURL and ignore conditions (#61)

* Implement ignore opt

Provides an ignore option which conditionally applies a test to a URL
before it's added to the sitemap. This is applied on the "fetchcomplete"
event.

* Expose getSitemap method

Expose sitemap to allow `addURL` method

* Add getSitemap() readme

* Add ignore opt readme

* Add new line

* Add missing tilda

8.3.3

fix(discoverUrl): ignore basic authentication in url (#58)

ignore basic authentication in url

8.3.2

fix(release): semantic versioning

v7.1.2

Fixed typos (#51)

8.3.1

fix formatting

8.3.0

add ignore AMP pages option