Skip to content

0.9.2

Compare
Choose a tag to compare
@ctongfei ctongfei released this 01 Jul 04:45
· 54 commits to main since this release
  • New functionalities:
    • Support for wrapping around java.io.Readers.
  • Bugfixes:
    • Fixed potential StringIndexOutOfBoundsException and improved performance in trimDisplayLength (PR #104). Thanks @heroesleo65 !
    • Fixed the bug that incorrectly calculates string display length while displaying that results in last ) truncated (#105).
  • Improvements:
    • Size now known when wrapping an array (PR #101). Thanks @seanf !
    • Better estimation of initial max for spliterators (#102).
  • Misc:
    • Dependency version bump.