Release 3.0.6
Note: this is a re-release of 3.0.5 and differs from that version only
in that this uses a newer version of `jest` to fix a build-related
problem.
This release fixes a handful of problems various folks encountered while
using the new (V2) PATCH functionality.
- #140, #139 - When a patch failed to be applied, instead of returning
an error message, the server would hang. Thanks @7shi for the fix!
- #142 - If you supplied JSON content that encoded anything other than
an object, your incoming content would not be parsed and your patch
would fail. Now, we use the non-strict JSON parsing mode that allows
you to provide any arbitrary JSON content.