HISTORY.md in cloudcannon-jekyll-0.2.1 vs HISTORY.md in cloudcannon-jekyll-0.3.0

- old
+ new

@@ -1,4 +1,23 @@ +# 0.3.0 + +* Added drafts to collections in details +* Added drafts and data to collections in config +* Added category folder drafts and posts to collections in config +* Added `_path` field to each collection definition in config +* Removed some unused fields +* Renamed static to static-pages in details and removed `robots.txt` and `sitemap.xml` exceptions +* Add `url` to static-pages +* Normalise `_path` in static-pages +* Added max depth parameter for jsonify filter and increase it for array structures in config output + +# 0.2.2 + +* Added JSON handling for integers in hash keys +* Fix typo for collections key in older Jekyll versions +* Change date format to ISO8601 +* Validate against new version of config schema + # 0.2.1 * Add gem information and time to output config file * Fix missing in-place compact * Fix source being output as full path on disk