Skip to content

Releases: MonterraByte/tinytable

v0.2.0

12 Apr 13:58
v0.2.0
bfc644a

Choose a tag to compare

Changed

  • Breaking: remove the CellIter generic parameter from write_table (#2)
  • Breaking: move the I generic parameter from write_table to an impl Trait parameter (32ee1fa)
  • Refactor write_table into smaller functions for reusability (#8)

Added

v0.1.2

13 Mar 14:08
v0.1.2
95bc0d7

Choose a tag to compare

Improved:

  • Reduced allocations by reusing the String that holds the cell value.

v0.1.1

06 Mar 22:49
v0.1.1
84aee6b

Choose a tag to compare

Changed:

  • The iterator over elements in a row can now be a regular Iterator,
    instead of having to be an ExactSizeIterator.

v0.1.0

01 Mar 21:20
v0.1.0
683e823

Choose a tag to compare

Initial release