Skip to content

1.2.0 Release

Choose a tag to compare

@Gogowitsch Gogowitsch released this 07 Jan 08:36
· 44 commits to master since this release

Breaking changes: none

New features:

  • Compatible with PHP 7.4. Thanks to @andreybolonin @morrislaptop @martijnengler and @fjf2002.
  • unparse() now also understands $use_mb_convert_encoding.
  • Verbal condition operators are now allowed to contain upper case letters, for example:
    $csv->conditions = 'rating IS GREATER THAN 4';

Bug fixes:

  • All filter condition operators containing "is" or "equals"
    were broken.

Code quality:

  • Improved test coverage.