Skip to content

Releases: rage-js/core

@rage-js/core v2.0.2

26 Aug 05:26
e224859

Choose a tag to compare

Bug Fix:

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

@rage-js/core v2.0.1

07 Aug 06:16

Choose a tag to compare

  • Bug fix: Removed unused console.log inside PushAfterInterval method class.
  • Bug fix: Removed unwanted push on the first iteration of the NoInterval method instance loop

@rage-js/core v2.0.0

06 Aug 13:45

Choose a tag to compare

  • Feature: New method NoInterval is created. This method can be used by changing your rage.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.ts file (excluding sub-attributes).
  • Feature: Added new configuration attribute loopStartDelay for rage.config.json files and updated every methods to adopt the new attribute.
  • Documentation: Updated few lines in README.md

@rage-js/core v1.2.3

30 Jun 15:45

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/core v1.1.1

11 Jun 05:15
ba53a31

Choose a tag to compare

Changelog

  • Fixed issues: #33 and #12
  • Updated README.md
  • Updated package description

@rage-js/core v1.1.0

10 Jun 14:15

Choose a tag to compare

Changelog

  • Made push on exit functional

@rage-js/core v1.0.0

10 Jun 04:09

Choose a tag to compare

Changelog

  • Created Push After Interval (PAI) method
  • Added logger toggle option