v1.1.0
Stable minor release 🔥⚡️
This release brings some performance enhancing changes, more efficient memory allocation, and some bug fixing.
Previously there existed a bug when truncating using the Alignment::Center mode and the truncate width was uneven. The truncated output became one item too short. This is fixed now.
Previously the output buffer was always allocated unless the source was to be truncated, even if the target width was the same as the original source. This allocation is moved to after the check if diff == 0, saving precious system calls! Run some benchmarks and compare previous release to this release to see improvements in action.
More tests implemented, see codecov for coverage reports.