All Versions
12
Latest Version
Avg Release Cycle
186 days
Latest Release
1674 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