Releases: hoshomoh/CSVUtils
Releases · hoshomoh/CSVUtils
v6.0.1
v6.0.0
v5.0.1
v5.0.0
v2.1.0
- Added
:line
placeholder replacer, to replace the row/line number which the error occurred in the CSV. - Updated Validator to set row/line number and passed it to addFailure for setting the row/line number.
- Updated all supported rules to display line number in their error message.
- Updated test for checking if the line number is replaced properly.
- Updated the README so, developers know they can pass
:line
number as a placeholder when overwriting the Rules error message. - Updated composer.json to include LICENSE information so it's visible on packagist.
v2.0.1
- Add php-7.0, php-7.1 and php-7.2 tests in Travis CI build and let php-nightly allow to be failed.
- Set the different PHPUnit version for different PHP versions.
- Use the class-based PHPUnit namespace to be compatible with the latest PHPUnit version.
- Added ext-mbstring to check whether the mbstring extension is installed when executing the composer install command
- Removed redundant isImplicit method for validator interface and everywhere it was used