@hichchi/nest-core 0.0.1-beta.2 → 0.0.1-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -13
- package/README.md +202 -201
- package/bootstrap/app-bootstrapper.d.ts +6 -7
- package/bootstrap/app-bootstrapper.js +4 -3
- package/bootstrap/app-bootstrapper.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.0.1-beta.4 (2025-01-XX)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- Updated bootstrap function to use `INestApplication` interface for better type safety
|
|
6
|
+
- Changed `app.use()` to `app.useLogger()` for proper logger configuration
|
|
7
|
+
|
|
8
|
+
## 0.0.1-beta.3 (2025-07-17)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated nest-connector to 0.0.1-beta.2
|
|
13
|
+
|
|
1
14
|
## 0.0.1-beta.2 (2025-07-16)
|
|
2
15
|
|
|
3
16
|
This was a version bump only for nest-core to align it with other projects, there were no code changes.
|
|
@@ -16,16 +29,16 @@ This was a version bump only for nest-core to align it with other projects, ther
|
|
|
16
29
|
- Updated nest-connector to 0.0.1-beta.0
|
|
17
30
|
- Updated utils to 0.0.1-beta.0
|
|
18
31
|
|
|
19
|
-
## 0.0.1-alpha.1 (2025-06-23)
|
|
20
|
-
|
|
21
|
-
### 🧱 Updated Dependencies
|
|
22
|
-
|
|
23
|
-
- Updated nest-connector to 0.0.1-alpha.1
|
|
24
|
-
- Updated utils to 0.0.1-alpha.1
|
|
25
|
-
|
|
26
|
-
## 0.0.1-alpha.0 (2025-06-23)
|
|
27
|
-
|
|
28
|
-
### 🧱 Updated Dependencies
|
|
29
|
-
|
|
30
|
-
- Updated nest-connector to 0.0.1-alpha.0
|
|
31
|
-
- Updated utils to 0.0.1-alpha.0
|
|
32
|
+
## 0.0.1-alpha.1 (2025-06-23)
|
|
33
|
+
|
|
34
|
+
### 🧱 Updated Dependencies
|
|
35
|
+
|
|
36
|
+
- Updated nest-connector to 0.0.1-alpha.1
|
|
37
|
+
- Updated utils to 0.0.1-alpha.1
|
|
38
|
+
|
|
39
|
+
## 0.0.1-alpha.0 (2025-06-23)
|
|
40
|
+
|
|
41
|
+
### 🧱 Updated Dependencies
|
|
42
|
+
|
|
43
|
+
- Updated nest-connector to 0.0.1-alpha.0
|
|
44
|
+
- Updated utils to 0.0.1-alpha.0
|