Pry v0.14.1 Release Notes

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

    • ๐Ÿ›  Fixed bad coloring of some RDoc-style docs (#2182)
    • ๐Ÿ›  Fixed broken --plugins option. It shows a warning now (#2180)
    • ๐Ÿ›  Fixed bad output on printing non-visible characters with color codes (#2154)
    • ๐Ÿ›  Fixed bad output when colors are disabled and a string with color codes is printed (#2158)

Previous changes from v0.14.0

  • ๐Ÿ”‹ Features

    • Made ? an alias to show-source -d (#2133)
    • โž• Added support for Ruby 3.0

    ๐Ÿ’ฅ Breaking changes

    • โœ‚ Deleted support for plugin autoloading (#2119). In order to load a Pry plugin you must require it from your pryrc or add it to your Gemfile.
      # ~/.pryrc
      require 'pryrc'