@hichchi/nest-connector 0.0.3 → 0.0.4

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 ADDED
@@ -0,0 +1,67 @@
1
+ ## 0.0.3 (2026-02-13)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated utils to 0.0.3
6
+
7
+ ## 0.0.2 (2026-02-13)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **auth): add support for role-based guard with configurable redirects** - **feat(auth): introduce skipNotifyContext for selective HTTP error notifications** - **feat(utils): expand HTTP utilities with success response validation and notification skipping** - **feat(guards): update `authGuard` and `roleGuard` parameters to allow custom redirects** - **fix(routes): integrate role-based guard in routing configurations** - **refactor(services): improve `AppService` with toast notification utilities** - **fix(interceptors:** enhance error interceptor for better error management and redirection** ([e1414ab](https://github.com/hichchidev/hichchi/commit/e1414ab))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated utils to 0.0.2
16
+
17
+ ### ❤️ Thank You
18
+
19
+ - Hichchi Dev
20
+
21
+ ## 0.0.1 (2026-02-13)
22
+
23
+ ### 🚀 Features
24
+
25
+ - **auth): add support for role-based guard with configurable redirects** - **feat(auth): introduce skipNotifyContext for selective HTTP error notifications** - **feat(utils): expand HTTP utilities with success response validation and notification skipping** - **feat(guards): update `authGuard` and `roleGuard` parameters to allow custom redirects** - **fix(routes): integrate role-based guard in routing configurations** - **refactor(services): improve `AppService` with toast notification utilities** - **fix(interceptors:** enhance error interceptor for better error management and redirection** ([e1414ab](https://github.com/hichchidev/hichchi/commit/e1414ab))
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated utils to 0.0.1
30
+
31
+ ### ❤️ Thank You
32
+
33
+ - Hichchi Dev
34
+
35
+ ## 0.0.1-beta.3 (2025-07-18)
36
+
37
+ ### 🚀 Features
38
+
39
+ - Made `roleId` property optional in User interface
40
+
41
+ ## 0.0.1-beta.2 (2025-07-17)
42
+
43
+ This was a version bump only for nest-connector to align it with other projects, there were no code changes.
44
+
45
+ ## 0.0.1-beta.1 (2025-07-16)
46
+
47
+ ### 🧱 Updated Dependencies
48
+
49
+ - Updated utils to 0.0.1-beta.1
50
+
51
+ ## 0.0.1-beta.0 (2025-07-15)
52
+
53
+ ### 🧱 Updated Dependencies
54
+
55
+ - Updated utils to 0.0.1-beta.0
56
+
57
+ ## 0.0.1-alpha.1 (2025-06-23)
58
+
59
+ ### 🧱 Updated Dependencies
60
+
61
+ - Updated utils to 0.0.1-alpha.1
62
+
63
+ ## 0.0.1-alpha.0 (2025-06-23)
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated utils to 0.0.1-alpha.0