CHANGELOG.md in tty-0.3.2 vs CHANGELOG.md in tty-0.4.0

- old
+ new

@@ -1,53 +1,90 @@ -0.3.2 (Nov 28, 2015) +# Change log +## [v0.4.0] - 2016-02-13 + +### Added +* Add tty-color dependency + +### Changed +* Update dependencies + +## [v0.3.2] - 2015-11-28 + +### Added * Add tty-cursor as a dependency + +### Changed * Remove necromancer dependency -0.3.1 (Nov 25, 2015) +## [v0.3.1] - 2015-11-25 +### Added * Add tty-prompt as actual dependency -0.3.0 (Nov 24, 2015) +## [v0.3.0] - 2015-11-24 +### Changed * Extract prompting for user input as dependency on tty-prompt * Extract terminal mode * Remove support utils * Update dependencies to latest * Change home directory implementation -0.2.1 (Sept 20, 2015) +## [v0.2.1] -2015-09-20 * Update dependencies to latest versions -0.2.0 (July 6, 2015) +## [v0.2.0] - 2015-07-06 +### Changed * Extract platform detection as dependency on tty-platform * Extract terminal output paging as dependency on tty-pager * Extract which command as dependency on tty-which -0.1.3 (April 3, 2015) +## [v0.1.3] - 2015-04-03 +### Added * Add table rendering as dependency on tty-table + +### Changed * Update tty-progressbar dependency -0.1.2 (December 14, 2014) +## [0.1.2] - 2014-12-14 +### Added * Add Necromancer for type conversions -* Remove type conversions * Add read_keypress call by @janko-m * Add raw mode by @janko-m -0.1.1 (November 23, 2014) +### Changed +* Remove type conversions +## [v0.1.1] - 2014-11-23 + +### Added * Add TTY::ProgressBar * Add TTY::Spinner + +### Changed * Remove TTY::Terminal::Color and replace with Pastel * Change to depend on Equatable library * Change to depend on TTY::Screen library for screen size detection -0.1.0 (21 September, 2014) +## [v0.1.0] - 2014-09-21 +### Changed * Simplify development dependency mangement * Update test suite to the latest RSpec * Improve method documentation across library * Semantic changes across library to improve code readability + +[v0.4.0]: https://github.com/peter-murach/tty/compare/v0.3.2...v0.4.0 +[v0.3.2]: https://github.com/peter-murach/tty/compare/v0.3.1...v0.3.2 +[v0.3.1]: https://github.com/peter-murach/tty/compare/v0.3.0...v0.3.1 +[v0.3.0]: https://github.com/peter-murach/tty/compare/v0.2.1...v0.3.0 +[v0.2.1]: https://github.com/peter-murach/tty/compare/v0.2.0...v0.2.1 +[v0.2.0]: https://github.com/peter-murach/tty/compare/v0.1.3...v0.2.0 +[v0.1.3]: https://github.com/peter-murach/tty/compare/v0.1.2...v0.1.3 +[v0.1.2]: https://github.com/peter-murach/tty/compare/v0.1.1...v0.1.2 +[v0.1.1]: https://github.com/peter-murach/tty/compare/v0.1.0...v0.1.1 +[v0.1.0]: https://github.com/peter-murach/tty/compare/v0.0.9...v0.1.0