All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.3.6 (2018-11-08)
5.3.5 (2018-11-07)
- defaults: ignore
cf-ray
andcf-connecting-ip
headers on server side (#20) (#175) (3ae5416) - defaults: set proper Accept-Encoding for server side (#176) (c84fb56)
5.3.4 (2018-10-30)
5.3.3 (2018-09-28)
- package: add missing types from index.d.ts (3a06503)
5.3.2 (2018-09-21)
5.3.1 (2018-03-31)
5.3.0 (2018-03-31)
- CLI improvements (481e6da)
5.2.0 (2018-03-31)
- consola integration (4ec3b5d)
5.1.1 (2018-03-06)
5.1.0 (2018-03-05)
- allow disable progress per request. closes #112. (1530bb6)
- disable https for localhost url (#93) (dd67734)
5.0.1 (2018-02-08)
- don't mutate env.API_URL (a8ea331)
5.0.0 (2018-02-04)
- progress: finish on fail (ea7b569)
- https option (#57) (9ecb547)
- passing options via proxy option (a923db3)
- support retry with axios-retry (7221cac), closes #77
5.0.0-rc.2 (2018-01-29)
- package: require @nuxtjs/proxy as a peerDependency (fd1ef47)
- support dynamic API_URL for SSR (ea4882a)
5.0.0-rc.1 (2018-01-28)
- progress: ensure $loading is valid (cbdc586)
5.0.0-rc.0 (2018-01-28)
- support proxy (0d3be17)
5.0.0-alpha.1 (2018-01-28)
- integrate with nuxt progress bar (41a0964)
5.0.0-alpha.0 (2018-01-28)
- a better and more stable way to specify baseURL and browserBaseURL options (533cf4e)
- prefix should be set to
/api
for backward compability. refer to new docs.
4.5.2 (2017-12-29)
4.5.1 (2017-12-29)
4.5.0 (2017-11-16)
- link to the proxy page (5449939)
4.4.0 (2017-09-30)
- proxyHeader: proxyHeadersIgnore option (7c13655)
4.3.1 (2017-09-28)
4.3.0 (2017-09-11)
- don't rely on hostname for default values (dadd7d8)
4.2.1 (2017-09-08)
4.2.0 (2017-09-08)
- pass ctx to errorHandlers (c70749a)
4.1.1 (2017-09-06)
4.1.0 (2017-09-06)
- inject $axios in current ctx (356b31f)
- add options.init (8e0c0e8)
- move init outside of plugin (bcd4710)
4.0.1 (2017-09-04)
- package: make nuxt devDependency (a36a886)
4.0.0 (2017-08-30)
- better baseURL message (61432a1)
- responseInterceptor and errorHandler (b16d6bf)
- upgrade for nuxt rc8 (a341185)
- app.axios is not available anymore (without $) should always use app.$axios
3.1.4 (2017-08-13)
- create fresh objects for all default header scopes (7ba3ae8)
3.1.3 (2017-08-13)
- headers: fix security bug with default request headers (9355228)
(repository moved from nuxt-community/modules)
- axios: fetch style requests
3.0.1 (2017-07-25)
- axios: typo in default headers (9697559)
3.0.0 (2017-07-25)
- axios: remove $ shortcut mixins (1ab2bd6)
- axios: You have to explicitly use
this.$axios.[method]
instead ofthis.$[method]
2.3.0 (2017-07-24)
2.2.4 (2017-07-20)
- axios: temporary fix for nuxt/nuxt#1127 (499b639), closes nuxt/nuxt.js#1127
2.2.3 (2017-07-19)
- axios: don't proxy Host header from request (#72, #39) (61462ca)
2.2.2 (2017-07-19)
- axios: don't proxy Host header from request (#72, #39) (61462ca)
2.2.1 (2017-07-15)
- axios: problems related to #65 (4e7dd3f)
2.0.3 (2017-06-10)
2.0.2 (2017-06-09)
- axios: Node 6.x support (54deac0)
2.0.1 (2017-06-09)
- axios: ensure store exists before injecting (23ad7b7)
2.0.0 (2017-06-09)
- axios: install using Vue.use (184651b)
- axios: req typo (16f28b1)
- axios: use relative
API_URL
if same host and port elseAPI_URL
(3421d19)
- axios: AXIOS_CREDENTIALS, AXIOS_SSR_HEADERS (4dfdc2d)
- axios: don't append optional config into env (fe189e8)
- axios: Easier API (f54a434)
- axios: New API (0194226)
- axios: nuxt friendly errors for SSR (65bc50f)
- axios: API_PREFIX is deprecated.
1.0.2 (2017-05-29)
- axios: remove extra function call on computed prop (cd9da0b)
1.0.1 (2017-05-26)
- axios: remove extra function call on computed prop (cd9da0b)
- initial migration to 1.0.0-alpha1 (05c1b7a)
- New modules system is backward incompatible with nuxt-helpers style modules