Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Aug 26, 2020
1 parent 4e4a067 commit 7a45fc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -3,12 +3,12 @@
## 0.10.0

- 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
- `require 'awesome_print'` only happens if `printer` option is set to `:ap` or `:awesome_print`
- Support `printer` as a Logger object or Logging::Logger (from "logging" gem).
- 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
- Support `printer: false` option to return rendered String instead of printing and returning object
- Add `#pd_inspect` (and `#pdi` alias) Kernel core extension methods

## 0.9.0

Expand Down

0 comments on commit 7a45fc4

Please sign in to comment.