grunt-pages
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "grunt-pages", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Grunt task to create pages using markdown and templates", | ||
@@ -5,0 +5,0 @@ "main": "Gruntfile.js", |
@@ -341,2 +341,8 @@ # grunt-pages | ||
**0.7.0** - See breaking changes below. | ||
**Breaking changes:** | ||
- Pagination urls now have trailing `index.html` sections removed by default. The pagination url for a root list page is now `''` instead of `/` to allow for [base](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base) tags. Updated default [pagination.url](#paginationurl) to `pages/:id/` following new scheme that doesn't use `index.html`'s. | ||
**0.6.1** - Removed accidental logging pushed to npm. | ||
@@ -343,0 +349,0 @@ |
396
37808
5