Releases: shystruk/csv-file-validator
Releases · shystruk/csv-file-validator
v2.2.0
- Add dependentValidateError #129
- Upgrade papaparse
v2.1.0
- Last required header is skipped by validation #111
- Support
dynamicTyping
#103
isColumnIndexAlphabetic
- convert numeric column index to alphabetic letter #110
v2.0.0
- Upgrade dependencies
- Return
rowIndex
, columnIndex
with a message #97
v1.13.1
- fix error messages spacing #90
v1.13.0
- Dependent validation. Clear code #89
v1.12.0
- fields are mismatched #83
v1.11.1
- formatting, tests for type definitions (tsd) #81
v1.11.0
- Typescript. Add type definitions #80
v1.10.4
- return more information about Invalid Header (#59)
- config validation, webpack source map for demo (#60)
- error message when fields are mismatch (#62)