Releases: tixxit/delimited
Releases · tixxit/delimited
Row API improvements
Minor update to the 0.10 series (first 2.13 versions). This adds foreach
and toIndexedSeq
to Row.
First 2.13 support
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
- 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
- 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
- added many new tests for more confidence in changes moving forward
delimited-iteratee
provides an Iteratee-based library for streaming parsing
v0.6.1
- Fix IndexOutOfBoundsException in parsing
v0.6.0
- 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
- Parsing performance improvements.