Skip to content

v0.0.51

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Sep 12:44
· 17 commits to main since this release

stm

  1. Added node version check to warn if the used version is < 18
  2. Added check to see if the payload is a string of digits (number) to be added as a string (not to put through JSON parse/stringify) to prevent numbers getting printed in X.Ye+Z form
  3. Display full path of the broker configuration used by the commands (e.g., /Users/XYZ/.stm/stm-cli-config.json)

stm feed

  1. Added export sub-command to export a local or a community feed to an archive (zip) file. The goal is to be able to share among teams, maintain it in a SCCS and others!
  2. Added import sub-command to import an exported feed archive to create a feed in the local repository
  3. Dropped support for copy sub-command, as the import/export offers a better interface

Feed Configure (Rules)

  1. Fixed feed configure UI to display feed name at the footer
  2. Display appropriate feed details for an API Feed in the info page