mapper
mapper copied to clipboard
feat(core,nestjs,docs): Finalize the async support effort started by #617
Description
As a developer, I want to use input-output async operations while retrieving/resolving the values for the destination entity fields. This initiative is a continuation/finalization of the initiative #617.
Proposed Changes
- Enable async for all mapping transformation methods.
- Enable async mapping by default for NestJS integration.
Checklist
- [x] Tests
- [x] Documentation