v0.2.1 - 2021-03-09
- Change to relax unicode-display_width version constraint to allow 2.0 release
v0.2.0 - 2020-08-11
- Change String#wrap to preserve newline character breaks
- Change gemspec to remove test artefacts and bundler dev dependency
- Change gemspec to require Ruby >= 2.0.0
v0.1.8 - 2019-11-24
- Fix Ruby 2.7 warnings by Ryan Davis(@zenspider)
v0.1.7 - 2019-11-14
- Add metadata to gemspec
- Fix Truncate#truncate to accept length of 1 by Katelyn Schiesser(@slowbro)
v0.1.6 - 2019-08-28
- Change Wrap#wrap, Align#align & Pad#pad to handle different line endings
- Change Pad#pad to pad empty lines
- Fix Wrap#wrap to handle adjacent ANSI codes
- Fix Wrap#insert_ansi to handle nested ANSI codes
v0.1.5 - 2019-03-29
- Change to update unicode-display_width to the latest version
- Change to relax development dependencies versions
v0.1.4 - 2018-09-10
- Fix align_center for multiline text with tight width by @DannyBen
v0.1.3 - 2018-08-28
- Change to extract Strings::ANSI to strings-ansi gem
v0.1.2 - 2018-08-10
- Change unicode-display_width to latest version
v0.1.1 - 2018-02-20
- Add ability to refine String class with extensions
v0.1.0 - 2018-01-07
- Initial implementation and release