Releases: Wolox/express-wolox-logger
Releases · Wolox/express-wolox-logger
v4.0.1 🌈
What's changed (changelog)
🐛 Bug Fixes
- fix(pino): Spread log metadata @picollomartin (#77)
👍 Thanks to
v4.0.0 🌈
v3.1.0 🌈
What's changed (changelog)
🚀 Features
- Add custom functions for start and finish messages @picollomartin (#67)
👍 Thanks to
v3.0.0 🌈
What's changed (changelog)
- Add log metadata functions (#60)
- Remove testing ignore flag (#60)
- Update documentation (#60)
- Update pino version to latest version (#60)
- Node >= 10 supported (#60)
👍 Thanks to
@dependabot-preview, @dependabot-preview[bot] and @picollomartin
v2.0.0 🌈
pre-v2.0.0 🌈
What's changed (changelog)
- Add GitHub actions @mpicollo-wolox (#26)
- Add Travis ci @martinremis (#14)
- Logs on test @martinremis (#12)
- Add basic benchmarks @martinremis (#11)
🧰 Maintenance
- Release version v2.0.0 @mpicollo-wolox (#30)
- Bump pino-pretty from 2.6.1 to 3.6.0 @dependabot-preview (#25)
- Bump husky from 2.3.0 to 4.2.3 @dependabot-preview (#24)
- Bump eslint-plugin-prettier from 3.1.0 to 3.1.2 @dependabot-preview (#22)
- Bump pino from 5.12.4 to 5.16.0 @dependabot-preview (#20)
- Bump shortid from 2.2.14 to 2.2.15 @dependabot-preview (#19)
- Bump jest from 24.8.0 to 25.1.0 @dependabot-preview (#18)
- Bump prettier from 1.17.1 to 1.19.1 @dependabot-preview (#17)
- Remove PR labeler @mpicollo-wolox (#29)
👍 Thanks to
@dependabot-preview, @dependabot-preview[bot], @gonziesc, @martinremis and @mpicollo-wolox
Release v1.1.0 2019-08-14
Summary
- Add obfuscated option for secure sensitive data in body.
Release v1.0.0 2019-07-23
Summary
- Add some documentation in README.
- Refactor old
index.js
in multiple files. - Add
createLogger
function for create custom logger. - Change uuid generator for shortid, reducing ids length.
- Add options in both middlewares (
expressMiddleware
andexpressRequestIdMiddleware
) for making more configurable. - Add
jest
tests. - Add
eslint
configuration.
Release v0.0.3 2019-07-23
Summary
- Change namespace variable name from
ns
tonamespace
and exported it. - Bind end log function to the middleware context to fix some inconsistencies with it's requests ids.
Release v0.0.2 2019-05-16
Summary
- Added README.md with basic stuff and a step by step to migrate from winston and morgan to this package.