0.311 2013-10-12
* Fix bug in date formatting (thanks Mike R)
* Show unix time along with formatted date
0.310 2013-09-01
* Don't die on log lines that don't start with JSON
useful for parsing mixed log-defer/free-form formats
(thanks mikep)
* --map feature: transform log-defer messages into
arbitrary strings
* Better error reporting when --grep expressions
fail to compile or throw run-time errors
* --count option for creating reports by inspecting
the data section (thanks mikep)
0.300 2013-04-08
* Data::Dumper data view mode was broken
* Allow forcing colours on, even if STDOUT is not a
terminal with --colour
* On terminals that don't support bright_* colours, fall
back to non-bright colours instead of erroring out
* Support new style timer messages that are in arrays,
not hashes
0.201 2013-02-20
* Only include terminal colours if stdout is a terminal
* Forgot to install script in path
* Added section to docs regarding greping
0.200 2013-02-18
* Initial CPAN release: split off code from Log::Defer
so servers don't have to install all the libraries
required for log visualisation