v1.0.0-rc4
Pre-release
Pre-release
v1.0.0-rc4
⚠️ Theroutesconfiguration option during instantiation will no longer create routes that are not explicitly defined, unless using defaults, issue #71- Leaving
routesas empty will continue to use the default routing. - Setting
routestonullwill not set any routes. - Setting
routesto an object will only define routes specified in that object. Therefore, using an empty object will not set any routes.
- Leaving
⚠️ Post slugs are now created from thetitleattribute instead of the file name. Slugs can also be customized by adding aslugattribute in a post, issue #64, issue #69- Bake version of
markedandjson-front-matterto be consistent with previous versions -- can include newer versions with custom templating. - Handles errors more gracefully when posts cannot compile with their template, issue #61