Skip to content

Releases: keboola/php-csv

4.1.0

Choose a tag to compare

@ondrajodas ondrajodas released this 11 Jan 09:32
a7e5828

What's Changed

  • CM-873 May detect linebreak incorrectly in edge case by @tomasfejfar in #56

New Contributors

Full Changelog: 4.0.0...4.1.0

3.4.0

Choose a tag to compare

@ondrajodas ondrajodas released this 11 Jan 07:50
73ffd7e

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

Choose a tag to compare

@ondrajodas ondrajodas released this 08 Dec 09:23
4d7785e

What's Changed

Full Changelog: 3.2.0...3.3.0

4.0.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 06 Apr 07:54
b97eb09

What's Changed

Breaking change

  • Boolean false values were written like empty strings same as null values. From now are written as 0, to be different from null and to correspond with 1 for true.

Full Changelog: 3.2.0...4.0.0

1.5.0

Choose a tag to compare

@zajca zajca released this 02 Feb 10:56
62398e5

What's Changed

Note

You should not use this release, use newer v3

Full Changelog: 1.4.2...1.5.0

3.2.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 02 Nov 15:03
ea1e00e

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

Choose a tag to compare

@ondrajodas ondrajodas released this 21 Jun 11:48
82cc689

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

Choose a tag to compare

@AdamVyborny AdamVyborny released this 10 May 11:01
ffb01ab

What's Changed

Full Changelog: 2.3.0...3.0.0

2.3.0

Choose a tag to compare

@zajca zajca released this 26 Aug 12:05
efd0fae
  • UTF8 BOM is now automatically detected on first line and header is fixed #43

2.2.1

Choose a tag to compare

@michaljurecko michaljurecko released this 28 Jul 09:29
eb5a835
  • Rows iteration is about 20% faster, validateLineBreak is called only once from constructor, read more: #42