Skip to content

Releases: toss/nestjs-aop

v2.1.3

20 Dec 09:15
Compare
Choose a tag to compare

What's Changed

  • fix: Fix applyLazyDecorator return when metadataList is empty by @smilecc in #30

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

16 Nov 09:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

06 Nov 11:37
Compare
Choose a tag to compare

What's Changed

  • [WAD-5752] test(nestjs-aop): Clearly separate the test fixtures by @WhiteKiwi in #26
  • refactor: Refactor decorator wrapping logic by @WhiteKiwi in #27

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Jul 08:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

19 Jun 03:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release v2.0.2

18 Apr 05:38
Compare
Choose a tag to compare

What's Changed

  • fix: #18 Each instance should have its dependencies applied correctly by @WhiteKiwi in #19

Full Changelog: v2.0.1...v2.0.2

v2.0.1

30 Mar 05:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Mar 08:33
Compare
Choose a tag to compare

Key changes in v2

  1. Multiple AopDecorators can be applied to a single method.
  2. AopDecorators now behave the same way as TypeScript decorators with regards to order.
  3. AopDecorators can now be applied to controllers as well.

Breaking changes

See the migration guide here.

  1. Instead of using SetMetadata, you should now use createDecorator.

What's Changed

  • Docs: Updates CacheDecorator example to update cache after calling the function. by @jurampark in #3
  • ci: Use cache in ci.yml by @jongwooo in #4
  • fix: Remove duplicate pnpm setup by @jongwooo in #5
  • feat: Allow more than one AopDecorator to be applied to one method (#6) by @WhiteKiwi in #9
  • feat: #7 Ensure the order of decorating the aop decorator by @WhiteKiwi in #10
  • fix: Instead of lazy wrap method, the originalFn is handed over to AddMetadata and wrapped immediately. by @WhiteKiwi in #11
  • feat: Modify the aop to be decorated to the controller by @WhiteKiwi in #12
  • fix: Bind "this" to this, not target by @WhiteKiwi in #13

New Contributors

Full Changelog: v1.0.3...v2.0.0

Release v2.0.0-next.7

15 Mar 14:42
Compare
Choose a tag to compare
Release v2.0.0-next.7 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-next.6...v2.0.0-next.7

Release v2.0.0-next.6

15 Mar 09:22
Compare
Choose a tag to compare
Release v2.0.0-next.6 Pre-release
Pre-release

What's Changed

  • feat: Modify the aop to be decorated to the controller by @WhiteKiwi in #12

Full Changelog: v2.0.0-next.5...v2.0.0-next.6