-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
57 lines (32 loc) · 1.35 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Revision History for perl module Log::Any::Plugin
{{$NEXT}}
0.012 2022-05-23T16:24:18AEST+1000
- Add ContextStack plugin
0.011 2019-10-30T12:47:28AEDT+1100
- Add separator option to Stringify plugin - thanks Kamal Advani
0.010 2019-10-28T21:54:50AEDT+1100
- Fix links in pod docs - thanks Kamal Advani
- Apply quotemeta to regexes in tests - thanks Kamal Advani
0.009 2019-10-28T11:36:28AEDT+1100
- Add plugin development docs - thanks Kamal Advani
- Restore missing 0.007 release in Changes file
0.008 2019-10-24T15:19:21AEDT+1100
- Add Encode plugin - thanks Kamal Advani
0.007 2017-05-05T16:52:56AEST+1000
- Use Class::Load rather than stringy eval
- thanks José Joaquín Atria
0.006 2016-08-28T09:55:48UTC+0000
- Escape curlies in test regexes
0.005 2015-01-29T16:41:59AEDT+1100
- Restore level param check in Levels plugin
0.004 2015-01-29T15:56:16AEDT+1100
- Updated to work correctly with Log::Any 1.x
0.003 2014-10-09T10:31:03AEDT+1100
- Remove missing Log::Any::Adapter::Util dependency
- fixes RT:99373 - thanks Mark Lawrence
0.002 2013-08-30T16:44:53EST+1000
- Performance improvements
- Remove before/after/around functions
- use Class::Method::Modifiers instead if you need these
0.001 2011-09-06
- Initial release