@hichchi/nest-connector 0.0.3 → 0.0.5

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,73 @@
1
+ ## 0.0.4 (2026-02-17)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated utils to 0.0.4
6
+
7
+ ## 0.0.3 (2026-02-13)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated utils to 0.0.3
12
+
13
+ ## 0.0.2 (2026-02-13)
14
+
15
+ ### 🚀 Features
16
+
17
+ - **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))
18
+
19
+ ### 🧱 Updated Dependencies
20
+
21
+ - Updated utils to 0.0.2
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Hichchi Dev
26
+
27
+ ## 0.0.1 (2026-02-13)
28
+
29
+ ### 🚀 Features
30
+
31
+ - **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))
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated utils to 0.0.1
36
+
37
+ ### ❤️ Thank You
38
+
39
+ - Hichchi Dev
40
+
41
+ ## 0.0.1-beta.3 (2025-07-18)
42
+
43
+ ### 🚀 Features
44
+
45
+ - Made `roleId` property optional in User interface
46
+
47
+ ## 0.0.1-beta.2 (2025-07-17)
48
+
49
+ This was a version bump only for nest-connector to align it with other projects, there were no code changes.
50
+
51
+ ## 0.0.1-beta.1 (2025-07-16)
52
+
53
+ ### 🧱 Updated Dependencies
54
+
55
+ - Updated utils to 0.0.1-beta.1
56
+
57
+ ## 0.0.1-beta.0 (2025-07-15)
58
+
59
+ ### 🧱 Updated Dependencies
60
+
61
+ - Updated utils to 0.0.1-beta.0
62
+
63
+ ## 0.0.1-alpha.1 (2025-06-23)
64
+
65
+ ### 🧱 Updated Dependencies
66
+
67
+ - Updated utils to 0.0.1-alpha.1
68
+
69
+ ## 0.0.1-alpha.0 (2025-06-23)
70
+
71
+ ### 🧱 Updated Dependencies
72
+
73
+ - Updated utils to 0.0.1-alpha.0