Releases: phptal/PHPTAL
1.10.0
1.9.0
Release Notes for 1.9.0
1.9.0
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
improvement
1.8.0
Release Notes for 1.8.0
1.8.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
dependencies,improvement
1.7.0
Release Notes for 1.7.0
1.7.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
dependencies,improvement
1.6.0
Release Notes for 1.6.0
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 2
dependencies
- 89: Add PHP 8.1 support, drop PHP 7.3 thanks to @Slamdunk
- 88: Bump theseer/tokenizer from 1.2.0 to 1.2.1 thanks to @dependabot-preview[bot]
- 87: Bump nikic/php-parser from 4.10.5 to 4.12.0 thanks to @dependabot-preview[bot]
- 86: Bump phpunit/phpunit from 9.5.6 to 9.5.8 thanks to @dependabot-preview[bot]
- 85: Bump phar-io/manifest from 2.0.1 to 2.0.3 thanks to @dependabot-preview[bot]
- 83: Bump sebastian/global-state from 5.0.2 to 5.0.3 thanks to @dependabot-preview[bot]
- 82: Bump phpunit/phpunit from 9.5.4 to 9.5.6 thanks to @dependabot-preview[bot]
- 81: Bump symfony/polyfill-ctype from 1.22.1 to 1.23.0 thanks to @dependabot-preview[bot]
- 80: Bump nikic/php-parser from 4.10.4 to 4.10.5 thanks to @dependabot-preview[bot]
- 79: Bump phpunit/php-code-coverage from 9.2.5 to 9.2.6 thanks to @dependabot-preview[bot]
1.5.0
Release Notes for 1.5.0
1.5.0
- Total issues resolved: 2
- Total pull requests resolved: 7
- Total contributors: 6
improvement,releases
- 77: Release automation, migration to github actions thanks to @Ocramius
- 76: Upgraded to PHPUnit 9.x, dropped PHP <7.3, dropped PhpDocumentor dependency thanks to @Ocramius
improvement
- 74: Add PHP 7.4 & 8.0 support thanks to @Slamdunk
- 73: Use updated phpunit, update docs thanks to @snapshotpl
- 51: Merges changes from 1.3.X into master thanks to @Potherca
- 47: Adding PHPTAL_lint to bin directoy thanks to @REBELinBLUE
feature request
documentation
Release 1.4.0
Version 1.4.0
This release brings in PHP 7.3 support, and requires a minimum of
PHP 7.1 in order to be installed.
Total issues resolved: 3
Release v1.3.1
Version 1.3.1
Highlights
Changes since v1.3.0 : 5 Commits between March 2016 and August 2017 by 2 contributors.
Merged pull requests:
- Fixed false positive ClamAV bug in SaxXmlParser.php #59 (brammittendorff)
- Make sure the locales used in the tests are installed in the Travis environment #50 (Potherca)
Added
- Added missing locales in
.travis.yml
file
Fixed
- Fixed ClamAV false positive for the SaxXmlParser
Full change list
For details see the full list of changes between v1.3.0 and v1.3.1
v2.0
Version 2.0.0
The 2 most major changes from v1 are deprecating older PHP versions and only supporting installation through Composer. This means deprecating PEAR support.
Highlights
Changes since v1.3 : 24 Commits between June 2014 and now by 7 contributors.
Added
- Added support for PHP 5.5+
- Added "swag" (otherwise known as "badges" or "shields") to the README file
Changed
- Changed documentation to reflect changes in this release
- Renamed COPYING file to LICENSE
- Changed PHPUnit version from 3.7 to 4.8
Fixed
- Fixed Travis build settings
Full change list
For details see the full list of changes between v1 and v2
Contributors
Thanks to all contributors of this release:
@lengthofrope
@Ocramius
@pornel
@Potherca
@REBELinBLUE
@tanakahisateru
@usox
Release v1.3
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()
andunindent()
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