Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Tags: jwage/easy-csv

Tags

1.0.0

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
1.0.0

=====

- Total issues resolved: **1**
- Total pull requests resolved: **4**
- Total contributors: **3**

Improvement
-----------

 - [43: Update dependencies](#43) thanks to @jwage
 - [42: Update Doctrine Coding Standards to 5.0](#42) thanks to @jwage
 - [40: Update PHPStan to 0.10](#40) thanks to @jwage

Bug
---

 - [39: Fix issue #35](#39) thanks to @peter279k and @2upmedia

0.0.6

Verified

This tag was signed with the committer’s verified signature.
jwage Jonathan H. Wage
0.0.6

=====

- Total issues resolved: **1**
- Total pull requests resolved: **3**
- Total contributors: **3**

Improvement
-----------

 - [42: Update Doctrine Coding Standards to 5.0](#42) thanks to @jwage
 - [40: Update PHPStan to 0.10](#40) thanks to @jwage

Bug
---

 - [39: Fix issue #35](#39) thanks to @peter279k and @2upmedia

0.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from jwage/code-cleanup

Require PHP 7.1, add phpstan, Doctrine coding standards, add scrutini…

0.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #37 from peter279k/optional_headers

Add optional parameter headers

0.0.3

Merge pull request #26 from 2upmedia/master

discovered SplFileObject::fgetcsv() bugs implemented a workaround in the meantime, removed superfluous $line, more unit tests, updated README with examples

0.0.2

Update README.markdown

0.0.1

Merge pull request #10 from korstiaan/lazy-load-headers

Lazy load headers so we can still set delimiter / enclosure