chore: update 0.5.0 release notes

master
pooya parsa 2020-04-13 21:46:07 +02:00
parent 2983aa9fab
commit e37beb259d
1 changed files with 16 additions and 6 deletions

View File

@ -5,16 +5,26 @@ All notable changes to this project will be documented in this file. See [standa
## [0.5.0](https://github.com/nuxt/http/compare/v0.4.0...v0.5.0) (2020-04-13)
### Features
### New Features
* add create helper and improve docs ([e37358f](https://github.com/nuxt/http/commit/e37358f5b2b6eb0c563ed5e85ce915faf9e3f168))
- Allow creating new instances with `$http.create(kyOptions)` (#3) (#94)
- Allow changing baseURL on runtime `$http.setBaseURL(baseURL)` (#82) (#94)
### Docs
### Bug Fixes
#### Restructure sidebar (#94)
* rename with-config to enable testing ([b1a91cb](https://github.com/nuxt/http/commit/b1a91cbe9327cbc337ec1b822d0fdf9f75119c73))
* test failing ([255d8a1](https://github.com/nuxt/http/commit/255d8a17601ef77b3c875d0367b5fbad153dbc3c))
* **types:** update types for `HTTPError` to `ky.HTTPError` ([#91](https://github.com/nuxt/http/issues/91)) ([3a9100f](https://github.com/nuxt/http/commit/3a9100f2fe5978a537bf6d7cd40206572a487dd4)), closes [sindresorhus/ky#241](https://github.com/sindresorhus/ky/issues/241)
- 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` to `ky.HTTPError` (#91)
### Chore
- Switch to Github Actions ([6205fdaa5e1552797fc8f743952cafc44169716f](https://github.com/nuxt/http/commit/6205fdaa5e1552797fc8f743952cafc44169716f))
- Use [tib](https://github.com/nuxt/tib) for testing ([https://github.com/nuxt/http/commit/5c693a04b93dc7bb29f6f63c0e38c3db24c8e5a3])
## [0.4.0](https://github.com/nuxt/http/compare/v0.3.9...v0.4.0) (2020-03-27)