We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
759a618
fix(utils): close #37, fix object params (#38)
13624ab
fix(utils): just use console.error instead of throwing Error when you miss required params
bb61792
fix: avoid using Object.values refactor: use ts-check for every js file
Object.values
a669662
feat(axios): close #32, support FormData type params (#35)
https://tuateam.github.io/tua-api/guide/form-data.html
17825c7
fix(core): close #33, do not pass api's params to axios (#34)
a70c67d
Add index.d.ts (#31)
index.d.ts
refactor: src/TuaApi.js -> src/index.js
feat(src): #19, add index.d.ts
chore: upgrade deps
11af778
fix: close #29, add fullPath back (#30)
a42cc21
refactor(middleware): close #27, regenerate reqFnParams (#28)
Now you can just modify these params in middleware:
131c98f
fix: should not display logs when it's in production mode (#25)
38c29bc
feat: close #20 #21, upgrade deps and support runtimeOptions (#22)