Merge pull request #117 from superwolff/1.8.0

1.8.0
This commit is contained in:
ismay 2017-02-03 09:55:00 +01:00 committed by GitHub
commit 84f43cdc5a
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1.8.0 - February 3, 2017
------------------------
* add partialExtension option, to fix partials matching on the wrong extension
1.7.0 - November 6, 2016 1.7.0 - November 6, 2016
------------------- -------------------
* expose consolidate.requires fix (#18) * expose consolidate.requires fix (#18)

View file

@ -83,7 +83,7 @@ You can pass options to `metalsmith-layouts` with the [Javascript API](https://g
* [default](#default): default template (optional) * [default](#default): default template (optional)
* [directory](#directory): directory for the layouts, layouts by default (optional) * [directory](#directory): directory for the layouts, layouts by default (optional)
* [partials](#partials): directory for the partials (optional) * [partials](#partials): directory for the partials (optional)
* [partialExtension](#partialExtension): extension for the partial files (optional) * [partialExtension](#partialextension): extension for the partial files (optional)
* [pattern](#pattern): only files that match this pattern will be processed (optional) * [pattern](#pattern): only files that match this pattern will be processed (optional)
* [rename](#rename): change the file extension of processed files to `.html` (optional) * [rename](#rename): change the file extension of processed files to `.html` (optional)

View file

@ -3,7 +3,7 @@
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)", "author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.", "description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/metalsmith-layouts.git", "repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.7.0", "version": "1.8.0",
"license": "MIT", "license": "MIT",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {