This PR splits the query parameters from the body parameters of a request fixing a bug that was copying in the query string all the parameters of a POST/PUT/PATCH/DELETE request. Since I've added a new parameter to the public API these changes are breaking, however since we're still in 0.x Semver specs allow any kind of breaking change to happen even between minor versions
Coverage increased (+0.02%) to 18.182% when pulling cebd888f25064461150c4e4e88ec4dec5324025a on ste93cry:fix/no-post-params-in-querystring into 7ed2b8aee04181c655e96b3903353765ddc413cc on loopline-systems:develop.
This PR splits the query parameters from the body parameters of a request fixing a bug that was copying in the query string all the parameters of a
POST
/PUT
/PATCH
/DELETE
request. Since I've added a new parameter to the public API these changes are breaking, however since we're still in0.x
Semver specs allow any kind of breaking change to happen even between minor versions