All Versions
12
Latest Version
Avg Release Cycle
186 days
Latest Release
643 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.12.0 Changes
September 20, 2020🔄 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
-
v0.11.0 Changes
August 01, 2019➕ 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
-
v0.10.0 Changes
February 18, 2018🔄 Changed
- 🔄 Change to limit Ruby version to 2.0
- 🔄 Change to use strings instead of verse
- 🔄 Change Field to rely on Strings#display_width
- 🔄 Change Operations to stop accepting table at initialization
- Change Operations#run_operations to #apply_to
- 🔄 Change Border to remove padding configuration
- 🔄 Change ColumnSet class to Columns stateless module
- 🔄 Change Indentation class to stateless module
🛠 Fixed
- 🛠 Fix :resize option to honour :padding values
-
v0.9.0 Changes
November 04, 2017🔄 Changed
- 🔄 Change ColumnSet class to Columns
- 🔄 Change gemset to require Ruby >= 2.0.0
- ⚡️ Change to update tty-screen dependency
-
v0.8.0 Changes
February 27, 2017🔄 Changed
- 🔄 Change necromancer dependency to fix Ruby 2.4.0
- 🔄 Change to use relative paths to load files
-
v0.7.0 Changes
January 15, 2017🔄 Changed
- 🔄 Change loading of dependencies and required files
- 🔄 Change pastel dependency version
-
v0.6.0 Changes
October 26, 2016🔄 Changed
- 🔄 Change to use unicode-display_width dependency
- ⬆️ Upgrade verse dependency
-
v0.5.0 Changes
February 11, 2016🔄 Changed
- ⬆️ Upgrade pastel & tty-screen dependencies
- ✂ Remove unused parameters from Operations::Padding
🛠 Fixed
- 🛠 Fix all warnings
-
v0.4.0 Changes
September 20, 2015🔄 Changed
- ⚡️ Update dependencies on tty-screen and pastel
-
v0.3.0 Changes
July 06, 2015🔄 Changed
- 🔄 Change benchmarks to reflect API
- 🔄 Change dependency on tty-screen