- fix(core): POST/DELETE/PUT/PATCH methods when
content-type=application/x-www-form-urlencoded
, put formData to in body(previous put in url) - refactor(core): default request inteceptor should work before send fetch
- refactor(core): remove
_data
in request config - refactor(core): remove
encode
in options, useparamsSerializer
option instead - chore(README): add encrypt/decrypt example to README
Thanks unit testing make this happend 🥳