- Adds regex pattern rules
- Adds alternative array syntax (instead of pipe) for declaring validation rules
- email validation rule now supports emails with a dot before the @ symbol, like [email protected]
- Adds Validator.make() as an alias to new Validator()
- Adds .all() method on validation errors object
- Adds .has() method on validation errors object
- Broke up library into smaller files that get combined during build
- Replaces jasmine-node with Karma and Grunt watch for testing
- Adds Istanbul for test coverage reporting
- Adds language support
- Updates travis config file to use Node 0.10 instead of 0.8