toss / nestjs-aop

A way to gracefully apply AOP to nestjs
MIT License
220 stars 24 forks source link

refactor: Refactor decorator wrapping logic #27

Closed WhiteKiwi closed 11 months ago

WhiteKiwi commented 11 months ago
  1. Cache Key Strategy Change: Shifted cache key from method name to metadata.
  2. Decorator Logic Refactoring.
  3. Dependencies Update: Upgraded to TypeScript 5.0 and updated other dependencies to their latest versions.