Commit Graph

410 Commits (a5ee306a893b2e2733f413e25dbcafcb16a62740)

Author SHA1 Message Date
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
Pooya Parsa f71fa8d2c4 chore(release): 4.5.2 2017-12-29 20:13:56 +03:30
Antério Vieira ab312a3169 chore: unused variables removed (#68) 2017-12-29 20:12:19 +03:30
Pooya Parsa db88012a0b chore(release): 4.5.1 2017-12-29 19:21:42 +03:30
Pooya Parsa c7e403ddcc chore: update dependencies 2017-12-29 19:21:32 +03:30
Pooya Parsa 29798e3aa2
chore(release): 4.5.0 2017-11-16 22:37:33 +03:30
Pooya Parsa 37d970a0d4
chore: upgrade dependencies 2017-11-16 13:43:48 +03:30
Iman Tabrizian 5449939208 fix: link to the proxy page 2017-10-26 21:45:06 +03:30
Sam Garson 34670079fa Update readme with how to use in component methods
The readme isn't super clear on how to use the module outside of the specific cases that are mentioned in the _Usage_ section. This just adds a small example of using it in the component `methods`.
2017-10-26 21:38:43 +03:30
James Lee bbee76048c added proxy env url usage example 2017-10-20 21:07:25 +03:30
Paul Schmidt f1e95ff4b5 feat: disable sefault error handler (#44)
* Override the default error handler

Otherwise there is the possibility that they are conflicting with each other.
Also added a option, where you can disable the errorHandler at all (for example if you work with the responseInterceptor)

* Changed option name and added the documentation.

Renamed the option to `disableDefaultErrorHandler`.
Added documention for the new option.
2017-10-12 11:51:39 +03:30
Pooya Parsa 06f20a6a12 fix link
resolves #36
2017-09-30 20:29:15 +03:30
Pooya Parsa 80a5904051 fix toc 2017-09-30 20:03:46 +03:30