Skip to content

0.7.1

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 02 Sep 18:48

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 Trofatter

    References: #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