Skip to content

Commit

Permalink
readme: cleanup changelog
Browse files Browse the repository at this point in the history
This trims some entries and make the whole thing more compact.
  • Loading branch information
mgeisler committed Dec 9, 2018
1 parent b60e897 commit b93248b
Showing 1 changed file with 11 additions and 27 deletions.
38 changes: 11 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,13 @@ Rust, the minimum version of Rust we test against is now 1.22.0.

* Merged [#141][issue-141]: Fix `dedent` handling of empty lines and
trailing newlines. Thanks @bbqsrc!

* Fixed [#151][issue-151]: Release of version with hyphenation 0.7.

### Version 0.10.0 — April 28th, 2018

Due to our dependencies bumping their minimum supported version of
Rust, the minimum version of Rust we test against is now 1.17.0.

Issues closed:

* Fixed [#99][issue-99]: Word broken even though it would fit on line.
* Fixed [#107][issue-107]: Automatic hyphenation is off by one.
* Fixed [#122][issue-122]: Take newlines into account when wrapping.
Expand All @@ -215,8 +212,6 @@ Added a regression test for the case where `width` is set to
`usize::MAX`, thanks @Fraser999! All public structs now implement
`Debug`, thanks @hcpl!

Issues closed:

* Fixed [#101][issue-101]: Make `term_size` an optional dependency.

### Version 0.8.0 — September 4th, 2017
Expand All @@ -230,12 +225,9 @@ The `Wrapper` struct has two new methods that will wrap the input text
lazily: `Wrapper::wrap_iter` and `Wrapper::into_wrap_iter`. Use those
if you will be iterating over the wrapped lines one by one.

Issues closed:

* Fixed [#59][issue-59]: `wrap` could return an iterator. Thanks
@hcpl!

* Fixed [#81][issue-81]: Set `html_root_url`
* Fixed [#81][issue-81]: Set `html_root_url`.

### Version 0.7.0 — July 20th, 2017

Expand All @@ -252,12 +244,8 @@ The `squeeze_whitespace` option has been removed since it was
complicating the above optimization. Let us know if this option is
important for you so we can provide a work around.

Issues closed:

* Fixed [#58][issue-58]: Add a "fast_wrap" function that reuses the
input string

* Fixed [#61][issue-61]: Documentation errors
* Fixed [#58][issue-58]: Add a "fast_wrap" function.
* Fixed [#61][issue-61]: Documentation errors.

### Version 0.6.0 — May 22nd, 2017

Expand All @@ -271,9 +259,7 @@ 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.

Issues closed:

* Fixed [#28][issue-28]: Support not squeezing whitespace
* Fixed [#28][issue-28]: Support not squeezing whitespace.

### Version 0.5.0 — May 15th, 2017

Expand All @@ -292,20 +278,18 @@ wrapper.splitter = Box::new(corpus);
Other changes include optimizations, so version 0.5.0 is roughly
10-15% faster than version 0.4.0.

Issues closed:

* Fixed [#19][issue-19]: Add support for finding terminal size
* Fixed [#25][issue-25]: Handle words longer than `self.width`
* Fixed [#26][issue-26]: Support custom indentation
* Fixed [#36][issue-36]: Support building without `hyphenation`
* Fixed [#39][issue-39]: Respect non-breaking spaces
* Fixed [#19][issue-19]: Add support for finding terminal size.
* Fixed [#25][issue-25]: Handle words longer than `self.width`.
* Fixed [#26][issue-26]: Support custom indentation.
* Fixed [#36][issue-36]: Support building without `hyphenation`.
* Fixed [#39][issue-39]: Respect non-breaking spaces.

### Version 0.4.0 — January 24th, 2017

Documented complexities and tested these via `cargo bench`.

* Fixed [#13][issue-13]: Immediatedly add word if it fits
* Fixed [#14][issue-14]: Avoid splitting on initial hyphens in `--foo-bar`
* Fixed [#13][issue-13]: Immediatedly add word if it fits.
* Fixed [#14][issue-14]: Avoid splitting on initial hyphens.

### Version 0.3.0 — January 7th, 2017

Expand Down

0 comments on commit b93248b

Please sign in to comment.