v0.6.0 - 2020-12-05
- Add :enable_color option to control coloring in the console handler
- Change #add_handler to accept handler configuration options as an extra parameter
- Fix removing handlers by name or type
v0.5.0 - 2020-09-27
- Add :message_format option to customize how messages are displayed in the console by Josh Greenwood (@JoshTGreenwood)
- Fix to select event name from valid log types or current level by Ryan Schlesinger (@ryansch)
- Fix duplicate filters attribute definition in TTY::Logger::Config
v0.4.0 - 2020-07-29
- Change gemspec to update pastel version and restrict only to minor version
- Fix to filter sensitive information from exceptions
v0.3.0 - 2020-01-01
- Add ability to filter sensitive information out of structured data
- Remove the test and task files from the gemspec
- Fix console handler highlighting of nested hash keys
v0.2.0 - 2019-09-30
- Add ability to add structured data inside logging block
- Add ability to filter sensitive data
- Add ability to define custom log types
- Add ability to temporarily log at different level
- Add performance tests
- Change to dynamically define log types
v0.1.0 - 2019-07-21
- Initial implementation and release