Skip to content

Releases: lehh/nestjs-soap

v1.2.4 Imports bug fix

26 Oct 20:23
Compare
Choose a tag to compare

Imports bug fix

Bug Fixes

11 Oct 20:15
Compare
Choose a tag to compare
  • Fix auth not working on sync methods (registerAsync/ForRoot)
  • Fix multiple clients for async providers not working

useClass bug fix

22 Sep 20:43
Compare
Choose a tag to compare

useClass wasn't working, so thanks to @rjpkuyper for pointing that out.

Fix SoapModuleOptionsFactory export

16 Jul 13:57
Compare
Choose a tag to compare
  • Added export for SoapModuleOptionsFactory.
  • Plus some refactoring and unit tests updates.

v1.2.0 Async SoapModule creation

18 Jun 22:06
Compare
Choose a tag to compare
  • Added forRootAsync to create the SoapModule asynchronously.
  • Added forRoot to use on place of registerAsync.
  • Added auth option on the SoapModuleOptions for basic authentication.

v1.1.0 - Adding clientOptions

12 May 21:55
9cb8ae1
Compare
Choose a tag to compare

Adding clientOptions to SoapModuleOptions

v1.0.0 First release

14 Apr 20:18
Compare
Choose a tag to compare

First nestjs-soap release