wisper v2.0.1 Release Notes
Release Date: 2019-08-29 // about 5 years ago-
Authors: David Wilkie, hosseintoussi, Maxim Polunin, Tristan Harmer, Bartosz ลปurkowski, Kris Leech
- ๐ fix: support nested temporary global listeners
- ๐ docs: add threadsafe notes to README for global and temporary listeners
- ๐ docs: fix spelling mistakes in README
- ๐ fix: safely get signing key in gemspec when HOME is not set
- โ adds: add console to aid experiments and REPL driven development
- โ adds: Latest Ruby to CI
Previous changes from v2.0.0
-
Authors: Sergey Mostovoy, Andrew Kozin, Kyle Tolle, Martin, Rob Miller, Mike Dalto, orthographic-pedant, Drew Ulmer, Mikey Hogarth, Attila Domokos, Josh Miltz, Pascal Betz, Vasily Kolesnikov, Julien Letessier, Kris Leech
- ๐ Fix: logger raises exception if hash is passed as an argument to a listener #133, #136
- ๐ Fix: deprecation warnings #120
- Doc improvements: #106, #111, #116, #122, #128, #130, #147, #149, #150, #151
- โ Adds: Allow configuration of default prefix when using
prefix: true
. #105 - โ Adds: Allow unsubscribing of global listeners #118
- โ Adds: Helpful error message when passing a block to
#subscribe
of#on
#125 - โ Adds: raise an error message when
#on
is not passed a block #146 - โ Adds: Support for JRuby 9.x #148
- โ Adds: Support for MRI 2.4.0 #155
- ๐จ Refactor specs #126, #131