0.1.7 2023-09-15T10:17:36+12:00
- Fix generic error handling to work with LibXML 0.10.5+
0.1.6 2022-09-16T07:37:43+12:00
- Fix register-function method to work with LibXML 0.9.0+
release.
0.1.5 2022-06-28T10:31:30+12:00
- LibXML v0.7.10+ deprecation of xmlXPathObject coerce() -> COERCE()
0.1.4 2022-06-20T16:04:14+12:00
- Upgrade to LibXML v0.7.8+
- Add --maxvars and --maxdepth options to script bin/xslt.raku
- Lock protect config max-depth() and max-vars() methods
- Documentation updates.
0.1.3 2022-04-30T10:11:25+12:00
- Add LibXSLT::Document::Xslt COERCE method to allow:
my LibXSLT::Document::Xslt() $xslt-doc = $stylesheet.transform(:$doc);
- Also use LibXML 0.6.16 LibXML::Raw::CLib (memcpy and free) and
LibXML::Types &resolve-package method
0.1.2 2022-04-28T11:03:37+12:00
- fix LibXML 0.6.11 breakage.
- upgrade to LibXML 0.6.16 configuration changes
0.1.1 2021-02-11T08:06:33+13:00
- Documentation updates
- Remove disused sources: LibXSLT::Debug and LibXSLT:_Options
0.1.0 2020-06-18
- Compatibility fixes for LibXML 0.5.0.
0.0.6 2020-03-27
- Renamed github organisation: p6-xml -> libxml-raku
0.0.5 2019-11-03
- [LibXML::Stylesheet] changed handling of transform() parameters; which
are now automatically processed by default. Pass :raw to get the old
(Perl 5) behahviour. Note also that the xpath-to-string() sub has been
moved from LibXSLT to LibXSLT::Stylesheet
- Leave stylesheet `media-type as undefined, when not yet known.
0.0.4 2019-10-27
- Upgrade to LibXML 0.1.7; Changes to LibXML::Native::Defs
- Change LibXSLT::Native::Defs for consistancy with LibXML; return variables
rather than constants. e.g.: use LibXSLT::Native::Defs :$XSLT;
0.0.3 2019-10-21
- Upgrade to LibXML 0.1.6, which replaces the LibXML::ErrorHandler
class with a LibXML::ErrorHandling role
0.0.2 2019-10-05
- Implement .set-debug-callback method
- Add .suppress-warnings and .suppress-errors options; silence tests
0.0.1 2019-10-02
Initial release