Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.41 KB

File metadata and controls

74 lines (43 loc) · 2.41 KB

Changelog

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.

[Unreleased]

0.3.0 - 2026-05-19

Other

  • 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

Features

  • 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

Packaging

  • Do not depend on strum_macro

Internals

  • Just in time document order (#95) to improve XSLT support.

0.1.5 - 2025-03-24

Other

  • Badges.
  • Update a whole lot of readmes, linking things.
  • Credits and more links

0.1.4 - 2025-03-24

Other

  • updated the following local packages: xee-xpath-macros

0.1.3 - 2025-03-24

Other

  • updated the following local packages: xee-name

0.1.2 - 2025-03-21

Fixed

  • Fix underflow and overflow errors in array access.
  • Rewrite substring logic to avoid underflow/overflow issues. Also fix fn-substring-22 along the way.

0.1.1 - 2025-03-20

Initial public release.