Skip to content

Releases: JohnSundell/Sweep

Sweep 0.4.0

29 Jan 11:31
801c287
Compare
Choose a tag to compare

A single substring can now easily be scanned for using the new firstSubstring(between:and:) API.

Sweep 0.3.0

11 May 21:55
d357d12
Compare
Choose a tag to compare

This release of Sweep makes it possible to create instances of Matcher that get discarded after their first match, by setting allowMultipleMatches to false (default is still true, so this is a backward-compatible change).

Sweep 0.2.1

10 Apr 09:59
77282be
Compare
Choose a tag to compare

This releases fixes matching against the .start identifier.

Sweep 0.2.0

05 Apr 22:52
34e6f40
Compare
Choose a tag to compare
  • Each custom Matcher now gets passed both each matched substring, as well as the range that was matched within the scanned string.
  • Tests now correctly run on Linux.

Sweep 0.1.0

05 Apr 10:31
Compare
Choose a tag to compare

Initial release of Sweep