Skip to content

Latest commit

 

History

History
123 lines (83 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

123 lines (83 loc) · 4.13 KB

0.5.2 (2013-10-24)

  • Upgrade pry-rails to the latest 0.3.2, awesome_print to 1.2 and loosen it's dependency, and removed coderay as an explicit dependency since pry already includes it.

0.5.1 (2013-06-28)

0.5.0 (2013-03-13)

0.4.0 (2012-12-27)

  • Add pry-rails 0.2.2 for maintained console hooks and new show-routes, show-models, and show-middleware commands.
  • Add JazzHands.colored_prompt and JazzHands.prompt_separator options. Detect readline library to turn off incompatible colored prompt or Unicode prompt separator where appropriate. Fixes #1 and #2.
  • Upgrade pry to the latest 0.9.10, pry-doc 0.4.4, pry-stack_explorer 0.4.7, pry-remote 0.1.6, pry-debugger 0.2.1, hirb 0.7.0, Coolline 0.4.0, coderay 1.0.8, awesome_print 1.1.0. Fixes #4.

0.3.1 (2012-06-11)

0.3.0 (2012-06-07)

0.2.0 (2012-03-19)

0.1.2 (2012-01-23)

  • Improved Rails 3.2 compatibility. Console methods like app, new_session, reload!, helper, and controller work as expected.

0.1.1 (2012-01-20)

  • Rails 3.2 compatibility

0.1.0 (2012-01-04)

  • For performance, enable 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 and 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 support.
  • Upgrade 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 to 0.0.4.

0.0.5 (2011-12-01)

  • Add Hirb support. Enable with Hirb.enable in the console.
  • Upgrade 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)

0.0.2 (2011-11-25)

0.0.1 (2011-11-25)