Releases: harrygr/mandle
Releases · harrygr/mandle
v3.0.0
3.0.0 (2020-11-27)
Features
- Allow any data to be validated by a given validator (dcb1758)
BREAKING CHANGES
- Iterates over the rules rather than the data being validated
v2.3.0
2.3.0 (2019-11-07)
Features
- Add github build and test workflow (#14) (40e2af9)
v2.2.1
2.2.1 (2019-11-07)
Performance Improvements
v2.2.0
2.2.0 (2018-08-26)
Features
- Exclude valid fields in validation result (accb3c6)
v2.1.0
2.1.0 (2018-07-06)
Features
v2.0.0
2.0.0 (2018-05-01)
Performance Improvements
- deps: Remove lodash dependency (7147df3)
BREAKING CHANGES
- deps: Completely rewritten api
v1.2.0
1.2.0 (2018-02-21)
Features
- Consolidate the validation result into the top result object (bd38f99)
v1.1.0
1.1.0 (2017-11-24)
Features
- Allow adding custom messages for single fields (e6f5717)
v1.0.2
1.0.2 (2017-11-23)
Bug Fixes
- Remove commented-out import (d3ef69f)
v1.0.1
1.0.1 (2017-11-22)
Bug Fixes