v5.2.0
·
18556 commits
to master
since this release
Features
- common: provide global config for axios instance
HttpModule.register()#846 - core: use default exception filter handler on condition (extend core class) #860
- core: add
@Optional()decorator #847 - core: enhance
ExternalContextCreator(for 3rd-party libraries purposes) - core: allow ModuleRef to get imported providers (strict/non-strict mode) #832
- core: support DynamicModule in
NestFactory.create[..]()#671
Bug Fixes
- common: multiple
FileInterceptorinterceptors per class #935 - common: custom decorators shouldn't require "data" parameter #892
- core: fastify & middleware wildcards bug #972
- core: innherited guards not being applied #879
- microservices: NATS subject wrapping no longer messing wildcards up #948