Skip to content

Releases: DesignLiquido/xslt-processor

5.0.7

23 Mar 00:16

Choose a tag to compare

What's Changed

Full Changelog: v5.0.6...v5.0.7

5.0.6

22 Mar 01:56

Choose a tag to compare

What's Changed

Full Changelog: v5.0.5...v5.0.6

5.0.5

19 Mar 17:50

Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.0.5

5.0.4

04 Mar 02:23

Choose a tag to compare

What's Changed

  • Fixing cases reported at #181 regarding xsl:key and xsl: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

27 Feb 01:30

Choose a tag to compare

What's Changed

  • Package updates, and fixing package.json for dist. (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

16 Feb 18:12

Choose a tag to compare

  • Resolves #177. (0860655)
  • Improving documentation and types at expr-context.ts. (8f7b260)

Full Changelog: v5.0.1...v5.0.2

5.0.1

15 Feb 23:23

Choose a tag to compare

Full Changelog: v5.0.0...v5.0.1

5.0.0

11 Feb 23:27

Choose a tag to compare

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 domDocumentToXDocument and xslt.xsltProcessToDocument by @leonelsanchesdasilva in #174

Full Changelog: v4.9.0...v5.0.0

4.9.0

11 Feb 17:09

Choose a tag to compare

What's Changed

Full Changelog: v4.8.5...v4.9.0

4.8.5

10 Feb 23:54

Choose a tag to compare

What's Changed

  • Improving unit tests coverage. (72a6171)
  • Extended xsl:number coverage (zero padding) and namespace-alias output behavior in message-number-namespace.test.ts.
  • Added namespace-prefixed strip-space pattern test in strip-space.test.ts.
  • Added import precedence and apply-imports tests using data URI imports in template-priority.test.ts. (ede770f)
  • In HTML output mode, special handling for xmlns and xmlns:*. by @leonelsanchesdasilva in #166

Full Changelog: v4.8.4...v4.8.5