Skip to content

Commit

Permalink
Updated TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Aug 26, 2020
1 parent 6f7724d commit 4e4a067
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions TODO.md
Expand Up @@ -4,12 +4,16 @@ Here are tasks considered for future versions. Once done, they are moved to the

## Next

### 0.10.0
### 0.10.1

- Provide option to set a logger as printer without hooking formatter unto logger
- Provide an option to control what log level is used when printing to logger
- Look into [Maintainability](https://codeclimate.com/github/AndyObtiva/puts_debuggerer/issues) issues

### Version TBD

- Refactor internals to avoid global method pollution
- fix issue with printing in rspec inside a Rails project without having to do extra configuration
- fix issue with erb support
- pry support: implement fallback in irb for when line number cannot be discovered (issue happens in pry, perhaps this just means support pry)
- Consider the idea of customizing print stream (e.g. stderr instead of stdout). Currently possible through setting `printer`
- Refactor internals to avoid global method pollution

0 comments on commit 4e4a067

Please sign in to comment.