mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-05 09:21:39 -05:00
0.4.1
* fix empty collections
This commit is contained in:
parent
1cb5c25616
commit
070cf3d75d
2 changed files with 12 additions and 8 deletions
18
History.md
18
History.md
|
@ -1,31 +1,35 @@
|
||||||
|
|
||||||
0.4.0 - March 25, 2013
|
0.4.1 - May 4, 2014
|
||||||
|
-------------------
|
||||||
|
* fix empty collections
|
||||||
|
|
||||||
|
0.4.0 - March 25, 2014
|
||||||
----------------------
|
----------------------
|
||||||
* add option for `sortBy` to be a sorting function
|
* add option for `sortBy` to be a sorting function
|
||||||
|
|
||||||
0.3.0 - March 24, 2013
|
0.3.0 - March 24, 2014
|
||||||
----------------------
|
----------------------
|
||||||
* add `collection` property to each file for pattern matches
|
* add `collection` property to each file for pattern matches
|
||||||
|
|
||||||
0.2.0 - March 20, 2013
|
0.2.0 - March 20, 2014
|
||||||
----------------------
|
----------------------
|
||||||
* add collections dictionary to global metadata
|
* add collections dictionary to global metadata
|
||||||
|
|
||||||
0.1.0 - March 6, 2013
|
0.1.0 - March 6, 2014
|
||||||
---------------------
|
---------------------
|
||||||
* add matching by pattern
|
* add matching by pattern
|
||||||
* add shorthand for pattern matching
|
* add shorthand for pattern matching
|
||||||
* add previous and next references
|
* add previous and next references
|
||||||
|
|
||||||
0.0.3 - February 6, 2013
|
0.0.3 - February 6, 2014
|
||||||
------------------------
|
------------------------
|
||||||
* add debug statements
|
* add debug statements
|
||||||
* swap to `extend` from `defaults` to avoid cloning
|
* swap to `extend` from `defaults` to avoid cloning
|
||||||
|
|
||||||
0.0.2 - February 6, 2013
|
0.0.2 - February 6, 2014
|
||||||
------------------------
|
------------------------
|
||||||
* swap to `merge` to not act on clones
|
* swap to `merge` to not act on clones
|
||||||
|
|
||||||
0.0.1 - February 5, 2013
|
0.0.1 - February 5, 2014
|
||||||
------------------------
|
------------------------
|
||||||
:sparkles:
|
:sparkles:
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "metalsmith-collections",
|
"name": "metalsmith-collections",
|
||||||
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
|
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
|
||||||
"repository": "git://github.com/segmentio/metalsmith-collections.git",
|
"repository": "git://github.com/segmentio/metalsmith-collections.git",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue