package quickjs

  1. Overview
  2. Docs

Changes

0.2.0

  • Full tests coverage from Official ECMAScript Conformance Test Suite for RegExp
  • Support unicode in RegExp
  • Support named groups in RegExp
  • Bind to dtoa (Dtoa, Atod, IntToString)

0.1.2

  • Support for named groups
  • Change RegExp.exec interface to return result

0.1.1

Bug fix for RegExp backtracking when not find a match

0.1.0

Initial release of quickjs. This release only includes bindings to libregexp and exposes the API of the QuickJS C library with the same shape as the JavaScript API: RegExp.