- Add EnvModule to help with loading and handling environment variables (641559f)
- CustomLogger can now update its log level during runtime (7c6e92b)
- Expose TestContainer and Supertest helper classes to help with testing Nest applications (797c471)
- Implement
TransformBooleanString
transformer decorator (b2a567d) - Implement CustomLogger class (883fa99)
- Implement HttpLoggingInterceptor (e7df43f)
- Introduce
AuthModule
for handling authorization and authentication through OIDC (0d3cdd7)
- EnvModule now properly loads environment variables when being accessed (2a8f661)
- Added comment to test (297ffd1)