Skip to content

🚢 0.2.0 / 2018-06-19

Choose a tag to compare

@LinusU LinusU released this 21 Sep 15:32
· 6 commits to master since this release
c097e0b

💥 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: false to opt in to the old behaviour.

🐛 Fixes

  • Fix handling of empty body in strict mode