All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.0 - 2026-05-19
- Fix clippy issues. (#152)
- Improve the xee-xpath::Documents docs (#130)
- Add tracking for various unsupported features and implement xsl:output as the one failing the most tests (#124)
- Implement support for xsl:iterate (#122)
- add both cargo fmt as well as clippy to build process. (#120)
- linter fixes (#115)
0.2.0 - 2025-08-05
-
More XSLT works. Most doesn't though.
-
Implement fn:trace as a NOOP (#86)
-
Implement fn:random-number-generator.
-
Define fn:concat with arity 99
-
Use arithmetic casting for op:numeric-subtract
- Do not depend on strum_macro
- Just in time document order (#95) to improve XSLT support.
0.1.5 - 2025-03-24
- Badges.
- Update a whole lot of readmes, linking things.
- Credits and more links
0.1.4 - 2025-03-24
- updated the following local packages: xee-xpath-macros
0.1.3 - 2025-03-24
- updated the following local packages: xee-name
0.1.2 - 2025-03-21
- Fix underflow and overflow errors in array access.
- Rewrite substring logic to avoid underflow/overflow issues. Also fix
fn-substring-22along the way.
0.1.1 - 2025-03-20
Initial public release.