Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 1.84 KB

Change Log

2.2.2

  • fix(deps): update validator to latest (#222)

2.2.1

  • fix: only continue browsing if cursor is present (#215)

2.2.0

  • fix: place the batch array into the function scope instead of the global scope (thanks @taravancil) (#143)

2.1.1

  • allow for html (escaped) in <image:title> and <image:caption> (thanks @jaredpalmer) (#111)

2.1.0

2.0.7

Some chores and updating of dependencies, nothing usage-touching

2.0.6

Put the relative file path in the sitemap index instead of a full path

2.0.5

Support node v6

2.0.4

Fixed build steps of 2.0.0

2.0.0

  • now returns a Promise, you can use this to
  • handles invalid values for the params
  • allows you to pass Algolia options
  • internal changes in how the changelog is made
  • sitemapLocation is now split up into:
    • sitemapLoc: 'https://yoursite.com/sitemaps'; the base url into which the sitemaps will be visible
    • outputFolder: 'sitemaps'; the directory in which sitemaps will be outputted

1.1.0

  • Aggregates multiple links (50 000) per sitemap
  • Allows you to exclude certain records by returning a falsy value in hitToParams
  • allows you to pass an array to hitToParams to generate multiple records per object
  • new example: category pages

1.0.1

  • fixes: handles correctly with relative file locations

1.0.0

Initial release!