Skip to content

10.1.0: Be liberal in what you accept

Compare
Choose a tag to compare
@thekid thekid released this 25 Jan 17:56
· 13 commits to master since this release
  • 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