Skip to content

v2.0.0.beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@thibaudgg thibaudgg released this 14 Sep 10:15
· 828 commits to master since this release

Beta issues

  • *BSD and Windows adapter hasn't be tested yet
  • JRuby and Rubinius support with polling only, specs not reliable on travis

Help is very welcome for these issues. Thanks!

Breaking changes

  • Ruby MRI < 1.9.2 support removed. (@thibaudgg)
  • "Object" API removed, use normal "block" API instead. (@thibaudgg)
  • Filter & filter! options removed, please use ignore & ignore! instead. (@thibaudgg)
  • Start method will no more block now. (@thibaudgg)

Improvements