Skip to content

textwrap-0.12.0

Choose a tag to compare

@mgeisler mgeisler released this 24 Nov 08:58
· 703 commits to master since this release
06d2a54

The code has been updated to the [Rust 2018 edition][rust-2018] and each new release of textwrap will only support the latest stable version of Rust. Trying to support older Rust versions is a fool's errand: our dependencies keep releasing new patch versions that require newer and newer versions of Rust.

The term_size feature has been replaced by terminal_size. The API is unchanged, it is just the name of the Cargo feature that changed.

The hyphenation feature now only embeds the hyphenation patterns for US-English. This slims down the dependency.

  • Fixed #140: Ignore ANSI escape sequences.
  • Fixed #158: Unintended wrapping when using external splitter.
  • Fixed #177: Update examples to the 2018 edition.