Releases: yunnysunny/request-log
Releases · yunnysunny/request-log
0.17.0
0.16.2
Fix
- Correct cjs module usage code.
0.16.1
Fix
- Add mising javascript files.
0.16.0
Breaking changes
- Remove
kafkaSchedule
mongooseModel
alarm
option, please useonReqFinished
instead. - The default
dataFormat
function will use JSON.stringify to return string, since it's safe for elasticsearch. If you want to return with you own format, please pass thedataFormat
parameter yourself.
Add
- Add support for esm module.
- Add
router
field.
0.15.1
Fix
- Fix document url.
0.15.0
Add
- Add
stdoutDisabled
parameter to middleware.
0.14.0
Add
- Add express.Request parameter to FormatFunction.
0.13.0
Add
- Add support for typescript.
0.12.1
Remove
- Remove the default value of response data. You should avoid reading undefined object in
dataFormat
function when format response data.
Add
- Add the field of
res_data
, which contains the reponse data.