Skip to content

Releases: cezheng/PySwiftyRegex

0.1.2

02 Aug 09:02
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • [Improvement] Now sets the stop boolean when enumerating results with limit, making it faster on split & sub with limit.
  • [Refactor] Some refactoring that makes the code clearer.
  • [Test] More testcases
  • [Other] Improving README

0.1.1

16 Jul 13:58
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • [Fix] Fixed a bug that cause split to have redundant empty strings in the result
  • [Doc] Updated the documents fixed some typos & made it 100% documented in jazzy generated doc
  • [Test] More testcases
  • [Other] Added Simplified Chinese & Japanese README

0.1.0

27 Jun 09:29
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release!