(Translated by https://www.hiragana.jp/)
Releases · briandunn/flatware · GitHub
Skip to content

Releases: briandunn/flatware

v2.3.3

28 Aug 14:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

17 May 00:24
Compare
Choose a tag to compare

What's Changed

  • Fix some typos by @ydah in #85
  • Fix: don't assume SIGCLD is bad. Check child statuses. by @briandunn in #89

New Contributors

  • @ydah made their first contribution in #85

Full Changelog: v2.3.1...v2.3.2

v2.3.1

20 Mar 16:21
Compare
Choose a tag to compare

What's Changed

New Contributors

v2.2.1

02 Mar 20:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

16 Feb 21:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 Mar 15:25
Compare
Choose a tag to compare

v2.0.0.rc3

15 Mar 22:09
Compare
Choose a tag to compare
v2.0.0.rc3 Pre-release
Pre-release
  1. fixes crash when rspec exception contains references to constants that aren't loaded in the sink
  2. prints all rspec deprecation warnings at once at the end of the run (like rspec -f progress)

v2.0.0.rc2

02 Mar 22:39
Compare
Choose a tag to compare
v2.0.0.rc2 Pre-release
Pre-release

fix crash when specs have it_should_behave_like(ConstantName)

v2.0.0.rc1

02 Mar 16:24
Compare
Choose a tag to compare
v2.0.0.rc1 Pre-release
Pre-release
  • Faster startup time for rails projects via configurable hooks.
  • Switch from ZMQ to DRb - no c extensions or external package dependencies or even gem dependencies for IPC
  • Expand the RSpec driver to support profile summaries and pending summaries
  • Better handling of user interrupts means fewer zombies