Skip to content

Releases: rsanheim/plur

v0.45.0

09 Mar 03:53
bba668a

Choose a tag to compare

Switch to our own kong/toml wrapper around BurntSushi/toml for toml 1.1 and better error handling

v0.41.1

06 Mar 08:20
9c2482c

Choose a tag to compare

  • even more housekeeping

v0.41.0

04 Mar 09:43
10f3db4

Choose a tag to compare

  • release housekeeping

v0.40.0

01 Mar 07:15
03511fd

Choose a tag to compare

  • Get things in order for a proper OSS release: move all plur to top level; clean up docs and cruft
  • Consolidate target pattern resolution into framework package
  • Fix minitest progress dots lost when puts output is interleaved on the same line
  • fix: use %w instead of %v for error wrapping
  • Support --tag flag for RSpec tag filtering: plur --tag=slow --tag=integration (repeatable, RSpec only)
  • Add -- passthrough for forwarding arbitrary args to the test framework: plur spec/ -- --seed 1234