Releases: MonterraByte/tinytable
Releases · MonterraByte/tinytable
v0.2.0
Changed
- Breaking: remove the
CellItergeneric parameter fromwrite_table(#2) - Breaking: move the
Igeneric parameter fromwrite_tableto animpl Traitparameter (32ee1fa) - Refactor
write_tableinto smaller functions for reusability (#8)
Added
- Add
write_tablevariant that supports custom formatters (#8) - Add support for fallible iterators (#1)
v0.1.2
Improved:
- Reduced allocations by reusing the String that holds the cell value.
v0.1.1
Changed:
- The iterator over elements in a row can now be a regular
Iterator,
instead of having to be anExactSizeIterator.
v0.1.0
Initial release