Skip to content

Releases: rage-js/cli

@rage-js/cli v1.3.1

26 Aug 05:35

Choose a tag to compare

Bug Fix:

  • Removed process.cwd() from cli module, as per Issue #44 on core package repository.

@rage-js/cli v1.3.0

07 Aug 06:33

Choose a tag to compare

  • Feature: No Interval method is now available to select.
  • Feature: loopStartDelay attribute is now prompted with 5000 milliseconds default value.

@rage-js/cli v1.2.9

02 Jul 06:06

Choose a tag to compare

  • Bug fix: Replace @rage-js/cli package with @rage-js/tools on the package.json file content when creating one using the CLI.
  • Bug fix: Add const to app on the ESM version of the main file content.
  • Bug fix: Removed "exit" || "SIGTERM" || "SIGINT" conditional exit signals because of it causing an error when integrating RAGE with express.

@rage-js/cli v1.2.8

30 Jun 15:43

Choose a tag to compare

  • Bug fix: formatLog function's warning flag is replaced from (CONFIG) to (WARNING).
  • Feature: While fetching the cloud database, now the application shall also create a schemas folder inside every database folder. A schemas folder will have the collection of schema files for each collection, if the application detects that any collection doesn't have a schema folder, then it will automatically throw a warning.
  • Feature: Whenever the application is trying to push local data to cloud database, it shall now detect if there is any other collection files (json files) that doesn't exist on the MongoDB cloud database, then it will create one and insert all the documents inside the collection automatically.
  • Feature: Now loggers will display how much pushes (turns) have been executed since the application started.

@rage-js/cli v1.2.4

10 Jun 14:18

Choose a tag to compare

Changelog

Warning

Couldn't recover release notes. We're extremely sorry for not releasing the release notes properly.

@rage-js/cli v1.1.0

05 Jun 04:12

Choose a tag to compare

Changelog

  • Provided default option for outDir input.

Full Changelog: https://github.com/rage-js/cli/commits/v1.1.0