3.0.6 (2017-11-17)
- formatter: allow registering a default formatter (50fe027)
3.0.5 (2017-11-17)
- validator: fix promises concurrency bug with engine (6159327)
3.0.4 (2017-11-17)
- formatters: add support for formatters (7f332f8)
- sanitization: use @slynova/slug to slugify (#155) (78a8b36)
3.0.3 (2017-10-29)
3.0.2 (2017-10-29)
- raw: fix where
functionkeyword was used as property (c8c47a2)
3.0.1 (2017-10-29)
3.0.0 (2017-08-19)
- rules: work with short urls (e9fa432)
- sanitization: make 2nd arg optional (4bb95ec), closes #88
- validateAll: return all validation errors (a76f146), closes #100
2.2.1 (2016-10-11)
2.2.0 (2016-09-23)
- rules:equals: perform loose comparison (73007b1), closes #69
- validator: fix custom message typo error (19ec186)
- validator:extend: make sure to set the extended rule message (2f1054c)
- modes: add strict mode (ac07f38), closes #72
- raw: allow 63 characters long TLD in email (bd90485)
- rule: add string validation rule (b0ee84a)
2.1.2 (2016-06-18)
- validator: fix custom message typo error(19ec186)
- validator:extend: make sure to set the extended rule message(2f1054c)
2.1.1 (2016-06-11)
- validator:extend: make sure to set the extended rule message(2f1054c)
- validator: Allow emails with address extension, e.g. foo+baz@bar.com (125fe9f)
- exported-tests: removed unwanted exported tests (16288bf)