All Versions
17
Latest Version
Avg Release Cycle
94 days
Latest Release
-

Changelog History
Page 1

  • v0.10.2 Changes

    • ๐Ÿ‘Œ Improve Opal Ruby compatibility by displaying source file/line
  • v0.10.1 Changes

    • โœ‚ Remove the need for specifying require 'ap' before require 'pd'
  • v0.10.0 Changes

    • ๐Ÿ‘Œ Support require 'pd' as a shorter alternative to require 'puts_debuggerer'
    • ๐Ÿ‘Œ Support printer as a Logger object or Logging::Logger (from "logging" gem). Basically any object that responds to :debug method.
    • ๐Ÿ‘Œ Support printer: false option to return rendered String instead of printing and returning object
    • Set logger formatter to PutsDebuggerer::LOGGER_FORMATTER_DECORATOR when passing as printer (keeping format the same, but decorating msg with pd)
    • โž• Add pd_inspect (and pdi alias) Kernel core extension methods
    • ๐Ÿ–จ Made awesome_print gem require happen only if printer is set to :ap or :awesome_print
    • Support logging gem logger and Decorate logger layout with PutsDebuggerer::LOGGING_LAYOUT_DECORATOR for logging gem
  • v0.9.0 Changes

    • ๐Ÿ’Ž Provide partial support for Opal Ruby (missing display of file name, line number, and source code)
    • source_line_count option
    • wraper option for including both header and footer
    • ๐Ÿ–จ Special handling of exceptions (prints using full_message)
    • ๐Ÿ”„ Change :ap printer default to :p when unavailable
    • ๐Ÿ‘Œ Support varargs printing (example: pd arg1, arg2, arg3)
    • ๐Ÿ–จ Display run_at run number in printout
  • v0.8.2 Changes

    • require 'stringio' for projects that don't require automatically via other gems
  • v0.8.1 Changes

    June 30, 2019
    • โœ… printer option support for Rails test environment
  • v0.8.0 Changes

    November 25, 2017
    • ๐Ÿ–จ printer option support
  • v0.7.1 Changes

    July 25, 2017
    • 0๏ธโƒฃ default print engine to :ap (AwesomePrint)
  • v0.7.0 Changes

    July 25, 2017
    • run_at option, global and piecemeal.
  • v0.6.1 Changes

    July 20, 2017
    • โšก๏ธ updated README and broke apart specs