Skip to content

Releases: tixxit/delimited

Row API improvements

23 Jul 19:48
Compare
Choose a tag to compare

Minor update to the 0.10 series (first 2.13 versions). This adds foreach and toIndexedSeq to Row.

First 2.13 support

23 Jul 19:46
Compare
Choose a tag to compare

This mainly adds 2.13 support, but does a very minor breaking API change in Row: it no longer extends IndexedSeq. Instead use .toVector or directly access items with apply.

v0.9.0

15 Jun 15:36
Compare
Choose a tag to compare
  • Validate inferred formats using a score-based system
  • Various doc fixes by @danking
  • Upgrade to iteratee.io v0.12.0 by @travisbrown
    • Use scan instead of custom Iteratee/Enumeratee
    • Raise errors in context of ApplicativeError instead of throwing

v0.8.0

13 Jun 13:27
Compare
Choose a tag to compare
  • Upgrade iteratee to v0.5.0 (was v0.3.1)
  • Add inference bufferSize parameter to parser
  • Add optional maxCharsPerRow paramter to parser

v0.7.0

11 Apr 14:55
Compare
Choose a tag to compare
  • added many new tests for more confidence in changes moving forward
  • delimited-iteratee provides an Iteratee-based library for streaming parsing

v0.6.2

06 Apr 15:55
Compare
Choose a tag to compare
  • Many bug fixes

v0.6.1

05 Apr 20:21
Compare
Choose a tag to compare
  • Fix IndexOutOfBoundsException in parsing

v0.6.0

05 Apr 20:19
Compare
Choose a tag to compare
  • Removes Delimited class and companion object
  • Move DelimitedParser to the top level package (net.tixxit.delimited)
  • Add more docuementation and publish docs to GH pages

v0.5.5

01 Apr 17:20
Compare
Choose a tag to compare
  • Parsing performance improvements.