HISTORY.md in cloudcannon-jekyll-0.3.1 vs HISTORY.md in cloudcannon-jekyll-0.3.2
- old
+ new
@@ -1,8 +1,14 @@
+# 0.3.2
+
+* Rework fallback for older versions of Jekyll when reading data, posts and drafts
+* Fix deprecation warning for `posts.map`
+
# 0.3.1
* Fix for empty collection configurations
+* Added max depth parameter for jsonify filter and increase it for array structures in config output
# 0.3.0
* Add empty paths.pages
* Added drafts to collections in details
@@ -11,10 +17,9 @@
* 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