Skip to content

Releases: GSTJ/safe-jsx

v1.1.0

13 May 15:13
Compare
Choose a tag to compare

Full Changelog: v1.0.5...v1.1.0

First stable release, faster and more reliable removing loads of false-positives.

v1.0.5

12 May 13:12
Compare
Choose a tag to compare

This version now understands and supports the !! operator for boolean conversion.

Now !!a won't be translated to `Boolean(!!a)``

It also understands and supports the "new Boolean" constructor, avoiding Boolean(new Boolean(a))cases.

It also uses typescript internally and has a lot more tests covering edge-cases.

v1.0.3

12 May 03:55
Compare
Choose a tag to compare

This version is faster, avoiding unnecessarily running heavy checks by early-returning.

1.0.1

12 May 01:42
a2c4279
Compare
Choose a tag to compare

This is the first working release, would love feedback on it!