Releases: jmcdo29/ogma
Releases · jmcdo29/ogma
@ogma/cli@2.1.6
Patch Changes
- 89504a0: Change @ogma/cli shebang to be more portable across different OS and environment.
@ogma/nestjs-module@3.2.0
Minor Changes
-
d97af0e: Add
@Log()
and@LogAll()
decorators to allow for automatic method timing
@ogma/nestjs-module@3.1.1
Patch Changes
- d0217ad: patch: remove extra blank line print from
printError
.
@ogma/cli@2.1.5
Patch Changes
- 7b5781b: CLI no longer dies on newlines
@ogma/cli@2.1.4
Patch Changes
- 7a329ce: Add dependency on reflect-metadata
@ogma/cli@2.1.2
Patch Changes
- e7619e6: Trying a second publish to publish the js not ts
@ogma/cli@2.1.1
Patch Changes
- bc6cdc8: Fix a bad publish from an incorrect workspace file
@ogma/cli@2.1.0
Minor Changes
-
81b3501: Allow the CLI to accept process.stdin so it can be piped to.
Now, if you want to have
json: true
always set in yourOgma
config, but you still want to get the pretty dev logs, you can use something to the extent ofpnpm start:dev | ogma
and ogma will pretty print each line as it comes in.
@ogma/platform-socket.io@3.0.3
Patch Changes
- b730b78: resolve bad deployment of socket.io package
@ogma/platform-socket.io@3.0.2
Patch Changes
- 8973523: Fix the peer dependencies for socket.io and @nestjs/plaltform-socket.io