-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
28 lines (18 loc) · 661 Bytes
/
Copy pathChanges
File metadata and controls
28 lines (18 loc) · 661 Bytes
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
Revision history for Mojo-Log-JSON
{{$NEXT}}
0.04 2015-09-08 15:16:16 BST
[Enhancements]
- Uses JSON::MaybeXS instead of JSON to load appropriate JSON package
[Bug Fixes]
- No longer loads JSON module(s) when using codec argument
0.03 2015-01-23 14:55:17 GMT
[Features]
- Add include_level option to toggle level key in output
[Maintenance]
- Added CONTRIBUTORS to POD
- Added more tests (default_fields and include_level)
- Switched from Test::Trap to Capture::Tiny (Issue #2)
0.02 2014-08-04 12:14:04 BST
- BUGFIX: Updated to work with Mojolicious 5.0+ only (big changes to Mojo::Log)
0.01 2014-04-10 15:10:02 BST
- Initial release