All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
...
0.2.0 - 2023-05-08
- Each row read from the parser includes
:line
and:column
metadata providing the position in the input where the row occurred. zip-headers
preserves metadata on incoming rows in the returned records.
0.1.1 - 2022-09-27
- Compile with Java 1.8 for compatibility with older code.
- Eliminated a reflection warning in the write path.
Initial project release.