metalsmith-collections/History.md

59 lines
1.3 KiB
Markdown
Raw Normal View History

2014-02-05 15:06:46 -08:00
2015-02-07 22:31:44 +00:00
0.7.0 / 2015-02-07
==================
* Allow front matter and pattern collections.
* Added the ability to limit the size of a collection
* Allow collections through metadata alone
* add ability to disable next/previous references
2014-08-12 14:16:44 -07:00
0.6.0 / 2014-08-12
==================
* Added the ability to set multiple collections
2014-08-05 10:35:59 -07:00
0.5.1 / 2014-08-05
==================
* Fixed bug with require statement
2014-08-04 18:31:19 -07:00
0.5.0 / 2014-08-04
==================
* Added the ability to add metadata to collections
2014-05-05 14:42:06 -07:00
0.4.1 - May 4, 2014
-------------------
* fix empty collections
0.4.0 - March 25, 2014
----------------------
* add option for `sortBy` to be a sorting function
2014-05-05 14:42:06 -07:00
0.3.0 - March 24, 2014
----------------------
* add `collection` property to each file for pattern matches
2014-05-05 14:42:06 -07:00
0.2.0 - March 20, 2014
----------------------
* add collections dictionary to global metadata
2014-05-05 14:42:06 -07:00
0.1.0 - March 6, 2014
---------------------
* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
2014-05-05 14:42:06 -07:00
0.0.3 - February 6, 2014
2014-02-06 22:55:26 -08:00
------------------------
* 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
2014-05-05 14:42:06 -07:00
0.0.2 - February 6, 2014
------------------------
* swap to `merge` to not act on clones
2014-05-05 14:42:06 -07:00
0.0.1 - February 5, 2014
2014-02-05 15:06:46 -08:00
------------------------
2014-08-04 18:31:19 -07:00
:sparkles: