CHANGELOG.md in tty-pager-0.12.1 vs CHANGELOG.md in tty-pager-0.13.0

- old
+ new

@@ -1,7 +1,29 @@ # Change log +## [v0.13.0] - 2020-05-30 + +### 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 + ## [v0.12.1] - 2019-03-16 ### Fixed * Fix exception when use tty-pager with tty-file by @tiev @@ -104,9 +126,11 @@ ### [v0.1.0] - 2015-05-31 * Initial release +[v0.13.0]: https://github.com/piotrmurach/tty-pager/compare/v0.12.1...v0.13.0 +[v0.12.1]: https://github.com/piotrmurach/tty-pager/compare/v0.12.0...v0.12.1 [v0.12.0]: https://github.com/piotrmurach/tty-pager/compare/v0.11.0...v0.12.0 [v0.11.0]: https://github.com/piotrmurach/tty-pager/compare/v0.10.0...v0.11.0 [v0.10.0]: https://github.com/piotrmurach/tty-pager/compare/v0.9.0...v0.10.0 [v0.9.0]: https://github.com/piotrmurach/tty-pager/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/piotrmurach/tty-pager/compare/v0.7.1...v0.8.0