Skip to content

Releases: hoshomoh/CSVUtils

v6.0.1

23 Jun 14:32
Compare
Choose a tag to compare

Updated allowed PHP version to >7.1.3

v6.0.0

26 Mar 21:11
da85210
Compare
Choose a tag to compare

Added ParameterizedRuleInterface for Rules with parameters

v5.0.1

26 Mar 15:29
77389a4
Compare
Choose a tag to compare

Fixed Replacement typed value bug #15

v5.0.0

15 Mar 15:43
Compare
Choose a tag to compare
  • Refactored methods with php7 operators and scalar types

v2.1.0

18 Nov 11:55
c7d1fd3
Compare
Choose a tag to compare
  • 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

24 May 12:43
561764b
Compare
Choose a tag to compare
  • 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

v2.0.0

21 May 13:14
40e4e37
Compare
Choose a tag to compare
  • Re-implemented the CSV validator and converter to support for easy extension
  • Added ability to pass custom rule to validation rules
  • Added ability to write CSV output to custom converters

v1.0.0

05 Sep 23:12
Compare
Choose a tag to compare

Initial release supporting ascii, min, max and url validation and also can convert data to json and xml.