metalsmith-layouts/History.md

120 lines
2.5 KiB
Markdown
Raw Normal View History

2016-01-27 21:57:37 +01:00
1.4.4 - January 27, 2016
--------------------------
* update lodash.omit
2016-01-27 21:22:43 +01:00
1.4.3 - January 27, 2016
--------------------------
* update consolidate
2015-10-17 10:23:43 +02:00
1.4.2 - October 17, 2015
--------------------------
* update fs-readdir-recursive
2015-09-19 12:59:30 +02:00
1.4.1 - September 19, 2015
--------------------------
* move check for unspecified layout, #41
* update devdependencies
2015-08-14 14:29:00 +02:00
1.4.0 - August 14, 2015
-----------------------
* ignore files with unspecified layout
* update readme
2015-08-08 13:36:41 +02:00
1.3.1 - August 8, 2015
----------------------
* improve error message for unspecified layout
* update readme
2015-08-07 16:48:12 +02:00
1.3.0 - August 7, 2015
2015-08-08 13:36:41 +02:00
----------------------
2015-08-07 16:48:12 +02:00
* add swig include test
* code style, dependency and readme updates
* add partials option and test
2015-07-25 12:30:41 +02:00
1.2.1 - July 25, 2015
---------------------
* add error handling
* add test for partials
2015-07-25 12:02:08 +02:00
1.2.0 - July 25, 2015
---------------------
* ignore binary files
* add dotfiles
* update readme
2015-07-19 22:07:58 +02:00
1.1.0 - July 19, 2015
---------------------
* update dependencies and devDependencies
2015-07-16 21:19:37 +02:00
1.0.1 - July 16, 2015
2015-07-19 22:07:58 +02:00
---------------------
* update tests and add Travis CI
2015-07-16 21:19:37 +02:00
2014-11-18 12:51:48 +01:00
1.0.0 - November 18, 2014
2015-07-19 22:07:58 +02:00
-------------------------
2014-11-18 12:51:48 +01:00
* remove `inPlace` option
* use `layout` instead of `template` in the front-matter to specify a layout
* set default folder for layouts to `layouts` instead of `templates`
2014-02-04 21:47:35 -08:00
0.6.0 - October 3, 2014
-----------------------
* fix to use `path` for metalsmith `1.0.0`
2014-07-09 11:15:03 -07:00
0.5.2 - July 9, 2014
--------------------
* fix breaking binary files
0.5.1 - June 11, 2014
---------------------
* fix race condition with stringify file contents
0.5.0 - April 29, 2014
----------------------
* pass in options to consolidate.js
2014-04-02 12:28:52 -07:00
0.4.0 - April 2, 2014
---------------------
* add `default` option
0.3.0 - March 10, 2014
----------------------
2014-04-02 12:28:52 -07:00
* add `inPlace` option
* change `pattern` option to just filter
2014-04-02 12:28:52 -07:00
0.2.1 - March 10, 2014
2014-03-10 14:23:30 -07:00
----------------------
* fix bug in matching pattern logic
2014-04-02 12:28:52 -07:00
0.2.0 - March 8, 2014
---------------------
* add rendering files in place with a `pattern`
2014-04-02 12:28:52 -07:00
0.1.0 - March 5, 2014
---------------------
* add `string` engine convenience
2014-04-02 12:28:52 -07:00
0.0.6 - February 7, 2014
2014-02-07 19:43:04 -08:00
------------------------
* fix `directory` option bug
2014-04-02 12:28:52 -07:00
0.0.5 - February 7, 2014
------------------------
* stringify `contents` on the original file data
2014-04-02 12:28:52 -07:00
0.0.4 - February 6, 2014
------------------------
* switch to `extend` from `defaults` to avoid cloning
* add debug statements
2014-04-02 12:28:52 -07:00
0.0.3 - February 6, 2014
2014-02-06 11:33:50 -08:00
------------------------
* fix to use buffers
2014-04-02 12:28:52 -07:00
0.0.2 - February 5, 2014
2014-02-05 11:44:18 -08:00
------------------------
* mix in metadata
2014-04-02 12:28:52 -07:00
0.0.1 - February 4, 2014
2014-02-04 21:47:35 -08:00
------------------------
2015-07-25 12:02:08 +02:00
:sparkles: