Skip to content

1.1.1

Choose a tag to compare

@SaltyAom SaltyAom released this 09 Jun 23:31
7526a70

What's changed

Bug fix:

  • escape special characters in property names: quotes, backslashes, newlines, backticks etc. previously produced a SyntaxError (or could inject into the generated code); detection is now identifier-based and names are escaped with JSON.stringify

Full Changelog: 1.1.0...1.1.1