Skip to content

v3.2.0

Choose a tag to compare

@randycoulman randycoulman released this 25 Aug 05:11
· 30 commits to main since this release
5d56ce6

Changed

  • Made pattern matching more flexible. Previously, when given multiple patterns, we would not do any file filtering if any of the patterns was a file:line-style pattern. Instead, we'd pass all of the patterns to mix test literally. Now, we run normal file filtering for any non-file:line-style patterns and concatenate the results with any file:line-style patterns. (#99)
  • Added documentation for missing configuration options in the mix task's module documentation. (#100)