Releases: rage-js/core
Releases · rage-js/core
@rage-js/core v2.0.2
@rage-js/core v2.0.1
- Bug fix: Removed unused
console.loginsidePushAfterIntervalmethod class. - Bug fix: Removed unwanted push on the first iteration of the
NoIntervalmethod instance loop
@rage-js/core v2.0.0
- Feature: New method
NoIntervalis created. This method can be used by changing yourrage.config.json's"method": "PAI"to"method": "NI"(NI stands for NoInterval) and remove"interval"from"methodSpecificSettings". - Documentation: Added JSDoc comments to every configuration attributes on
main.d.tsfile (excluding sub-attributes). - Feature: Added new configuration attribute
loopStartDelayforrage.config.jsonfiles and updated every methods to adopt the new attribute. - Documentation: Updated few lines in
README.md
@rage-js/core v1.2.3
- 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/core v1.1.1
@rage-js/core v1.1.0
Changelog
- Made push on exit functional
@rage-js/core v1.0.0
Changelog
- Created Push After Interval (PAI) method
- Added logger toggle option