Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Releases: kitajs/ts-html-plugin

v1.3.4

28 Jan 14:39
479c121
Compare
Choose a tag to compare

What's Changed

  • feat: support for the new escaping tag function "e" and "escape" by @JacopoPatroclo in #50

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

19 Nov 04:43
cda20f4
Compare
Choose a tag to compare

What's Changed

  • Removed duplicated diagnostics
  • Fixed latest @kitajs/html children xss bug.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

19 Nov 03:03
401a828
Compare
Choose a tag to compare

What's Changed

  • Added full support for arrays (#27)
  • Improved tests in general
  • Ignore boolean in binary operators (#24)

Full Changelog: v1.3.1...v1.3.2

v1.3.1

16 Nov 17:00
04cfe80
Compare
Choose a tag to compare

What's Changed

  • Added automated test against typescript language server.
  • Fixed false XSS warning on parenthesized jsx tags (#24)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

07 Oct 20:14
5ee4cef
Compare
Choose a tag to compare

Important Changes

  • Fixed package.json bin field
  • <script> tags are ignored by default in #8
  • Binary and ternary operations are parsed individually in #7
  • Updated dependencies
  • Typescript compliant CLI diagnostics
  • Added -s option to emit simple diagnostics
  • Faster file exclusion
  • Shorter error messages and added links to oficial documentation.
  • Better arrays/method calls detections.

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Oct 02:06
9890dca
Compare
Choose a tag to compare

Important Changes

  • ⚠️ Fixed XSS vulnerabilities without warnings in #2
  • Correct JSX.Element and Html.Children usages in #1
  • Improved multiple documentation cases.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

29 Sep 05:13
70642ea
Compare
Choose a tag to compare

Important Changes

  • Added CLI tool to automate xss tests inside CI pipelines. See readme for more details.
  • Fixed bin path

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Sep 04:59
f068519
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

Important Changes

  • Added CLI tool to automate xss tests inside CI pipelines. See readme for more details.

Full Changelog: v1.0.2...v1.1.0

v1.0.2

20 Sep 15:55
Compare
Choose a tag to compare

Important changes

  • Added support for Html.escapeHtml calls
  • Added support for XSS inside components

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Sep 17:00
Compare
Choose a tag to compare

Important Changes

  • Fixed safe attribute not working.

Full Changelog: v1.0.0...v1.0.1