Releases: xp-framework/csv
Releases · xp-framework/csv
11.1.0: XP 12 compatibility
11.0.0: Remove processsing, object and bean I/O
10.2.0: Testing
10.1.0: Be liberal in what you accept
- 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 asio.streams.TextReader
instances
(@thekid) - Changed all CSV writers to accept
io.streams.OutputStream
,io.Channel
as well asio.streams.TextWriter
instances
(@thekid) - Merged PR #3: Make CsvReader and CsvWriter closeable - @thekid
10.0.0: Drop XP 9, add XP 11
- Implemented xp-framework/rfc#341, dropping compatibility with XP 9
(@thekid) - Made compatible with PHP 8.1 - add
ReturnTypeWillChange
attributes to
iterator, see https://wiki.php.net/rfc/internal_method_return_types
9.0.0: Drop PHP 5 support
- 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
. Convertednewinstance
to anonymous classes
. Rewroteisset(X) ? X : default
toX ?? default
(@thekid)
8.0.2: XP10 compatibility
8.0.1: PHP 7.2 compatibility
- Fixed compatiblity with PHP 7.2 - @thekid
8.0.0: XP9 Compatibiliy
7.1.0: XP8 Compatibility
- Added forward compatibility with XP 8.0.0 - @thekid