Releases: rsanheim/plur
Releases · rsanheim/plur
v0.45.0
v0.41.1
- even more housekeeping
v0.41.0
- release housekeeping
v0.40.0
- 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
putsoutput is interleaved on the same line - fix: use %w instead of %v for error wrapping
- Support
--tagflag 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