Skip to content

v0.1.3

Compare
Choose a tag to compare
@Tails86 Tails86 released this 20 Apr 15:52
· 86 commits to main since this release
  • Fixed concatenation
  • Added operator: ==
  • Added operator: in
  • Added operator: len()
  • Added center(), ljust(), rjust() justification methods
  • Added lower() and upper() case methods
  • Added lstrip(), rstrip(), and strip()
  • Removed internal use of copy.deepcopy(), added copy()
  • Simplified __format__: call center(), ljust(), rjust() justification methods instead of redefining & general refactoring