v0.5.0
New Features
- Allow creating new instances with
$http.create(kyOptions)
(#3) (#94) (docs) - Allow changing baseURL on runtime
$http.setBaseURL(baseURL)
(#82) (#94)
Docs
Restructure sidebar (#94)
- API > Hooks: https://http.nuxtjs.org/api/#hooks
- API > HTTP methods: https://http.nuxtjs.org/api/#http-methods
Types
- fix(types): update types for
HTTPError
toky.HTTPError
(#91)