Skip to content

version 9.5.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 15 Dec 19:55
· 590 commits to master since this release

Added

  • Improve package exception throwing by adding new exceptions classes that extends
    the League\Csv\Exception exception marker class #360, #361
    feature proposed and developed by Darren Miller
    • League\Csv\UnavailableFeature
    • League\Csv\InvalidArgument
    • League\Csv\SyntaxError

Deprecated

  • Nothing

Fixed

  • bug fix bom_match function see issue #363 resolved based on PR from Jerry Martinez
  • bug fix delemiter_detect function see issue #366

Removed

  • Nothing