Releases: rage-js/cli
Releases · rage-js/cli
@rage-js/cli v1.3.1
@rage-js/cli v1.3.0
- Feature: No Interval method is now available to select.
- Feature:
loopStartDelayattribute is now prompted with5000milliseconds default value.
@rage-js/cli v1.2.9
- Bug fix: Replace
@rage-js/clipackage with@rage-js/toolson thepackage.jsonfile content when creating one using the CLI. - Bug fix: Add
consttoappon 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 withexpress.
@rage-js/cli v1.2.8
- Bug fix:
formatLogfunction'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
Changelog
Warning
Couldn't recover release notes. We're extremely sorry for not releasing the release notes properly.
@rage-js/cli v1.1.0
Changelog
- Provided default option for outDir input.
Full Changelog: https://github.com/rage-js/cli/commits/v1.1.0