Pry v0.13.1 Release Notes

Release Date: 2020-04-12 // about 4 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed bug where on invalid input only the last syntax error is displayed (instead of all of them) (#2117)
    • ๐Ÿ›  Fixed Pry::Config raising NoMethodError on undefined option instead of returning nil (usually invoked via Pry.config.foo_option calls) (#2126)
    • ๐Ÿ›  Fixed help command not displaying regexp aliases properly (#2120)
    • ๐Ÿ›  Fixed pry-backtrace not working (#2122)