tty-table v0.12.0 Release Notes

Release Date: 2020-09-20 // over 3 years ago
  • ๐Ÿ”„ Changed

    • โšก๏ธ Optimize adding rows by Tim Craft(@timcraft)
    • โœ‚ Remove the equatable and necromancer dependencies
    • โšก๏ธ Update the pastel, tty-screen and strings dependencies
    • ๐Ÿ”„ Change Border to use BorderDSL exclusively for handling options

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix resize option raising an error for small terminal sizes by Katelyn Schiesser(@slowbro)
    • ๐Ÿ›  Fix Table::Indentation to check for map method support by @deemytch

Previous changes from v0.11.0

  • โž• Add

    • โž• Add ability to specify border separator as an Array, Proc value by Mitch VanDuyn(@catmando)

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change Indentation#indent to stop mutating input
    • ๐Ÿ”„ Change gemspec to load files directly
    • ๐Ÿ”„ Change to freeze strings
    • ๐Ÿ”„ Change to relax constraints on tty-screen & equatable
    • ๐Ÿ”„ Change to remove upper boundary on bundler dev dependency