| Thu May 19 2011 |
Allow # without backslash quoting if not followed by { in filter.
Previously you had to escape # with a backslash.
|
| Wed May 11 2011 |
When generating PHP code, add "\n" after <?php so that error traces are more useful.
|
| Sat Apr 23 2011 |
Fixed: =foo() # without arguments
Previously it only worked when () was non-empty.
|
| Sat Apr 16 2011 |
- Added support for
if .. elseif .. else (previously only if .. else worked)
- Fixed:
attr => "#{$p ? $v1 : $v2}#{$p2 ? $v3 : $v4}" — both PHP expressions are now properly wrapped in parentheses
- Fixed: paragraph parser now stops at lines starting with
.
- Website: HTML was not quoted in error reporting, now fixed
- Website: Exception identifiers shown to users so they can contact support
|