History¶
v3.2.0¶
Added normalize_newlines function.
3.1¶
Added wrap
and unwrap
functions and lorem_ipsum
attribute containing the Lorem Ipsum sample text.
3.0.1¶
Declare missing dependency on six.
3.0¶
Removed local_format
, global_format
, and
namespace_format
. Instead, developers should
use f-strings
on Python 3.6 and later or future-fstrings for compatibilty
with older Pythons. This change eliminates the dependency on
jaraco.collections and thus for now removes the circular dependency
as reported in #3.
2.0¶
Switch to pkgutil namespace technique
for the jaraco
namespace.
1.10.1¶
Packaging refresh. Docs now published in RTD.
1.10¶
FoldedCase now supports string-containment support in an unfortunately assymetric way.
1.9.2¶
Fix bug where FoldedCase.__ne__
was case-sensitive.
1.9.1¶
Refresh packaging.
1.9¶
Synchronize with skeleton.
Update docs and expand tests on FoldedCase.
Use method_cache for FoldedCase.lower
.
1.8¶
Add remove_prefix and remove_suffix helpers.
1.7¶
In Stripper, always strip the prefix, even if it’s empty.
1.6¶
Drop dependency on jaraco.context (and its dependencies).
1.4¶
Add Stripper class.
1.3¶
Add SeparatedValues class.
1.0¶
Initial implementation adopted from jaraco.util.string 10.8.