bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
796 stars 187 forks source link

#66 add response and request whitelist nesting #225

Closed kapalex closed 4 years ago

kapalex commented 4 years ago

This is a new pull request to replace #213 with a clean one. This includes the original changes, tests and change suggested by @vim-daniel

Let me know if anything is missing @bithavoc

bithavoc commented 4 years ago

looks good to me, @vim-daniel ?

vim-daniel commented 4 years ago

looks good! 🚀

bithavoc commented 4 years ago

one more quick thing @kapalex, can you add an example to the readme? You can also add yourself to Contributors file if you want, I'll take care of the Changelog with the version release.

kapalex commented 4 years ago

Done

bithavoc commented 4 years ago

Released https://github.com/bithavoc/express-winston/releases/tag/v3.4.0

Remember to stick to the version 3.x series, the 4.x series has breaking changes, see https://github.com/bithavoc/express-winston/pull/222