Skip to content

Releases: Insidexa/nestjs-rpc

7.6.0

18 Jul 09:48
18c6071
Compare
Choose a tag to compare
  • NestJS 7.3.* ( breaking change )
  • typescript 3.9.7 ( breaking change )
  • use DiscoveryModule

7.5.0 Multiple per class handlers

22 Jun 12:36
045f9e9
Compare
Choose a tag to compare
  • add multiple RPC handlers for class
  • NestJS 7.2.*

7.4.0

18 Apr 10:14
Compare
Choose a tag to compare
  • fix types for JsonRpcModule async options
  • export JSON_RPC_OPTIONS.
    You can inject rpc config:
    @Inject(JSON_RPC_OPTIONS) private config: JsonRpcConfig

7.3.2

12 Apr 13:15
Compare
Choose a tag to compare
  • decrease bundle size

7.3.1

12 Apr 09:39
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Insidexa/nestjs-rpc

7.3.0

12 Apr 08:37
Compare
Choose a tag to compare
  • allow response object
  • add custom headers

Release 7.2.0: Injection Scopes

11 Apr 09:52
Compare
Choose a tag to compare
  • add injection scopes ( REQUEST / TRANSIENT ) to JSON RPC handlers
  • add logging register handlers
  • add injection scopes sample