Skip to content

Releases: xp-framework/csv

7.0.0: XP7 compatibility

21 Feb 23:06
Compare
Choose a tag to compare

6.2.0: Welcome, XP 6.5 / PHP 5.5

14 Dec 13:48
Compare
Choose a tag to compare
  • Heads up: Changed minimum XP version to XP 6.5.0, and with it the
    minimum PHP version to PHP 5.5.
    (@thekid)

6.1.1: Skip empty lines

30 Jun 17:37
Compare
Choose a tag to compare
  • Added handling to skip empty lines or lines consisting completely of
    whitespace (space, newlines and tabs).
    (@thekid)

6.1.0: Iterable lines

24 May 08:28
Compare
Choose a tag to compare

6.0.1: Hello XP6

24 May 08:28
Compare
Choose a tag to compare
  • Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid

6.0.0: Namespaces

24 May 08:29
Compare
Choose a tag to compare
  • Rewrite CsvObjectWriter and CsvObjectReader to use reflection and
    instead of using array-cast trick and then accessing mangled names.
    (@thekid)
  • Heads up: Converted classes to PHP 5.3 namespaces - (@thekid)