Version 0.1.2 Beta 1
Pre-release
Pre-release
There have been a number of useful and significant changes so far but there's still more to come before a stable 0.1.2 is released.
New
- You can define custom syntax highlighting definitions for your own languages
- Added new
zip
Twig filter - Added new
ignore_null
option to theselect
Twig filter - Added new
sha1
andmd5
Twig filters
Changes
- Improve Twig dependency detection in PageViews
- Collections and datasets with an underscore in the name are now handled correctly
- Add more languages to our syntax highlighter
- More helpful error messages are now outputted during the watch command
- The
url
Twig filter has received a newabsolute
boolean- When set to true, the generated URL takes
url
from your_config.yml
and prepends it to the URL
- When set to true, the generated URL takes
Fixes
- The
where
Twig filter correctly checks against ArrayAccess objects - Correctly handle file paths in Twig's
{% extends %}
during watch while on Windows - Fix asset tracking on Windows during the watch command
- Files that were
{% import %}
'd in Twig templates now rebuild during watch - Empty files created during watch no longer through an error. Errors are only thrown now after you're editing the file
- Markdown headings created with
===
or---
now have IDs rendered in the HTML
Development
- Internal interfaces have been renamed
JailedDocumentInterface
->JailableDocument
TwigDocumentInterface
->TwigDocument