Skip to content

Commit 52ca6fa

Browse files
committed
1.2.3
1 parent 53e182f commit 52ca6fa

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

.changeset/gold-flies-beg.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rage-js/core
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- 59bc0e5: - Bug fix: `formatLog` function's warning flag is replaced from **(CONFIG)** to **(WARNING)**.
8+
- 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.
9+
- 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.
10+
- Feature: Now loggers will display how much pushes _(turns)_ have been executed since the application started.
11+
312
## 1.2.2
413

514
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rage-js/core",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Core module for RAGE which provides the functionality for RAGE methods.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)