Skip to content

Releases: zakcutner/fastgrep

0.3.1

26 Aug 12:06
Compare
Choose a tag to compare
Deploy artifacts to GitHub releases

0.3.0

24 Aug 22:58
Compare
Choose a tag to compare
Support regular expressions and optional colouring

Improve command line options to include a flag to support regular expression patterns and another to indicate when the output should be coloured. Create a `Pattern` trait in order to support both `String` and `Regex` types to be patterns. Include pattern field in builder pattern when being set.

0.2.4

24 Aug 23:02
Compare
Choose a tag to compare
Detect if being piped and suppress coloured printing

0.2.3

24 Aug 23:02
Compare
Choose a tag to compare
Refactor `from_str()` method for `Positive` struct

0.2.0

24 Aug 23:03
Compare
Choose a tag to compare
Stream files into threads to limit memory use

Rather than adding the whole file to a memory buffer while waiting for workers to become available, now only loads as many chunks as there are workers waiting to consume them.

0.1.0

24 Aug 23:02
Compare
Choose a tag to compare
Split input into multiple chunks