Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Latest commit

 

History

History
76 lines (40 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

76 lines (40 loc) · 2.45 KB

(2020-05-03)

Features

  • Fully implements all standard streams on Windows (6b369ce89)

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)

(2020-05-02)

  • Updates to winapi v0.3

Documentation

  • updates the docs location to point to docs.rs (0f4160fc)

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