Feature:
- new
wrap
function to wrap existingpino
logger #27
Bug fix:
- bump
elysia
to1.2.10
Bug fix:
- bump
elysia
to1.2.2
Improvement:
- bump
pino
to9.6.0
Bug fix:
- Node.js module resolution (implicit index.js imports)
Feature:
- new
useLevel
option #24
Improvement:
- bump
pino
to9.5.0
Improvement:
- fix
types
entry inpackage.json
#22
Bug fix:
- pass
boolean
toautoLogging
#21
Bug fix:
- bump
elysia
to1.1.0
Improvement:
formatters.ts
now logscode
andmessage
ifContext
is an error- infer type in util functions of
formatters.ts
- bump
pino
to8.18.0
- bump
elysia
to1.0.27
Breaking Change:
-
automatic
onError
logging bydefault
; #18For more details checkout the migration guide
-
InferContext
now contains eitherContext
orErrorContext
For more details checkout the migration guide
Improvement:
- bump
pino
to9.1.0
Bug fix:
- undefined log during ParseError #16
Bug fix:
- bump
elysia
to1.0.9
and fixed InferContext #14
Bug fix:
- auto logging #14
Bug fix:
- bump
elysia
to1.0.0
#14
Improvement:
- bump
pino
to8.18.0
- bump
elysia
to0.8.16
Bug fix:
createPinoLogger
omittingfile
&stream
options- remove
Bun
'sPathLike
type #11
Bug fix:
- replace default
elysia
import with named import #12
Bug fix:
- update
elysia
andpino
Feature:
- export
pino
Bug fix:
- allow using
fileLogger()
andlogger()
at the same time #10
Breaking Change:
-
automatic
onResponse
logging bydefault
; based on pino-http; #6For more details checkout the migration guide
Feature:
- injecting logger as dependency #7
Improvement:
- added Migration guide
Bug fix:
- update to elysia 0.7.6 #5
Breaking Change:
-
removed the
contextKeyName
option -
updated typing to infer the elysia context
For more details checkout the migration guide
Improvement:
- using the new
ElysiaJS
plugin syntax - exposing
LoggerOptions
andLogger
types #4
Improvement:
- auto completion for
level
option
Bug fix:
createPinoLogger
options
Feature:
- type safety with
contextKeyName
#2
Feature:
- update to elysia 0.6.19
Bug fix:
- add missing exports
Feature:
- Include request context info for debugging tools
- Optional alternate name for logger in context
Bug fix:
- optional
StreamLoggerOptions
Feature:
StreamLogger
&FileLogger