Releases: HugoRCD/evlog
Releases · HugoRCD/evlog
v1.2.0
What's Changed
Features 🚀
- feat: add client log transport by @HugoRCD in #23
- feat: add
excludemodule option by @HugoRCD in #22 - feat: use
defuto 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
- @Barbapapazes made their first contribution in #20
- @matiacone made their first contribution in #33
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
Full Changelog: v0.1.0...v1.0.0
v0.1.0
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