Releases: sissaschool/elementpath
Releases · sissaschool/elementpath
v4.7.0 (2024-12-20)
v4.6.0 (2024-10-27)
v4.5.0 (2024-09-09)
v4.4.0 (2024-03-11)
- Improve stand-alone XPath functions builder (issue #70)
- Update tokens and parsers
__repr__
- Fix static typing protocols to work with etree and XSD elements
v4.3.0 (2024-02-17)
- Change the purpose of the evaluation with a dynamic schema context, that is now used only for labeling tokens with XSD types
- The static evaluation is now performed also when a schema is provided to the parser
- First tests with Python 3.13 pre-releases by adding a tox.ini testenv
v4.2.1 (2024-02-10)
- Fix dynamic context initialization with lxml a non-root element (issue #71)
- Fix XP30+ function fn:function-lookup
- Fix XP30+ fn:unparsed-text, fn:unparsed-text-lines and fn:unparsed-text-available
v4.2.0 (2024-02-03)
v4.1.5 (2023-07-25)
- Fix typed value of ElementNode instance if
self.elem.text
is None