What's Changed
✨ Automatically serialize JSON to the equivalent type
If you're not using a Data Transformer, we will now do our best to serialize the response the same way JSON.serialize()
does.
Example: Below a Date
is automatically turns into a string
, because that's what JSON.stringify()
does:
New Contributors
- @neo773 made their first contribution in #3239
- @QuiiBz made their first contribution in #3253
- @Nsttt made their first contribution in #3255
Full Changelog: v10.1.0...v10.2.0