Releases: GSTJ/safe-jsx
Releases · GSTJ/safe-jsx
v1.1.0
v1.0.5
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.