CHANGELOG.md in tty-prompt-0.10.1 vs CHANGELOG.md in tty-prompt-0.11.0

- old
+ new

@@ -1,7 +1,36 @@ # Change log +## [v0.11.0] - 2017-02-26 + +### Added +* Add Console for reading input characters on Unix systems +* Add WinConsole for reading input characters on Windows systems +* Add WindowsApi to allow for calls to external Windows api +* Add echo support to multilist by Keith Keith T. Garner(@ktgeek) + +### Changed +* Change Reader to use Console for input reading +* Change Codes to use codepoints instead of strings +* Change Reader#read_line to match #gets behaviour +* Change Symbols to provide Unicode support on windows +* Change Slider to display Unicode when possible +* Change ConverterRegistry to be immutable +* Change Reader to expose #trigger in place of #publish for events firing + +### Fixed +* Fix `modify` throwing exception, when user enters empty input by Igor Rzegocki(@ajgon) +* Fix #clear_line behaviour by using tty-cursor 0.4.0 to work in all terminals +* Fix paging issue for lists shorter than :per_page value repeating title +* Fix #mask prompt to correctly match input on Windows +* Fix @mask to use default error messages +* Fix #select & #multi_select prompts to allow changing options with arrow keys on Windows +* Fix #echo to work correctly in zsh shell by štef(@d4be4st) +* Fix Slider#keyright event accepting max value outside of range +* Fix 2.4.0 conversion errors by using necromancer 0.4.0 +* Fix #enum_select preventing selection of first item + ## [v0.10.1] - 2017-02-06 ### Fixed * Fix File namespacing @@ -135,9 +164,10 @@ ## [v0.1.0] - 2015-11-01 * Initial implementation and release +[v0.11.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.10.1...v0.11.0 [v0.10.1]: https://github.com/piotrmurach/tty-prompt/compare/v0.10.0...v0.10.1 [v0.10.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.9.0...v0.10.0 [v0.9.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.8.0...v0.9.0 [v0.8.0]: https://github.com/piotrmurach/tty-prompt/compare/v0.7.1...v0.8.0 [v0.7.1]: https://github.com/piotrmurach/tty-prompt/compare/v0.7.0...v0.7.1