grunt-pages
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "grunt-pages", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Grunt task to create pages using markdown and templates", | ||
@@ -14,3 +14,3 @@ "main": "Gruntfile.js", | ||
"rss": "~0.2.0", | ||
"lodash": "~1.3.1" | ||
"lodash": "~2.0.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"type": "git", | ||
"url": "https://github.com/ChrisWren/grunt-pages.git" | ||
"url": "https://github.com/CabinJS/grunt-pages.git" | ||
}, | ||
@@ -53,3 +53,4 @@ "keywords": [ | ||
"Larry Davis <lazd@lazd.net>", | ||
"Colin Wren <colin@cawren.com>" | ||
"Colin Wren <colin@cawren.com>", | ||
"Justin Helmer <jhelmer25@gmail.com>" | ||
], | ||
@@ -56,0 +57,0 @@ "author": "ChrisWren", |
@@ -84,3 +84,3 @@ # grunt-pages | ||
The [jade](https://github.com/visionmedia/jade) or [ejs](https://github.com/visionmedia/ejs) layout template used for each post. The post metadata will be stored in a `post` object to be rendered in the layout template. [Here](https://github.com/ChrisWren/grunt-pages/blob/master/test/fixtures/integration/input/jade/layouts/post.jade) is an example post layout template. | ||
The [jade](https://github.com/visionmedia/jade) or [ejs](https://github.com/visionmedia/ejs) layout template used for each post. The post metadata will be stored in a `post` object to be rendered in the layout template. [Here](https://github.com/CabinJS/grunt-pages/blob/master/test/fixtures/integration/input/jade/layouts/post.jade) is an example post layout template. | ||
@@ -221,3 +221,3 @@ #### url | ||
The location of the layout template which is used for each list page. [Here](https://github.com/ChrisWren/grunt-pages/blob/master/test/fixtures/integration/input/jade/pages/blog/index.jade) is a sample `listPage` template. This template has access to the following variables: | ||
The location of the layout template which is used for each list page. [Here](https://github.com/CabinJS/grunt-pages/blob/master/test/fixtures/integration/input/jade/pages/blog/index.jade) is a sample `listPage` template. This template has access to the following variables: | ||
@@ -343,2 +343,8 @@ ###### posts | ||
**0.6.0** - Updated pagination urls to not have a leading `/`. | ||
**Breaking changes:** | ||
- Pagination urls will no longer have a leading `/` by default. This is a bug fix and the implementation now matches what is documented in the [pagination.url](#paginationurl) API. | ||
**0.5.0** - Updated default post url regex to capture more cases thanks to [@justinhelmer](https://github.com/justinhelmer). Fixed bugs regarding normalizing the post dest and ignoring draft posts thanks to [@justinhelmer](https://github.com/justinhelmer). | ||
@@ -362,3 +368,3 @@ | ||
**0.3.1** - Added [rss option](https://github.com/ChrisWren/grunt-pages#rss) to generates feeds thanks to [@lazd](https://github.com/lazd). | ||
**0.3.1** - Added [rss option](#rss) to generates feeds thanks to [@lazd](https://github.com/lazd). | ||
@@ -365,0 +371,0 @@ **0.3.0** - Altered pagination API to allow for custom pagination schemes. |
/* | ||
* grunt-pages | ||
* https://github.com/ChrisWren/grunt-pages | ||
* https://github.com/CabinJS/grunt-pages | ||
* | ||
* Copyright (c) 2013 Chris Wren | ||
* Copyright (c) 2013 Chris Wren & contributors | ||
* Licensed under the MIT license. | ||
@@ -7,0 +7,0 @@ */ |
36604
388
+ Addedlodash@2.0.0(transitive)
- Removedlodash@1.3.1(transitive)
Updatedlodash@~2.0.0