Releases: DesignLiquido/xslt-processor
Releases · DesignLiquido/xslt-processor
Release list
4.6.1
- Updating XPath submodule. (97ded02)
- Complete xsl:number implementation for XSLT 1.0 compliance. (c1f6f97)
- Update XSLT 1.0 completion plan with accurate implementation status. (916f407)
- Implement Forwards-Compatible Processing (XSLT 1.0 Section 2.5). (9902cb0)
- Code updates required by XSLT 1.0 Section 5.3. (d785317)
- Fixing
concat()with XPath Expressions. (de194e6)
Full Changelog: v4.6.0...v4.6.1
4.6.0
- Updating TODO. (f781a1e)
- Updating XSLT extension XPath library expects. (aec021d)
- Fix custom function signatures to accept context as first parameter. (59d7f3d)
- Update to versioned XPath parser/lexer API. (7952f0a)
- Removing files that are not used by the interactive tests anymore. (6513d99)
Full Changelog: v4.5.0...v4.6.0
4.5.0
What's Changed
- Missing XSLT 1.0 methods by @leonelsanchesdasilva in #157
Full Changelog: v4.4.1...v4.5.0
4.4.1
- Using CDN for scripts. (44d59ad)
- Wait for XsltProcessor to be available in interactive test. (e0344ac)
- Improving interactive tests. (fa7cb2e)
- Interactive Demos page link. (5a010bf)
- Updating interactive tests to work on GitHub Pages. (6306638)
- chore: update demo files (cc2e0ac)
- Getting rid of
hepackages; - Fixing interactive tests. (1e13aa5)
- Updating README.md. (ee06190)
Full Changelog: v4.4.0...v4.4.1
4.4.0
What's Changed
- Implementing
json-to-xml()support in XSLT. by @leonelsanchesdasilva in #147 - Replace dynamic require() with static imports in xpath.ts by @Copilot in #153
- Return empty arrays instead of null in json-to-xml() for XPath consistency by @Copilot in #151
- Improve json-to-xml test assertions with DOM-based validation by @Copilot in #152
New Contributors
- @Copilot made their first contribution in #153
Full Changelog: v4.3.1...v4.4.0
4.3.1
4.3.0
What's Changed
- Implementing JSON output option. by @leonelsanchesdasilva in #144
Full Changelog: v4.2.1...v4.3.0
4.2.1
What's Changed
- Adjusting match algorithm for corner case encompassing double slashes in the XPath locator. by @leonelsanchesdasilva in #141
- Resolving: XSLT template with text on both sides (#109). by @leonelsanchesdasilva in #142
- Cloning parameter context twice, to load parameters defined in templates with
with-paramby @leonelsanchesdasilva in #143
Full Changelog: v4.2.0...v4.2.1
4.2.0
What's Changed
- Implementing
xsl:strip-spaceby @leonelsanchesdasilva in #138 - Implementing remaining
xsloperations. by @leonelsanchesdasilva in #140
Full Changelog: v4.0.0...v4.2.0
4.1.0
- Updating GitHub Action to support submodules. (2d9ec98)
- Updating README.md. (1e32e07)
- Implementing
xsl:strip-space. (cdd3604) - Updating TODO.md. (3c9236c)
Full Changelog: v4.0.0...v4.1.0