Skip to content

API Updated, bugs fixed, version bumped.

Latest

Choose a tag to compare

@alexeld alexeld released this 02 Oct 08:35
· 3 commits to master since this release

After some great pull-requests from @mathiasbynens, the version has been updated to v1.0.4 with the following features:

  • added `toString' to the public API which will return the RegExp as a string
  • renamed regex to toRegExp (and deprecated regex) so it more closely matches ECMAScript naming conventions
  • escaping of non-ASCII symbols is now handles correctly
  • REAME updated to fix incorrect statements regarding JavaScript's coercion of numbers to strings.

Thanks to @mathiasbynens for all of the above fixes!