Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

26 lines (15 loc) · 1.47 KB

Changelog

1.0.0 (2024-08-31)

Features

  • 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)

Bug Fixes

  • EnvModule now properly loads environment variables when being accessed (2a8f661)

Documentation

Changelog