Skip to content

Releases: ReeceM/prismic-sitemap

alpha.2 release of updating lastmod support

29 Jun 11:08
Compare
Choose a tag to compare

Changed

  • The sitemapConfig option is using the lastmodDateOnly = true setting to ensure all lastmod dates are YYYY-MM-DD only. But can be disabled to keep UTC time.

Alpha hamburger

24 Jun 22:33
Compare
Choose a tag to compare
Alpha hamburger Pre-release
Pre-release

See #10 for current status and also discussion #8 for the prompt.

Added

  • Option to make use of callback in optionsMapPerDocumentType see Discussion Lastmod support #8
  • Added option to have a static path list of urls for normal routes that aren't dynamic

Changed

  • Made the URL result from the linkResolver take priority on results that go into the sitemap

v0.2.0 access tokens

14 Jun 14:10
Compare
Choose a tag to compare

v0.2.0 - 2021-06-14

Changed

  • Made the default documentTypes = ['*'] to allow all documents to fetched if none are defined.

Fixed

  • Missing access token for the API for Prismic, see #6, thank you @amala-james-cko for raising the issue

v0.1.1 - Comedy of errors

22 Mar 10:57
Compare
Choose a tag to compare

Release

version: v0.1.1
date: 2021-03-22

Fixed

  • fix dependencies in the package.json file, see #3 (@a-trost) and PR #4

v0.1.0

01 Mar 08:05
Compare
Choose a tag to compare

First kind of functional version of the package and it also has the ability to have

Added

  • Integration tests and improved unit test

Fixed

  • The path package was missing inside the index.js next config file

v0.0.2

28 Feb 22:18
Compare
Choose a tag to compare

Added

  • Allow the filename to be changed

Fixed

  • The public path was not resolved properly
    • Defaults to using the next dir when from the next.config.js file
    • Will us the a local public folder when running directly when not defined

v0.0.1 🎉

28 Feb 21:42
Compare
Choose a tag to compare

The initial version of the thing

Added

  • Initial File
  • Docs and such