Skip to content

1.0.7

Compare
Choose a tag to compare
@postmodern postmodern released this 14 Jul 03:13
· 124 commits to main since this release
v1.0.7
  • Improved the performance of Ronin::Support::Encoding::JS.unescape and String#js_unescape by 2x.
  • Correctly parse Unicode surrogate character pairs in JavaScript strings (ex: "\uD83D\uDE80") in Ronin::Support::Encoding::JS.unescape, String#js_unescape, Ronin::Support::Encoding::JS.unquote, and String#js_unquote.