- fix(deps): update validator to latest (#222)
- fix: only continue browsing if cursor is present (#215)
- fix: place the batch array into the function scope instead of the global scope (thanks @taravancil) (#143)
- allow for html (escaped) in
<image:title>
and<image:caption>
(thanks @jaredpalmer) (#111)
- support for
images
(thanks @jaredpalmer) (#108) - updated dependencies (f388b2e)
Some chores and updating of dependencies, nothing usage-touching
Put the relative file path in the sitemap index instead of a full path
Support node v6
Fixed build steps of 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
- 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
- fixes: handles correctly with relative file locations
Initial release!