PHPTAL v1.3.0 Release Notes

Release Date: 2016-03-21 // about 8 years ago
  • ๐Ÿ”– Version v1.3.0

    Highlights

    Changes since v1.2 : 133 Commits between January 2012 and March 2014 by 13 contributors.

    โž• Added

    • โž• Added (improvements for) various tests (source resolve, namespaces, DOCTYPE, encoding, Keyword classes, JSON update, Default slot, tal:condition)
    • โž• Added improvements for HTML5
    • โž• Added improvements to the build.
    • โž• Added improvements for error messaging.
    • โž• Added Japanese translation of the manual.
    • โž• Added support for Closures.
    • โž• Added support for Composer.
    • โž• Added support for Travis CI.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed bug in tales modifiers to allow use of namespaced classes.
    • ๐Ÿ›  Fixed chained exists: modifier bug
    • ๐Ÿ›  Fixed compression of whitespace around conditional elements
    • ๐Ÿ›  Fixed handling of nothrow argument in simple paths
    • ๐Ÿ›  Fixed HTML of tal:on-error=default
    • ๐Ÿ›  Fixed indent() and unindent() bug
    • ๐Ÿ›  Fixed stringification of arrays
    • ๐Ÿ›  Fixed stripping of space before tal:content
    • ๐Ÿ›  Fixed syntax for omit-tag boolean check

    โœ‚ Removed

    • โœ‚ Removed support for PHP 5.2

    Full change list

    ๐Ÿ‘€ For details see the full list of changes between v1.2 and v1.3

    Contributors

    ๐Ÿš€ Thanks to all contributors of this release:

    @ajcrites
    @cwisefool
    @Drarok
    @ekkev
    @fier
    @MrHash
    @Ocramius
    @pornel
    @sasezaki
    @shivashanti
    @tanakahisateru
    @tarjei
    @usox