Breaking: Reorganized API to mirror JavaScript built-in objects for quickjs
Dtoa → Number.Prototype (toString, toFixed, toPrecision, toExponential, toRadix)Atod → Global (parse_float, parse_float_partial)IntToString → Number (of_int, of_int32, of_int64, of_int_radix, etc.)String.Prototype module (to_lower_case, to_upper_case, normalize)Unicode module for character-level operations (is_cased, is_id_start, canonicalize, etc.)RegExp.exec interface to return resultBug fix for RegExp backtracking when not find a match
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.