Releases: slepic/php-template
Releases · slepic/php-template
New Class DefaultDataTemplate
11 Dec 14:25
Compare
Sorry, something went wrong.
No results found
1.1.0
add class DefaultDataTemplate (#2)
1.0.1
10 May 13:10
Compare
Sorry, something went wrong.
No results found
fix githooks and remove php-cs-fixer config
PHP 7.4 Compatibility
10 May 13:05
Compare
Sorry, something went wrong.
No results found
bump PHP to ^7.4 || ^8.0
TemplateInterface::render() now has string return typehint
OutputBufferTemplate::render throws InvalidArgumentException if data argument contains keys that cannot be used as local variable names
use squizlabs/php_codesniffer instead of friendsofphp/php-cs-fixer for style check
bump dev deps to latest versions
use composer docker image for dev
move composer scripts to makefile
0.2.0
07 Jul 00:27
Compare
Sorry, something went wrong.
No results found
Added array typehint for first argument of TemplateInterface::render().
Changed travis setup to only run tests in oldest and newest php versions supported by this package (that is 5.6 and 7.3).
0.1.0
03 May 23:16
Compare
Sorry, something went wrong.
No results found
TemplateInterface
OutbutBufferTemplate