Skip to content

Latest commit

 

History

History
63 lines (31 loc) · 2 KB

CHANGELOG.md

File metadata and controls

63 lines (31 loc) · 2 KB

v1.0.0-beta1 (2017-12-07)

Documentation

  • updates the docs and copyright notices for 1.0 by adding examples sections (86819dc5)
  • adds a CONTRIBUTORS.md file and just target to update it (36d82b7a)
  • README.md: updates the docs location to point to docs.rs (0f4160fc)

Features

  • allows getting the terminal size of all standard streams, or just particular ones (19f5b91e)

v0.3.0 (2017-04-09)

Features

  • allows getting the terminal size of all standard streams, or just particular ones (c7095c95)

v0.2.3 (2017-02-21)

Bug Fixes

  • Moves the code into distinct modules and adds dummy functions for unsupported platforms

v0.2.2 (2017-01-29)

  • Updates deps libc and clippy

v0.2.1 (2016-09-05)

Bug Fixes

  • uses libc::winsize instead of homegrown (216986ec, closes #6)

v0.2.0

v0.2.0 (2016-09-05)

Features

  • adds support for Windows (f181c99)

Documentation