textwrap 2.2.0
textwrap: ^2.2.0 copied to clipboard
Text wrapping and filling. It's a pure port of textwrap from Python.
2.2.0 #
- Deprecated:
inclideEmptyStringsinPatternUtils.split. UseincludeEmptyStringsinstead. - Breaking:
StringUtils.expandTabsremoves tabs whentabSizeis 0. ThrowsArgumentErroriftabSizeis negative. - Improved test coverage.
2.1.0 #
TextWrappercan now be a constant, customizable by subclasses..- Update documentation comments.
- Refactoring to align with Python implementation.
2.0.2 #
- Minimal SDK version: 3.9.0.
- Refactoring.
2.0.1 #
- Minimal SDK version: 3.8.0.
- Refactoring.
2.0.0 #
- Minimal SDK version: 3.0.0.
- Refactoring.
1.2.0 #
- Minimal SDK version: 2.18.0.
- Refactoring.
1.1.0 #
Pattern.splitno empty trailing strings.
1.0.2 #
- Internal changes.
1.0.1 #
- Update meta.
1.0.0 #
- Initial release.