Releases: xp-forge/handlebars
Releases · xp-forge/handlebars
1.0.2: XP7 Forward compatibility
- Fix code to use
nameof()
instead of the deprecatedgetClassName()
method from lang.Generic. See xp-framework/core#120
(@thekid)
1.0.1: Forward compatibility
- Declared dependency on xp-framework/logging, which has since been
extracted from XP core.
(@thekid)
1.0.0: Welcome XP 6.5, PHP 5.5
- Heads up: Changed minimum XP version to XP 6.5.0, and with it the
minimum PHP version to PHP 5.5.
(@thekid)
0.5.0: Legacy cleanup
- Dropped dependency on
com.handlebarsjs.LogCategoryExtensions
which
was necessary as long as xp-framework/core#4 hadn't been merged
(@thekid)
0.4.1: Short array syntax
- Rewrote codebase to use short array syntax - @thekid
0.4.0: Forward compatibility
0.3.0: PHP7 forward compat
- Verified support for PHP7 when using XP 6.3.1
(@thekid) - Renamed the package-internal String class to
com.handlebarsjs.Quoted
.
See https://wiki.php.net/rfc/reserve_more_types_in_php_7
(@thekid)
0.2.0: Logging fix
0.1.0: Hello world
- First public release - @thekid