textwrap v0.6.0 Release Notes

Release Date: 2017-05-22 // almost 7 years ago
  • ๐Ÿ”– Version 0.6.0 adds builder methods to Wrapper for easy one-line ๐ŸŽ‰ initialization and configuration:

    let wrapper = Wrapper::new(60).break_words(false);
    

    It also add a new NoHyphenation word splitter that will never split words, not even at existing hyphens.

    • ๐Ÿ›  Fixed [#28][issue-28]: Support not squeezing whitespace.