Skip to content

Releases: davidmoten/word-wrap

0.1.12

31 Jan 23:09
Compare
Choose a tag to compare

Bug fix

  • Fix #47 (Static class WordWrap is not stateless) by @mfg92 in #48

Enhancements

  • Bump jmh.version from 1.35 to 1.36 by @dependabot in #44
  • Bump maven-pmd-plugin from 3.19.0 to 3.20.0 by @dependabot in #45
  • Bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 by @dependabot in #46
  • rename private method in WordWrap, add unit test for decimal separator use by @davidmoten in #50
  • remove automerge.yml and use automerge-integrated ci.yml with jdk 17

New Contributors

Full Changelog: 0.1.11...0.1.12

0.1.11

13 Oct 06:40
Compare
Choose a tag to compare

Enhancements

Runtime

Build

Full Changelog: 0.1.9...0.1.11

0.1.9

02 Dec 19:49
Compare
Choose a tag to compare
  • add wrapToList() and wrap(LineConsumer) #6
  • upgrade junit to 4.13.1

0.1.6

11 Mar 10:21
Compare
Choose a tag to compare
  • fix append when increase in length is greater than 2 * buffer size #3 (thanks @somlyaiz)

0.1.5

11 Jul 22:07
Compare
Choose a tag to compare

Enhancements

  • make breaking of words optional (in WordWrap builder)
  • right trim whitespace on long line before newLine character
  • add javadoc

0.1.3

07 Jul 21:17
Compare
Choose a tag to compare

Bugfixes

  • Fix StackOverflowError on builder wrap(String filename, Charset charset) method (which called itself instead of passing to wrap(File file, Charset charset)

Enhancements

  • Perf improvements (~5% throughput improvement)

0.1.2

07 Jul 00:38
Compare
Choose a tag to compare
  • added JMH benchmarks
  • Performance improvements 10x throughput, 1/30x allocation rate

0.1.1

06 Jul 03:21
Compare
Choose a tag to compare
  • improve whitespace handling
  • optionally insert hyphens

0.1

05 Jul 01:07
Compare
Choose a tag to compare
0.1
  • first release to Maven Central