- NPM: Update npm settings.
- Breaking Change: Remove UMD headers that support RequireJS and browser globals.
- Breaking Change: The json object returned from
extract()
method without the "0" property. - Breaking Change: Add
replace()
method to RegExp object.
- Bug Fix: Fix CommonJS factory invoking bug.
- Bug Fix: Fix a bug in multiple(). In the case of multiple(5) that returns /{,}/, and should be /{5,}/.
- Feature: Character Classes now support nesting.
- Feature: Added RegExp.extract() method, that returns a JSON object using capture names as properties.
- First release.