mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-04 08:51:41 -05:00
1.3 KiB
1.3 KiB
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
0.6.0 / 2014-08-12
- Added the ability to set multiple collections
0.5.1 / 2014-08-05
- Fixed bug with require statement
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
fromdefaults
to avoid cloning
0.0.2 - February 6, 2014
- swap to
merge
to not act on clones
0.0.1 - February 5, 2014
✨