Releases: moleculerjs/moleculer-repl
Releases · moleculerjs/moleculer-repl
v0.7.4
What's Changed
- allow to pass meta as JSON string by @AndreMaz in #71
- show params of events by @AndreMaz in #74
- Adds stream objectMode support and print stream to stdout by @PetrChalov in #72
New Contributors
- @PetrChalov made their first contribution in #72
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Rewritten codebase without vulnerable vorpal
#57
Thanks to @AndreMaz, he has rewritten the REPL module because we had a lot of issue with the unmaintained vorpal
dependency.
This new version is compatible with the previous versions and support everything what supported in previous versions but it can open new opportunities for us in the future.
Kudos to André 🎉
You may encounter changes in operations, this is why we increased the major version number.
v0.6.6
v0.6.5
v0.6.4
Setting meta keys for call
, dcall
, emit
& broadcast
commands
To set meta keys, use #
prefix for arguments.
moleculer λ call greeter.echo --a 5 --#b 3
>> Response:
{ params: { a: 5 }, meta: { b: 3, '$repl': true } }
Changes
- update deps & audit fix
- remove console log