Commit Graph

422 Commits (dd5c153ac4415c7d55261a3596bb13386186799d)

Author SHA1 Message Date
BrianPurgert fe169818f5 Changed dead examples link to point to usage (#110) 2018-02-24 15:18:49 +03:30
Mohamed Oun 9e778217fd docs: fix Typo in Helpers docs (#107) 2018-02-19 23:07:36 +03:30
Pooya Parsa 06b1db8ad3 docs 2018-02-19 13:16:49 +03:30
Pooya Parsa df388128e1 update readme 2018-02-19 13:14:55 +03:30
Pooya Parsa ce9d95bac6 update readme 2018-02-19 13:09:02 +03:30
Pooya Parsa dad0292b83 fix link 2018-02-19 13:06:30 +03:30
Pooya Parsa e7539e83a0 📖 axios.nuxtjs.org 2018-02-19 13:04:11 +03:30
Pooya Parsa 09f065cc89 docs: fix link to changelog 2018-02-17 19:11:03 +03:30
Pooya Parsa d5d5aeb074 📖 docs: move to gitbook 2018-02-17 19:07:27 +03:30
Pooya Parsa 0a1b86d2d8 chore(release): 5.0.1 2018-02-09 01:04:52 +03:30
Pooya Parsa a8ea331afc fix: don't mutate env.API_URL
This was causing side-effects and invalid proxy config after reloading nuxt.config.js
2018-02-09 01:04:47 +03:30
Pooya Parsa caa7b9659f chore(release): 5.0.0 2018-02-04 23:17:08 +03:30
Pooya Parsa 9ecb547f51 feat: https option (#57) 2018-02-04 23:07:58 +03:30
Pooya Parsa 4d31c1e10a refactor(retry): normalize true value at module 2018-02-04 21:58:25 +03:30
Pooya Parsa 9e99d4fd17 docs: add retry docs
#77
2018-02-04 21:50:24 +03:30
Pooya Parsa 033f0dae19 test: add retry to tests
#77
2018-02-04 21:47:28 +03:30
Pooya Parsa 7221cacb37 feat: support retry with axios-retry
#77
2018-02-04 21:47:05 +03:30
Pooya Parsa a923db3b30 feat: passing options via proxy option 2018-02-04 21:32:30 +03:30
Pooya Parsa 0aa8fd58f9 package: update devDependencies 2018-02-04 21:13:24 +03:30
Pooya Parsa 51957d1c85 deps: remove proxy as a peer dependency 2018-02-04 21:11:12 +03:30
Pooya Parsa ea7b569d30 fix(progress): finish on fail 2018-02-04 21:10:39 +03:30
Yaroslav 7345f8d6fe docs: fix error in examples (#85)
* Update README.md

* Update README.md
2018-01-30 16:27:07 +03:30
Thomas Edwards 2be823dc64 Updates notes on using a proxy
- Corrects error where using a comma in an object without keys
- Updates copy that could cause confusion about what needs to be included
2018-01-30 01:56:42 +03:30
Pooya Parsa d6ce19da48 fix typos in readme 2018-01-30 01:53:36 +03:30
Pooya Parsa 770bbe2f24 chore(release): 5.0.0-rc.2 2018-01-30 01:49:30 +03:30
Pooya Parsa ea4882a52f fix: support dynamic API_URL for SSR 2018-01-30 01:48:47 +03:30
Pooya Parsa fd1ef478fe fix(package): require @nuxtjs/proxy as a peerDependency 2018-01-30 01:48:26 +03:30
Pooya Parsa 45794d891e chore(release): 5.0.0-rc.1 2018-01-29 01:41:34 +03:30
Pooya Parsa cbdc586c0c fix(progress): ensure $loading is valid 2018-01-29 01:40:58 +03:30
Pooya Parsa 157c3a2fe6 chore(release): 5.0.0-rc.0 2018-01-28 22:51:26 +03:30
Pooya Parsa 93f9f42706 update readme 2018-01-28 22:50:37 +03:30
Pooya Parsa 0d3be173f2 feat: support proxy 2018-01-28 22:40:23 +03:30
Pooya Parsa 6ffcd8462c update uptions 2018-01-28 22:10:35 +03:30
Pooya Parsa d194c320f1 update readme 2018-01-28 21:59:04 +03:30
Pooya Parsa e0393c8ece update readme 2018-01-28 21:53:56 +03:30
Pooya Parsa 875567af0a chore(release): 5.0.0-alpha.1 2018-01-28 21:53:05 +03:30
Pooya Parsa 41a0964b7e feat: integrate with nuxt progress bar 2018-01-28 21:52:32 +03:30
Pooya Parsa 44c9f35e70 docs: add redirect error example 2018-01-28 19:36:30 +03:30
Pooya Parsa be4aa6f945 chore(release): 5.0.0-alpha.0 2018-01-28 19:25:49 +03:30
Pooya Parsa f28153451b update readme 2018-01-28 19:22:36 +03:30
Pooya Parsa fa3eb473b5 feat: interceptor helpers 2018-01-28 19:17:47 +03:30
Pooya Parsa 6f2fa080dd improve debug 2018-01-28 18:28:19 +03:30
Pooya Parsa 9f33421115 update tests 2018-01-28 18:24:03 +03:30
Pooya Parsa ac6f18f6d0 improve debug 2018-01-28 18:23:57 +03:30
Pooya Parsa c6e9744c34 fix dev script 2018-01-28 17:28:32 +03:30
Pooya Parsa 647b58f133 feat: rewrite plugin 2018-01-28 17:27:39 +03:30
Pooya Parsa 672dbb9bcf update docs 2018-01-26 13:42:31 +03:30
Pooya Parsa 533cf4ee2c refactor: a better and more stable way to specify baseURL and browserBaseURL options
BREAKING CHANGE: prefix should be set to `/api` for backward compability. refer to new docs.
2018-01-16 20:45:12 +03:30
Pooya Parsa 8e0ee32757 refactor: index ~> module 2018-01-16 19:48:22 +03:30
Pooya Parsa 9b0834898d misc: update to nuxt 1.x 2018-01-16 19:40:27 +03:30