You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change default `Console::info()` prefix from `➤ ` to `> ` to address
width variations on some platforms
- Move `Formatter` methods `escapeTags()`, `unescapeTags()` and
`removeTags()` to `ConsoleUtil`, renaming the first two to `escape()`
and `removeEscapes()` respectively
- Add and implement `ConsoleInterface` methods `removeEscapes()` and
`removeTags()`
- Adopt `Null` instead of `Default` nomenclature for formats that leave
text unformatted
0 commit comments