Skip to content

Releases: Wolox/express-wolox-logger

v4.0.1 🌈

23 Jul 15:31
a4128ee
Compare
Choose a tag to compare

What's changed (changelog)

🐛 Bug Fixes

👍 Thanks to

@picollomartin

v4.0.0 🌈

17 Jul 14:47
cbf8a89
Compare
Choose a tag to compare

What's changed (changelog)

🚀 Features

  • Move from cls-hooked to AsyncLocalStorage (#69)
  • Fix addLogMetadata function and update dependencies (#72)
  • Add node version + experimental features in the readme (#74)

👍 Thanks to

@picollomartin

v3.1.0 🌈

13 Jul 17:52
bfe9ad7
Compare
Choose a tag to compare

What's changed (changelog)

🚀 Features

👍 Thanks to

@picollomartin

v3.0.0 🌈

04 Jun 16:13
8639507
Compare
Choose a tag to compare

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 🌈

19 Feb 21:58
abe1e24
Compare
Choose a tag to compare

What's changed (changelog)

🧰 Maintenance

  • Release v2.0.0 update version @mpicollo-wolox (#31)

👍 Thanks to

@mpicollo-wolox

pre-v2.0.0 🌈

19 Feb 21:45
6e4b4dc
Compare
Choose a tag to compare

What's changed (changelog)

🧰 Maintenance

👍 Thanks to

@dependabot-preview, @dependabot-preview[bot], @gonziesc, @martinremis and @mpicollo-wolox

Release v1.1.0 2019-08-14

14 Aug 19:29
aca4e35
Compare
Choose a tag to compare

Summary

  • Add obfuscated option for secure sensitive data in body.

Release v1.0.0 2019-07-23

23 Jul 21:18
c7f4c4e
Compare
Choose a tag to compare

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 and expressRequestIdMiddleware) for making more configurable.
  • Add jest tests.
  • Add eslint configuration.

Release v0.0.3 2019-07-23

23 Jul 21:15
Compare
Choose a tag to compare

Summary

  • Change namespace variable name from ns to namespace 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

16 May 18:53
45c1364
Compare
Choose a tag to compare

Summary

  • Added README.md with basic stuff and a step by step to migrate from winston and morgan to this package.