## 0.1.0 (2012-01-04) * For performance, enable [pry-nav][pry-nav] only on MRI 1.9.3 by default. To use on MRI 1.9.2, add `JazzHands.enable_pry_nav` to a Rails initializer. * Due to buggy behavior, syntax highlighting as you type via [Coolline][coolline] and [Coderay][coderay] is disabled by default. Enable with `JazzHands.enable_syntax_highlighting_as_you_type` in a Rails initializer. MRI 1.9.3 only. * Fix [Hirb][hirb] support. * Upgrade [awesome_print][awesome_print] to 1.0.2. ## 0.0.6 (2011-12-03) * Add line numbers to the prompt for easy reference when using `_in_` and `_out`. * Upgrade [pry-nav][pry-nav] to 0.0.4. ## 0.0.5 (2011-12-01) * Add [Hirb][hirb] support. Enable with `Hirb.enable` in the console. * Upgrade [pry-nav][pry-nav] to 0.0.3. ## 0.0.4 (2011-11-30) * Add explicit requires for pry plugin gems. ## 0.0.3 (2011-11-30) * Add [pry-nav][pry-nav]. * Upgrade [awesome_print][awesome_print] to 1.0.1. ## 0.0.2 (2011-11-25) * Add pry-doc. ## 0.0.1 (2011-11-25) * First release. Combine [pry][pry], [awesome_print][awesome_print], [coolline][coolline] + [coderay][coderay], [pry-remote][pry-remote], [pry-git][pry-git]. Bit of glue to replace IRB with pry in Rails console, pretty colors. [pry]: http://pry.github.com [awesome_print]: https://github.com/michaeldv/awesome_print [pry-git]: https://github.com/pry/pry-git [pry-nav]: https://github.com/nixme/pry-nav [pry-remote]: https://github.com/Mon-Ouie/pry-remote [coolline]: https://github.com/Mon-Ouie/coolline [coderay]: https://github.com/rubychan/coderay [hirb]: https://github.com/cldwalker/hirb