🚢 0.2.0 / 2018-06-19
💥 Breaking Changes
-
Require Node.js 6.x
Migration Guide:
Node.js 4.x is no longer supported, upgrade to at least Node.js 6.x.
-
Add, and by default use, strict mode
Migration Guide:
By default, JSON bodies can now only be an object or an array. Pass
strict: falseto opt in to the old behaviour.
🐛 Fixes
- Fix handling of empty body in strict mode