@quasibit/eleventy-plugin-sitemap
Version:
Eleventy plugin to generate a sitemap.
124 lines (58 loc) • 6.06 kB
Markdown
# [2.2.0](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.5...v2.2.0) (2022-09-23)
### Features
* **11ty:** check compat when initialising ([3d8d7b8](https://github.com/quasibit/eleventy-plugin-sitemap/commit/3d8d7b827170b71f74f06cead37abdb3ac1f2102))
* **11ty:** use compatibility api ([1919753](https://github.com/quasibit/eleventy-plugin-sitemap/commit/1919753dc63248daf33e64528a4e799df8f02a26))
## [2.1.5](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.4...v2.1.5) (2022-01-28)
### Bug Fixes
* add support for eleventy v1 ([c1cec36](https://github.com/quasibit/eleventy-plugin-sitemap/commit/c1cec3661cc83bc77abc6efd1da0c0828ba233d8)), closes [#40](https://github.com/quasibit/eleventy-plugin-sitemap/issues/40)
## [2.1.4](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.3...v2.1.4) (2021-04-29)
### Bug Fixes
* ignore empty items ([16c8a37](https://github.com/quasibit/eleventy-plugin-sitemap/commit/16c8a37fec87a64a294460dba24b8ae70ff2b85b))
* **examples:** remove post links from paginated archive example ([9f84066](https://github.com/quasibit/eleventy-plugin-sitemap/commit/9f840662a93a37466b9a754022a49606dface986))
* **isignored:** return boolean ([5b86315](https://github.com/quasibit/eleventy-plugin-sitemap/commit/5b86315f725fcda6140145d0b6169dedefbd7f5c))
* **ispagination:** return boolean ([f110290](https://github.com/quasibit/eleventy-plugin-sitemap/commit/f110290cea4272da511dd6ba7c08aadc213123b8))
* **lastmod:** undefined options ([63f1e83](https://github.com/quasibit/eleventy-plugin-sitemap/commit/63f1e83b3020bc65787e453c7f68440ff38258ee))
* **paginationitems:** undefined page ([a3b8134](https://github.com/quasibit/eleventy-plugin-sitemap/commit/a3b8134d854dfdd3f0be84f314a5c5f7d2efc7b7))
* validate date ([168cca8](https://github.com/quasibit/eleventy-plugin-sitemap/commit/168cca81a3b917e1417043818c2f3a11ec3d6af4))
## [2.1.3](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.2...v2.1.3) (2021-04-19)
### Bug Fixes
* **pagination:** missing changes for computed href fix ([cf07020](https://github.com/quasibit/eleventy-plugin-sitemap/commit/cf070204211880e27e1f012410bfa99093ac8acf)), closes [#22](https://github.com/quasibit/eleventy-plugin-sitemap/issues/22)
## [2.1.2](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.1...v2.1.2) (2021-04-19)
### Bug Fixes
* **pagination:** use computed href when url not available ([68693e1](https://github.com/quasibit/eleventy-plugin-sitemap/commit/68693e185ad4e0a060fcdbacf2a9f65e9bae439a)), closes [#22](https://github.com/quasibit/eleventy-plugin-sitemap/issues/22)
## [2.1.1](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.1.0...v2.1.1) (2021-04-19)
### Bug Fixes
* duplicated items ([bdbce09](https://github.com/quasibit/eleventy-plugin-sitemap/commit/bdbce09bd7dc297cff7cd4e49aaa9a70e5cf3a6e)), closes [#20](https://github.com/quasibit/eleventy-plugin-sitemap/issues/20)
# [2.1.0](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.5...v2.1.0) (2021-04-07)
### Features
* **pagination:** added pagination urls to sitemap ([88b914c](https://github.com/quasibit/eleventy-plugin-sitemap/commit/88b914cd8d702271681956e52ebeb2bdfbdce0ee))
## [2.0.5](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.4...v2.0.5) (2021-03-30)
### Bug Fixes
* update eleventy peer dependency to support v12 ([9eeac05](https://github.com/quasibit/eleventy-plugin-sitemap/commit/9eeac05561a1fc2ea0d7bd7e44f999ef541dcd0d)), closes [#17](https://github.com/quasibit/eleventy-plugin-sitemap/issues/17)
## [2.0.4](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.3...v2.0.4) (2021-01-15)
### Bug Fixes
* allow items without data bag ([6c6871f](https://github.com/quasibit/eleventy-plugin-sitemap/commit/6c6871fb4f122aed36e5f22c0d06595501101083))
## [2.0.3](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.2...v2.0.3) (2020-10-02)
### Bug Fixes
* update sitemap package to latest version ([159f8d8](https://github.com/quasibit/eleventy-plugin-sitemap/commit/159f8d838c7ff77dbcfc0a45e5cd858638062b7c))
## [2.0.2](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.1...v2.0.2) (2020-09-11)
### Bug Fixes
* exclude items with no url ([088e1e9](https://github.com/quasibit/eleventy-plugin-sitemap/commit/088e1e9a53a2983300f6ad18a672409c31947f67))
## [2.0.1](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v2.0.0...v2.0.1) (2020-08-25)
### Bug Fixes
* avoid crash when options are empty ([fdbc8f1](https://github.com/quasibit/eleventy-plugin-sitemap/commit/fdbc8f164cf5532e7b2484c563525b9a98ddaadf))
# [2.0.0](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v1.0.1...v2.0.0) (2020-06-22)
### Features
* publish package in new scope ([755bac5](https://github.com/quasibit/eleventy-plugin-sitemap/commit/755bac56bd7ccca7fb2f2666ee84444caba4c0cf))
### BREAKING CHANGES
* Publish package under new scope. New package name: "@quasibit/eleventy-plugin-sitemap". Previous package name: "eleventy-plugin-sitemap".
## [1.0.1](https://github.com/quasibit/eleventy-plugin-sitemap/compare/v1.0.0...v1.0.1) (2020-06-20)
### Bug Fixes
* **lastmod:** accept string dates and bail on empty value ([f7434da](https://github.com/quasibit/eleventy-plugin-sitemap/commit/f7434dadb534e32728f8ab28d66b063948ab6dff))
* **lastmod:** bail on empty date ([2dd357f](https://github.com/quasibit/eleventy-plugin-sitemap/commit/2dd357f2d4b65b7bc87826dfb0182d5b6b1afbdc))
# 1.0.0 (2020-06-17)
### Bug Fixes
* **lastmod:** only use custom property when it is set ([7201553](https://github.com/quasibit/eleventy-plugin-sitemap/commit/7201553738df784cf77032d1038a1f451efa05e8))
### Features
* remove date time filter ([7c23c13](https://github.com/quasibit/eleventy-plugin-sitemap/commit/7c23c13b92cd22af2d2f555ac0e72afef37c4397))
* **sitemap:** add shortcode and date filter ([a73e9ba](https://github.com/quasibit/eleventy-plugin-sitemap/commit/a73e9bab68f189db9b0f853f45f41e462668b44b))