Website/node_modules/metalsmith-in-place/History.md
2015-12-02 18:21:44 -05:00

108 lines
2.3 KiB
Markdown

1.3.2 - October 17, 2015
--------------------------
* update fs-readdir-recursive
1.3.1 - August 6, 2015
----------------------
* pass unrecognised `partials` options to consolidate
1.3.0 - August 6, 2015
----------------------
* add swig include test
* add error handling for unrecognised engines
* code style, dependency and readme updates
* add partials option and test
1.2.1 - July 23, 2015
---------------------
* update swig
1.2.0 - July 23, 2015
---------------------
* update dependencies
* update and add badges
1.1.1 - July 20, 2015
---------------------
* is-utf8 should be a dependency
* add eslint
* add release badge
1.1.0 - July 19, 2015
---------------------
* update tests
* ignore binary files
* add travis ci and david dm badges to readme
* add gitattributes and editorconfig to repo
1.0.1 - November 22, 2014
-----------------------
* change name to metalsmith-in-place
1.0.0 - November 18, 2014
-----------------------
* render files in-place by default
* remove `default`, `directory` and `inPlace`
0.6.0 - October 3, 2014
-----------------------
* fix to use `path` for metalsmith `1.0.0`
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
0.4.0 - April 2, 2014
---------------------
* add `default` option
0.3.0 - March 10, 2014
----------------------
* add `inPlace` option
* change `pattern` option to just filter
0.2.1 - March 10, 2014
----------------------
* fix bug in matching pattern logic
0.2.0 - March 8, 2014
---------------------
* add rendering files in place with a `pattern`
0.1.0 - March 5, 2014
---------------------
* add `string` engine convenience
0.0.6 - February 7, 2014
------------------------
* fix `directory` option bug
0.0.5 - February 7, 2014
------------------------
* stringify `contents` on the original file data
0.0.4 - February 6, 2014
------------------------
* switch to `extend` from `defaults` to avoid cloning
* add debug statements
0.0.3 - February 6, 2014
------------------------
* fix to use buffers
0.0.2 - February 5, 2014
------------------------
* mix in metadata
0.0.1 - February 4, 2014
------------------------
:sparkles: