tty-spinner v0.9.0 Release Notes

Release Date: 2018-12-01 // over 5 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change tty-cursor dependency
    • ๐Ÿ”„ Change to Ruby >= 2.0
    • ๐Ÿ”„ Change to freeze all string literals
    • ๐Ÿ”„ Change #execute_job to stop evaluating in spinner context and just execute the job
    • ๐Ÿ”„ Change #register to accept a spinner instance by Shane Cavanaugh(@shanecav84)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix to remove a stray single quote in spin_4 by Kristofer Rye(@rye)
    • ๐Ÿ›  Fix Multi#line_inset to correctly assign styling in threaded environment
    • ๐Ÿ›  Fix #stop & #auto_spin to always restore hidden cursor if enabled
    • ๐Ÿ›  Fix deadlock when registering multi spinners