All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.1.2 (2022-06-29)
- Support for custom metadata in
Table.Reader.init/1
, it is now advised to include:count
if available (#8) - Support for passing the result of
Table.Reader.init/1
as an argument into_rows/2
andto_columns/2
(#12)
- The result of
to_rows/2
to retain enumeration properties (counting/slicing) of the underlying data (#9, #14)
- The
to_rows_with_info/2
andto_columns_with_info/2
functions in favour of usingTable.Reader.init/1
directly (#12)
v0.1.1 (2022-05-04)
- Improved the performance of the rows to columns conversion (#6)
v0.1.0 (2022-04-27)
Initial release.