Skip to content

Releases: HugoRCD/evlog

v1.2.0

03 Feb 18:07
98a6ac2

Choose a tag to compare

What's Changed

Features 🚀

  • feat: add client log transport by @HugoRCD in #23
  • feat: add exclude module option by @HugoRCD in #22
  • feat: use defu to compose wide-events by @HugoRCD in #28
  • feat: pass HTTP headers to evlog:drain hook #31

Bug Fixes 🐞

  • fix(docs): enables native SQLite connector for the MCP by @HugoRCD in #32
  • fix: use kebab-case for skill name by @matiacone in #33
  • fix: ensure consistent error data serialization in production by @HugoRCD in #29

Documentation 📚

  • docs: clarify Nuxt usage, add client logging and security best practices by @HugoRCD in #13
  • docs: improve marketing and align with vercel web guidelines by @HugoRCD in #16
  • docs: fix root for github edit this page link by @Barbapapazes in #20
  • docs: add missing installation steps for nitro and typescript projects by @Barbapapazes in #19

Dependency Updates 📦

  • chore(deps): update autofix-ci/action digest to 7a166d7 by @renovate[bot] in #27
  • chore(deps): update all non-major dependencies by @renovate[bot] in #25
  • chore(deps): lock file maintenance by @renovate[bot] in #26

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

28 Jan 09:53

Choose a tag to compare

What's Changed

Features 🚀

  • feat: add log sampling with configurable rates by @HugoRCD in #9
  • feat: add tail sampling support by @HugoRCD in #10
  • feat: add drain log hook by @HugoRCD in #11

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Jan 15:28

Choose a tag to compare

Full Changelog: v0.1.0...v1.0.0

v0.1.0

24 Jan 23:01

Choose a tag to compare

v0.1.0

Initial release.

Features

  • Wide event logging with useLogger(event) for Nuxt/Nitro
  • Structured errors with defineError() (message, why, fix, link)
  • Request-scoped logger with automatic context accumulation
  • Pretty console output in development, JSON in production
  • Nuxt module (evlog/nuxt) with zero-config setup
  • Nitro plugin (evlog/nitro) for all Nitro-powered frameworks
  • Standalone API (initLogger, log, createRequestLogger)

Integrations

  • Nuxt 4+
  • Nitro (Analog, Vinxi, SolidStart, TanStack Start)
  • Standalone TypeScript

Full Changelog: https://github.com/HugoRCD/evlog/commits/v0.1.0