Skip to content

Releases: thomskaf/stringhelpers

New functions and small refractors.

25 Feb 14:24
Compare
Choose a tag to compare

New functions

  • substr()
  • is_iterable()

Removes some unnecessary and redundant code in sort().
Rename and convert CHANGES to CHANGES.rst and use reStructuredText.

Refactor and new release.

18 Feb 15:02
Compare
Choose a tag to compare

Refactor of common_subsequence(), longest_common_subsequence() and shortest_common_subsequence() into one function, common_sub(), where also test_stringhelpers.py is updated according to this.

Small refactor of reverse_order()
Small refactor of odd() and even()

New functions, small refactor of odd() and even(). Adds test case.

18 Dec 16:17
Compare
Choose a tag to compare

New functions

  • sort()
  • common_subsequences()
  • longest_common_subsequence()
  • shortest_common_subsequence()

Small refactoring of odd() and even().

Adds test_stringhelpers.py

Improves the `reverse()` and `reverse_order()` functions.

22 Dec 13:38
Compare
Choose a tag to compare
1.2.1

Bumps the version number and updates CHANGES

Improves the `upcase_first_letter()` function.

26 Feb 10:43
Compare
Choose a tag to compare
1.2

Improves the upcase_first_letter() function

First release.

19 Feb 11:41
Compare
Choose a tag to compare
1.0

Updates README.md with install instructions