Releases: genkgo/xsl
Releases · genkgo/xsl
1.0.5
PHP8 compatibility
1.0.0
Rewrite of arguments passed to XPath functions. Allow to load function more lazily.
1.0.0-alpha7
Minor fix for schema types for argument parsing in functions
1.0.0-alpha6
Improve exceptions/errors and arguments casting.
1.0.0-alpha5
make function name protected, could be useful to the inheriting class
1.0.0-alpha4
style
1.0.0-alpha3
also transpile non-file documents
1.0.0-alpha2
Simplify creating user functions by having a AbstractFunction
.
1.0.0-alpha1
Now PHP 7.2+ is required, package uses strict types, lazy function loading and provides easier methods for arguments to functions.