All Versions
9
Latest Version
Avg Release Cycle
190 days
Latest Release
1553 days ago

Changelog History

  • v0.7.1 Changes

    January 25, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Change gemspec to include metadata and remove test files
  • v0.7.0 Changes

    May 27, 2019

    โž• Added

    • Add #scroll_up & #scroll_down display by one line

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change to restrict gem to Ruby >= 2.0
  • v0.6.1 Changes

    February 28, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change gemspec to load files without git
  • v0.6.0 Changes

    July 13, 2018

    ๐Ÿ”„ Changed

    • โœ‚ Remove encoding magic comments

    ๐Ÿ›  Fixed

    • Fix #clear_line_before/after to use correct control symbols by Xinyue Lu(@msg7086)
    • ๐Ÿ›  Fix gem vendoring by moving version file to its own folder
  • v0.5.0 Changes

    August 01, 2017

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change #save & #restore to work on major systems by Austin Blatt[@austb]
  • v0.4.0 Changes

    January 08, 2017

    โž• Added

    • โž• Add #clear_char for erasing characters
    • Add #clear_line_before for erasing line before the cursor
    • Add #clear_line_after for erasing line after the cursor
    • โž• Add #column to move the cursor horizontally in the current line
    • โž• Add #row to move the cursor vertically in the current column

    ๐Ÿ”„ Changed

    • โœ‚ Remove #move_start
    • ๐Ÿ”„ Change #next_line to move the cursor to beginning of the line
    • ๐Ÿ”„ Change #clear_line to move the cursor to beginning of the line
    • ๐Ÿ”„ Change alias_method to alias

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix #clear_line to correctly clear whole line
  • v0.3.0 Changes

    May 21, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix prev_line to work in iTerm2 and Putty by @m-o-e
  • v0.2.0 Changes

    December 28, 2015

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change #clear_lines to clear first and move up/down
  • v0.1.0 Changes

    November 28, 2015
    • ๐ŸŽ‰ Initial implementation and release