Releases: npranto/regexer
Releases · npranto/regexer
v2.1.0
2.1.0 (2018-06-23)
Features
- component: Adds Descriptive API (4c49998)
v2.0.0
2.0.0 (2018-06-17)
Bug Fixes
BREAKING CHANGES
- component: "dist" directory is missing after installing nsp-regexer; Immediate attention
needed! Without "dist" directory, "nsp-regexer" breaks and completely unusable.
v1.1.0
1.1.0 (2018-06-13)
Features
- component: Adds isCreditCardNumber() (5308978)
v1.0.0
1.0.0 (2018-06-12)
Features
- component: Common Regex Functions (455e1e2)
BREAKING CHANGES
- component: New regular expressions functions have been added and multiple edits have been made to previous common functions as well
v0.0.1
The very first release of regexer with just a single regex test function - isEmail(). Hold up for more functions to come that leverages regex.