0.7.1
0.7.1
Released: Sun Jul 8 2012
-
[feature] Control lines with no bodies will
now succeed, as "pass" is added for these
when no statements are otherwise present.
Courtesy Ben TrofatterReferences: #146
-
[bug] Fixed some long-broken scoping behavior
involving variables declared in defs and such,
which only became apparent when
the strict_undefined flag was turned on.References: #192
-
[bug] Can now use strict_undefined at the
same time args passed to def() are used
by other elements of the <%def> tag.References: #191