metalsmith-collections/History.md
2014-08-04 18:31:19 -07:00

40 lines
880 B
Markdown

0.5.0 / 2014-08-04
==================
* Added the ability to add metadata to collections
0.4.1 - May 4, 2014
-------------------
* fix empty collections
0.4.0 - March 25, 2014
----------------------
* add option for `sortBy` to be a sorting function
0.3.0 - March 24, 2014
----------------------
* add `collection` property to each file for pattern matches
0.2.0 - March 20, 2014
----------------------
* add collections dictionary to global metadata
0.1.0 - March 6, 2014
---------------------
* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
0.0.3 - February 6, 2014
------------------------
* add debug statements
* swap to `extend` from `defaults` to avoid cloning
0.0.2 - February 6, 2014
------------------------
* swap to `merge` to not act on clones
0.0.1 - February 5, 2014
------------------------
:sparkles: