mirror of https://github.com/sundowndev/http.git
4.8 KiB
4.8 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2017-07-25)
Bug Fixes
- axios: typo in default headers (9697559)
3.0.0 (2017-07-25)
Code Refactoring
- axios: remove $ shortcut mixins (1ab2bd6)
BREAKING CHANGES
- axios: You have to explicitly use
this.$axios.[method]
instead ofthis.$[method]
2.3.0 (2017-07-24)
Features
2.2.4 (2017-07-20)
Bug Fixes
- axios: temporary fix for nuxt/nuxt.js#1127 (499b639), closes nuxt/nuxt.js#1127
2.2.3 (2017-07-19)
Bug Fixes
2.2.2 (2017-07-19)
Bug Fixes
2.2.1 (2017-07-15)
Bug Fixes
2.0.3 (2017-06-10)
Bug Fixes
2.0.2 (2017-06-09)
Bug Fixes
- axios: Node 6.x support (54deac0)
2.0.1 (2017-06-09)
Bug Fixes
- axios: ensure store exists before injecting (23ad7b7)
2.0.0 (2017-06-09)
Bug Fixes
- axios: install using Vue.use (184651b)
- axios: req typo (16f28b1)
- axios: use relative
API_URL
if same host and port elseAPI_URL
(3421d19)
Features
- 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)
BREAKING CHANGES
- axios: API_PREFIX is deprecated.
1.0.2 (2017-05-29)
Bug Fixes
- axios: remove extra function call on computed prop (cd9da0b)
1.0.1 (2017-05-26)
Bug Fixes
- axios: remove extra function call on computed prop (cd9da0b)
1.0.0 (2017-05-26)
Features
- initial migration to 1.0.0-alpha1 (05c1b7a)
BREAKING CHANGES
- New modules system is backward incompatible with nuxt-helpers style modules