nest
nest copied to clipboard
feat(common): support to serialize plain object
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
What is the current behavior?
Issue Number: #10086
What is the new behavior?
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Pull Request Test Coverage Report for Build af1c6764-b52c-40cb-9a00-21164947e7e2
- 0 of 0 changed or added relevant lines in 0 files are covered.
- No unchanged relevant lines lost coverage.
- Overall coverage remained the same at 93.826%
Totals | |
---|---|
Change from base Build 7429007a-3efb-492d-a2a1-84f706a41b5f: | 0.0% |
Covered Lines: | 6094 |
Relevant Lines: | 6495 |
💛 - Coveralls
If this feature is reasonable, I will add docs and unit test later. Any suggestion please let me know.
I agree with @micalevisk suggestion here https://github.com/nestjs/nest/issues/10086#issuecomment-1209349988
lgtm