Skip to content

Releases: xp-framework/csv

11.1.0: XP 12 compatibility

24 Mar 11:46
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

11.0.0: Remove processsing, object and bean I/O

04 Feb 09:47
Compare
Choose a tag to compare
  • Merged PR #5: Remove object I/O: CsvObject & CsvBean reader & writers
    (@thekid)
  • Merged PR #4: Remove processing API - @thekid

10.2.0: Testing

04 Feb 09:23
Compare
Choose a tag to compare
  • Added PHP 8.3 and 8.4 to the test matrix - @thekid
  • Migrated to new testing library - @thekid

10.1.0: Be liberal in what you accept

25 Jan 17:56
Compare
Choose a tag to compare
  • Made object and bean readers accept class names along with lang.XPClass
    instances
    (@thekid)
  • Changed all CSV readers to accept io.streams.InputStream, io.Channel
    as well as io.streams.TextReader instances
    (@thekid)
  • Changed all CSV writers to accept io.streams.OutputStream, io.Channel
    as well as io.streams.TextWriter instances
    (@thekid)
  • Merged PR #3: Make CsvReader and CsvWriter closeable - @thekid

10.0.0: Drop XP 9, add XP 11

21 Oct 19:29
Compare
Choose a tag to compare

9.0.0: Drop PHP 5 support

10 Apr 19:23
Compare
Choose a tag to compare
  • Implemented xp-framework/rfc#334: Drop PHP 5.6:
    . Heads up: Minimum required PHP version now is PHP 7.0.0
    . Rewrote code base, grouping use statements
    . Converted newinstance to anonymous classes
    . Rewrote isset(X) ? X : default to X ?? default
    (@thekid)

8.0.2: XP10 compatibility

02 Dec 19:40
Compare
Choose a tag to compare
  • Made compatible with XP 10 - @thekid
  • Replaced xp::stringOf() with util.Objects::stringOf() - @thekid

8.0.1: PHP 7.2 compatibility

02 Apr 10:31
Compare
Choose a tag to compare
  • Fixed compatiblity with PHP 7.2 - @thekid

8.0.0: XP9 Compatibiliy

15 Jun 17:54
Compare
Choose a tag to compare
  • Heads up: Dropped PHP 5.5 support - @thekid
  • Added forward compatibility with XP 9.0.0 - @thekid

7.1.0: XP8 Compatibility

29 Aug 21:21
Compare
Choose a tag to compare
  • Added forward compatibility with XP 8.0.0 - @thekid