Releases: JohnSundell/Sweep
Releases · JohnSundell/Sweep
Sweep 0.4.0
A single substring can now easily be scanned for using the new firstSubstring(between:and:)
API.
Sweep 0.3.0
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
This releases fixes matching against the .start
identifier.
Sweep 0.2.0
- 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
Initial release of Sweep