tty-pager v0.13.0 Release Notes
Release Date: 2020-05-30 // over 4 years ago-
โ Added
- โ Add support for streaming by Andrew Radev(@AndrewRadev)
- โ Add SystemPager integration tests by Andrew Radev(@AndrewRadev)
๐ Changed
- ๐ Change Pager structure and extract TTY::Pager::Abstract for the null, basic and system pagers
- ๐ Change BasicPager paging prompt to return only formatted prompt text and account for terminal height
- ๐ Change BasicPager to quit with a single keystroke
- ๐ Change BasicPager internals to increase readability
- ๐ Change SystemPager#command_exist? to search path
- ๐ Change tests structure for ease of maintenance by Andrew Radev(@AndrewRadev)
- ๐ Change gemspec to add metadata, remove test artefacts and dev dependencies
- โก๏ธ Update strings & tty-screen dependencies
- โ Remove tty-which dependency
๐ Fixed
- ๐ Fix SystemPager to run command test silently via Open3 and thus work on JRuby