Releases: DesignLiquido/xslt-processor
Releases · DesignLiquido/xslt-processor
v1.2.8
What's Changed
- HTML input with
<!DOCTYPE html>
defined returns empty output. by @leonelsanchesdasilva in #73
Full Changelog: v1.2.7...v1.2.8
v1.2.7
- Tag ordering;
- Fixing issues with
options
parameters.
Full Changelog: v1.2.6...v1.2.7
v1.2.6
- Solving cases where tag attributes were not correctly assigned to its respective output tags. (e507eb8)
- Adding parent to attribute nodes. (a37a6f3)
Full Changelog: v1.2.5...v1.2.6
v1.2.5
- Expanding the logic to write correct LMHT output. (157c9c8)
- Separating the absolute match into two cases: simple "/" (axis "self") and others (axis "child"). (1971175)
- Moving back the
ExprContext
toxpath
directory. (a797cfe) - Adding the
MatchResolver
class, sinceXslt
class should only work with the XSLT operations, not with XPath matches. (a797cfe) - Update TODO.md (624668f)
Full Changelog: v1.2.4...v1.2.5
v1.2.4
v1.2.3
v1.2.2
What's Changed
- Moving
domTraverseElements
toXNode
class. by @leonelsanchesdasilva in #67
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- XPath
current()
function by @leonelsanchesdasilva in #66
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Breaking Changes
xsltProcess
method fromXslt
class doesn't accept aparameters
argument anymore. The parameters should be provided at theXslt
class constructor (options.parameters
).
What's Changed
- Revamping Expression Context, special operator for XPath, etc. by @leonelsanchesdasilva in #65
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #64
Full Changelog: v1.1.6...v1.2.0