Skip to content

Releases: moleculerjs/moleculer-repl

v0.7.4

09 Sep 09:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

09 Sep 09:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

13 Aug 16:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v0.7.1

19 May 19:47
Compare
Choose a tag to compare

Changes

  • rewritten types #62. Typescript users need it for Moleculer >=v0.14.20.
  • add --loadFull to call command #61
  • alias array supported #59

v0.7.0

08 Jan 17:35
Compare
Choose a tag to compare

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

27 Jun 19:41
Compare
Choose a tag to compare

Changes

  • add cache keys & cache clear commands.

v0.6.5

20 May 18:13
Compare
Choose a tag to compare

Changes

  • improve info packet to show metrics reporter and tracing exporter.
  • fix 'actions' command separation.

v0.6.4

09 Apr 09:37
Compare
Choose a tag to compare

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

v0.6.3

24 Feb 21:44
Compare
Choose a tag to compare

Changes

  • add autocomplete to dcall.
  • return vorpal instance in broker.repl().
  • fix metrics execution if metrics is disabled.

v0.6.2

24 Feb 21:40
Compare
Choose a tag to compare

Changes

  • change chalk to kleur.
  • fix middleware printing in info command.
  • new metrics command for Moleculer v0.14.
  • filtering in services command considers the service version.
  • update dependencies