Releases: jmcdo29/ogma
Releases · jmcdo29/ogma
@ogma/[email protected]
Minor Changes
- 828ad94: made determineStatusCodeFromError protected (instead of private) to be able to override it in child classes
@ogma/[email protected]
Patch Changes
- 50f7664: Add peer dependencie on
@ogma/logger
for@ogma/nestjs-module
and set up peerDependenciesMeta for better package manager integration
@ogma/[email protected]
Minor Changes
- d2cbc49: added ability to modify logger message (remove pid, application, hostname)
@ogma/[email protected]
Minor Changes
- d2cbc49: added ability to modify logger message (remove pid, application, hostname)
@ogma/[email protected]
Patch Changes
- 43e2854: Updated the doc string for the
OgmaService
log methods
@ogma/[email protected]
Patch Changes
- 89504a0: Change @ogma/cli shebang to be more portable across different OS and environment.
@ogma/[email protected]
Minor Changes
-
d97af0e: Add
@Log()
and@LogAll()
decorators to allow for automatic method timing
@ogma/[email protected]
Patch Changes
- d0217ad: patch: remove extra blank line print from
printError
.
@ogma/[email protected]
Patch Changes
- 7b5781b: CLI no longer dies on newlines
@ogma/[email protected]
Patch Changes
- 7a329ce: Add dependency on reflect-metadata