Skip to content

Releases: rage-js/cli

@rage-js/cli v1.3.1

Choose a tag to compare

@Maghish Maghish released this 26 Aug 05:35

Bug Fix:

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

@rage-js/cli v1.3.0

Choose a tag to compare

@Maghish Maghish released this 07 Aug 06:33
  • 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

Choose a tag to compare

@Maghish Maghish released this 02 Jul 06:06
  • 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

Choose a tag to compare

@Maghish Maghish released this 30 Jun 15:43
  • 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

Choose a tag to compare

@Maghish Maghish released this 10 Jun 14:18

Changelog

Warning

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

@rage-js/cli v1.1.0

Choose a tag to compare

@Maghish Maghish released this 05 Jun 04:12

Changelog

  • Provided default option for outDir input.

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