metalsmith-layouts/History.md

58 lines
1.2 KiB
Markdown
Raw Normal View History

2014-02-04 21:47:35 -08:00
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
------------------------
:sparkles: