test with travis
[p5sagit/Log-Contextual.git] / Changes
CommitLineData
f016f64a 1Revision history for Log-Contextual
1c399f46 2
afbb27d5 3 - Add Log::Contextual::Easy::Default for simple LC usage (Jakob Voß)
92dc8d35 4 - Add Log::Contextual::Easy::Package for more different simple LC usage
436c4b82 5
7e2b8380 60.005005 2013-08-08
a850bd96 7 - Fix minimum version of Exporter::Declare
8
a6f4595d 90.005004 2013-08-08
c8bf0a6c 10 - Dep on a newer version of Moo for multiple role composition
11
29924c5e 120.005003 2013-03-21
31285520 13 - Yell loudly if a user tries to use Log::Contextual::set_logger() or
14 Log::Contextual::with_logger() (aka internals that don't work anymore)
15 directly
16
c05ed799 170.005002 2013-02-14 (♥)
249b9eb6 18 - Fix RT#83267 (Tyler Riddle)
19
8ccaf9fb 200.005001 2013-02-07
21 - No changes from previous dev release
22
5a5addac 230.005000_03 2013-01-16
e06303cd 24 - merge unpushed 0.004300 into master (frew--, Tyler Riddle++)
25
a00f2691 260.005000_02 2013-01-15
7932182d 27 - add missing changelog entry (derp)
28
290.005000_01 2013-01-11
30 - significant changes in the way Log::Contexual works, but the upshot of it is
31 that Log::Contextual is now much less global than before, and applications
32 using Log::Contextual can guard against modules using set_logger (or
33 something like that) and changing their logger. See the new
34 Log::Contextual::Role::Router for more information
35
e06303cd 360.004300 2012-10-03
37 - add a way to set default import tags
38
0c180ced 390.004202 2012-08-04
37a8266a 40 - correct the caller_level passed into coderef, and document "both" uses of
41 caller_level
42
f8f288df 430.004201 2012-07-21
39cd2f65 44 - The smallest pod fix ever
45
8c2deb06 460.004200 2012-07-20
27141a7a 47 - Improve information passed to logger coderef
30d7027a 48 - Significant doc improvements
407b3a58 49 - Fix warning in test suite in Perl 5.16
50
f07824b7 510.004100 2012-03-29
e7b18282 52 - Log::Contextual::WarnLogger now supports customized log levels via the
53 'levels' constructor argument (Karen Etheridge)
54
98ece8f1 550.004001 2011-08-15
56 - Fix version of Exporter::Declare that we dep on
57
4b4da8a3 580.004000 2011-08-06
e36f2183 59 - Support Log::Contextual subclasses for default import options
5fd26f45 60 - Allow custom log levels
61
a995bf53 620.00305 2011-07-27
0502df63 63 - Fix regression that caused D* subs to dumper even if the log level was off
64
6d77ba42 650.00304 2010-07-31
66 - Add $package_UPTO environment variable for WarnLogger
67
e4ca04fd 680.00303 2010-07-10
69 - Fix broken Log::Log4perl test
70
6114e392 710.00302 2010-07-08
72 - Add Log::Contextual::TeeLogger
73 - Add levels_upto (RT58558)
b144ba01 74 - Use Log::Log4perl 1.29 to clean up caller stuff
75
6114e392 760.00301 2010-07-08
77 [deleted due to missing the TeeLogger]
78
e2b4b29c 790.00300 2010-06-03
80 - Add -package_logger import option
81
d11de6ae 820.00202 2010-05-23
83 - Fix a bug that caused Dlog and friends not to work with a default
84
eab992c0 850.00201 2010-03-04
86 - I left a needed file for testing out of the MANIFEST; fixing :-/
87
8a63d9d2 880.00200 2010-03-03
89 - add example for Log::Dispatchouli since it works nicely now
70a05830 90 - make Log::Log4perl work out of the box
17b0e676 91 - Added WarnLogger for libraries
050eeb8e 92 - Warn if set_logger is called more than once
93 - Fix tiny POD errors
94
1b3aa6c8 950.00101 2010-02-21
96 - Fix tests to not need use lib (incorrect test failures)
97
29410fe4 980.00100 2010-02-20
1c399f46 99 - initial release