Skip to content

Releases: phptal/PHPTAL

Release v1.3

21 Mar 21:54

Choose a tag to compare

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

v1.2

21 Mar 22:19

Choose a tag to compare

Version v1.2.2

Highlights

Changes since v1.1 : 445 Commits between July 2009 and October 2010 by 2 contributors.

Full change list

For details see the full list of changes between v1.1 and v1.2

Contributors

Thanks to both contributors of this release:

Axel Zöllich
@pornel