Skip to content

0.1.0

Compare
Choose a tag to compare
@agis agis released this 27 Aug 11:33
· 77 commits to master since this release
v0.1.0

This is the first stable RSpecQ release, with some new features and a few breaking changes.

Note: Breaking changes are prefixed with a "[BREAKING]" label.

Added

  • Sentry integration for various RSpecQ-level events [#16]
  • CLI: Flags can now be also set environment variables [c519230]
  • CLI: Added shorthand specifiers versions for some flags [df9faa8]
  • CLI: Added --help and --version flags [df9faa8]
  • CLI: Max number of retries for failed examples is now configurable via the --max-requeues option [#14]

Changed

  • [BREAKING] CLI: Renamed --timings to --update-timings [c519230]
  • [BREAKING] CLI: Renamed --build-id to --build and --worker-id to --worker [df9faa8]
  • CLI: --worker is not required when --reporter is used [4323a75]
  • CLI: Improved help output [df9faa8]