Releases: DesignLiquido/xslt-processor
Releases · DesignLiquido/xslt-processor
5.0.7
What's Changed
- Fix XPath arithmetic on element nodes; reorganize tests by topic by @leonelsanchesdasilva in #190
Full Changelog: v5.0.6...v5.0.7
5.0.6
What's Changed
- Bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #186
- Issue 187 Requests by @leonelsanchesdasilva in #188
Full Changelog: v5.0.5...v5.0.6
5.0.5
What's Changed
- Update xpath submodule to fix node-set string coercion (issue #182) by @leonelsanchesdasilva in #184
- Addressing bug reported at #183. by @leonelsanchesdasilva in #185
Full Changelog: v5.0.4...v5.0.5
5.0.4
What's Changed
- Fixing cases reported at #181 regarding
xsl:keyandxsl:value-of. (f9a72d8) - Bump rollup from 4.55.2 to 4.59.0 by @dependabot[bot] in #180
Full Changelog: v5.0.3...v5.0.4
5.0.3
What's Changed
- Package updates, and fixing
package.jsonfordist. (c28266a) - Regenerating yarn.lock. (c7e95e3)
- Bump basic-ftp from 5.0.5 to 5.2.0 by @dependabot[bot] in #179
Full Changelog: v5.0.2...v5.0.3
5.0.2
Full Changelog: v5.0.1...v5.0.2
5.0.1
- Resolving #176. (4df8e9d)
- Addressing 3a56e54#r177015902. (dac527a)
- Updating README.md. (7690f30)
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- All XSLT parameters passed via options.parameters were unconditionally coerced to StringValue, losing type information for numbers, booleans, and node sets (resolves #175). (3a56e54)
- Implementing
domDocumentToXDocumentandxslt.xsltProcessToDocumentby @leonelsanchesdasilva in #174
Full Changelog: v4.9.0...v5.0.0
4.9.0
What's Changed
- Fixed issue #170 — Missing namespaces in HTML mode. (71d30a8)
- Fixed issue #169 — missing namespace declarations for namespace-prefixed attributes. (2255e3e)
- Implementing configurable fetch by @leonelsanchesdasilva in #173
Full Changelog: v4.8.5...v4.9.0
4.8.5
What's Changed
- Improving unit tests coverage. (72a6171)
- Extended
xsl:numbercoverage (zero padding) andnamespace-aliasoutput behavior inmessage-number-namespace.test.ts. - Added namespace-prefixed
strip-spacepattern test instrip-space.test.ts. - Added import precedence and
apply-importstests using data URI imports intemplate-priority.test.ts. (ede770f) - In HTML output mode, special handling for
xmlnsandxmlns:*. by @leonelsanchesdasilva in #166
Full Changelog: v4.8.4...v4.8.5