metalsmith-collections/History.md

31 lines
721 B
Markdown
Raw Normal View History

2014-02-05 15:06:46 -08:00
0.4.0 - March 25, 2013
----------------------
* add option for `sortBy` to be a sorting function
0.3.0 - March 24, 2013
----------------------
* add `collection` property to each file for pattern matches
0.2.0 - March 20, 2013
----------------------
* add collections dictionary to global metadata
0.1.0 - March 6, 2013
---------------------
* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
2014-02-06 22:55:26 -08:00
0.0.3 - February 6, 2013
------------------------
* add debug statements
2014-02-06 23:16:04 -08:00
* swap to `extend` from `defaults` to avoid cloning
2014-02-06 22:55:26 -08:00
0.0.2 - February 6, 2013
------------------------
* swap to `merge` to not act on clones
2014-02-05 15:06:46 -08:00
0.0.1 - February 5, 2013
------------------------
:sparkles: