Skip to content

Releases: Papooch/nestjs-cls

Support NestJS 9

19 Jul 19:11
Compare
Choose a tag to compare

v2.1.1...v2.2.0

v2.1.1

19 Jun 22:07
Compare
Choose a tag to compare

v2.1.0...v2.1.1

v2.1.0

29 Mar 19:13
Compare
Choose a tag to compare

v2.0.1...v2.1.0

v2.0.1

27 Feb 17:21
Compare
Choose a tag to compare
  • docs: structure, address #18 37128f6
  • docs: add info about minimal ts version 16a9366
  • deps: bump typescript dev dep b312483
  • fix: export cls.interfaces f83c67b

v2.0.0...v2.0.1

v2.0.0

14 Feb 21:41
Compare
Choose a tag to compare
  • Improve type inference and type safety for ClsService (#16) 9590a19

Breaking:

  • removed ClsService#getStore method in favor of ClsService#get with no arguments
  • use symbols instead of string constants for CLS_ID and friends.

v1.6.2...v2.0.0

v1.6.2

15 Jan 10:51
Compare
Choose a tag to compare

v1.6.1...v1.6.2

v1.6.1

30 Oct 14:51
Compare
Choose a tag to compare

v1.6.0...v1.6.1

Support registerAsync

25 Oct 14:52
Compare
Choose a tag to compare

Add ClsInterceptor

24 Oct 17:02
Compare
Choose a tag to compare

v1.4.2...v1.5.0

v1.4.0

10 Oct 13:55
Compare
Choose a tag to compare
  • docs: update readme 18ab443
  • feat: add setup function 91e3202
  • test: better test structure 90d31dd
  • test: concurrent requests e3fad12
  • feat: add ClsGuard 64fd9fb
  • Merge pull request #2 from steinroe/main 185b4ca
  • fix docs 7c378d5
  • fix: set useEnterWith for mercurius and add docs f24b41b
  • debug: replace fastify.inject with supertest to show issue 27655a3

v1.3.1...v1.4.0