|
1 | 1 | ## [0.9.2](https://github.com/vuex-orm/plugin-axios/compare/v0.9.1...v0.9.2) (2019-11-25)
|
2 | 2 |
|
3 | 3 |
|
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* add Vuex ORM as a peer dependency ([e61be34](https://github.com/vuex-orm/plugin-axios/commit/e61be34a325ac826f7bdf286cbe403701f4514c6)) |
| 7 | + |
4 | 8 |
|
5 | 9 | ## [0.9.1](https://github.com/vuex-orm/plugin-axios/compare/v0.9.0...v0.9.1) (2019-11-18)
|
6 | 10 |
|
7 | 11 |
|
| 12 | +### Bug Fixes |
| 13 | + |
| 14 | +* fix where `response.entities` is not immediately available after the request call ([#89](https://github.com/vuex-orm/plugin-axios/issues/89)) |
| 15 | + |
| 16 | +### Features |
| 17 | + |
| 18 | +* warn users if the response data is non-array/object ([#82](https://github.com/vuex-orm/plugin-axios/issues/82)) |
| 19 | + |
8 | 20 |
|
9 | 21 | # [0.9.0](https://github.com/vuex-orm/plugin-axios/compare/v0.8.0...v0.9.0) (2019-11-05)
|
10 | 22 |
|
11 | 23 |
|
| 24 | +### Features |
| 25 | + |
| 26 | +* save response data after calling the API ([ba48434](https://github.com/vuex-orm/plugin-axios/commit/ba4843401eb7570007074266e4c5362930baf0c9)) |
| 27 | + |
12 | 28 |
|
13 |
| -# [0.8.0](https://github.com/vuex-orm/plugin-axios/compare/v0.5.1...v0.8.0) (2019-10-31) |
| 29 | +# [0.8.0](https://github.com/vuex-orm/plugin-axios/compare/v0.7.0...v0.8.0) (2019-10-31) |
14 | 30 |
|
15 | 31 |
|
| 32 | +### Features |
| 33 | + |
| 34 | +* transform response data before persisting to the store. ([#80](https://github.com/vuex-orm/plugin-axios/pull/80)) |
| 35 | + |
| 36 | + |
| 37 | +# [0.7.0](https://github.com/vuex-orm/plugin-axios/compare/v0.5.1...v0.7.0) (2019-10-21) |
| 38 | + |
| 39 | + |
| 40 | +### BREAKING CHANGES |
| 41 | + |
| 42 | +* refactored entire plugin from the ground up. Please check out the [docs](https://vuex-orm.github.io/plugin-axios) for more details. ([341d395](https://github.com/vuex-orm/plugin-axios/commit/341d395133073b06e36e8f1d4f957003f2c68aa1)) |
| 43 | + |
16 | 44 |
|
17 | 45 | ## [0.5.1](https://github.com/vuex-orm/plugin-axios/compare/0.5.0...v0.5.1) (2019-07-08)
|
18 | 46 |
|
19 | 47 |
|
| 48 | +### Bug Fixes |
| 49 | + |
| 50 | +* improper use of asynchronous method ([#34](https://github.com/vuex-orm/plugin-axios/issues/34)) |
| 51 | +* axios request interceptor + fixed `setAuthentication` error on string ([#45](https://github.com/vuex-orm/plugin-axios/pull/45)) |
| 52 | + |
20 | 53 |
|
21 | 54 | # [0.5.0](https://github.com/vuex-orm/plugin-axios/compare/0.4.0...0.5.0) (2019-03-15)
|
22 | 55 |
|
23 | 56 |
|
| 57 | +### Bug Fixes |
| 58 | + |
| 59 | +* reduce `lodash` imports ([#16](https://github.com/vuex-orm/plugin-axios/issues/16)) |
| 60 | +* allow axios instance to be passed into plugin ([#18](https://github.com/vuex-orm/plugin-axios/issues/18)) |
| 61 | +* expose axios instance to interceptors to allow for custom response handling with tokens ([#7](https://github.com/vuex-orm/plugin-axios/issues/7)) |
24 | 62 |
|
25 | 63 | # [0.4.0](https://github.com/vuex-orm/plugin-axios/compare/0.3.0...0.4.0) (2019-03-15)
|
26 | 64 |
|
27 | 65 |
|
| 66 | +### Bug Fixes |
| 67 | + |
| 68 | +* fixed custom http method ([b3ce9b4](https://github.com/vuex-orm/plugin-axios/commit/b3ce9b45f534c191140a2770334b74b7de4eaf4e)) |
| 69 | + |
28 | 70 |
|
29 | 71 | # [0.3.0](https://github.com/vuex-orm/plugin-axios/compare/0.2.2...0.3.0) (2019-03-15)
|
30 | 72 |
|
31 | 73 |
|
32 | 74 | ### Bug Fixes
|
33 | 75 |
|
34 |
| -* uncaught exception when occur a network error ([7a28af7](https://github.com/vuex-orm/plugin-axios/commit/7a28af7c0324221e262dd71826e86e7a9473439c)) |
| 76 | +* uncaught exception on network error ([7a28af7](https://github.com/vuex-orm/plugin-axios/commit/7a28af7c0324221e262dd71826e86e7a9473439c)) |
35 | 77 |
|
36 | 78 |
|
37 | 79 | ### Features
|
38 | 80 |
|
39 | 81 | * allow get access token as function ([a100695](https://github.com/vuex-orm/plugin-axios/commit/a100695244351bdce3cdba104b2633696c51c73e))
|
40 | 82 |
|
41 | 83 |
|
42 |
| - |
43 | 84 | ## [0.2.2](https://github.com/vuex-orm/plugin-axios/compare/0.2.1...0.2.2) (2018-10-12)
|
44 | 85 |
|
45 | 86 |
|
| 87 | +### Bug Fixes |
| 88 | + |
| 89 | +* fixed params which are not set ([9d33522](https://github.com/vuex-orm/plugin-axios/commit/9d33522a0510ef219b997ba46a042d4369c353b8)) |
| 90 | + |
46 | 91 |
|
47 | 92 | ## [0.2.1](https://github.com/vuex-orm/plugin-axios/compare/0.2.0...0.2.1) (2018-10-12)
|
48 | 93 |
|
49 | 94 |
|
| 95 | +### Bug Fixes |
| 96 | + |
| 97 | +* fixed bug with automatic config params not being overwritten with a value (:id) ([590b4b6](https://github.com/vuex-orm/plugin-axios/commit/590b4b61306b5ee98f588856deb4d3bf0fc6b9bb)) |
| 98 | + |
50 | 99 |
|
51 | 100 | # [0.2.0](https://github.com/vuex-orm/plugin-axios/compare/0.1.2...0.2.0) (2018-10-12)
|
52 | 101 |
|
53 | 102 |
|
| 103 | +### Features |
| 104 | + |
| 105 | +* added endpoint param extractor ([709f56f](https://github.com/vuex-orm/plugin-axios/commit/709f56f585b967f1a4f8f2663b5652b67bbfe92e)) |
| 106 | + |
54 | 107 |
|
55 | 108 | ## [0.1.2](https://github.com/vuex-orm/plugin-axios/compare/0.1.1...0.1.2) (2018-10-11)
|
56 | 109 |
|
57 | 110 |
|
| 111 | +### Bug Fixes |
| 112 | + |
| 113 | +* fixed issue with SSR on Nuxt ([#5](https://github.com/vuex-orm/plugin-axios/issues/5)) |
| 114 | + |
| 115 | + |
| 116 | +## [0.1.1](https://github.com/vuex-orm/plugin-axios/compare/0.1.0...0.1.1) (2018-10-08) |
| 117 | + |
| 118 | + |
| 119 | +### Bug Fixes |
| 120 | + |
| 121 | +* fixed issue where vue-cli projects could not use async/await functions ([beb2894](https://github.com/vuex-orm/plugin-axios/commit/beb2894ae25eba717ef8eecf0d5188de1067bad0)) |
| 122 | + |
58 | 123 |
|
59 | 124 | # 0.1.0 (2018-10-04)
|
60 | 125 |
|
61 | 126 |
|
| 127 | +Initial release 🎉 |
62 | 128 |
|
0 commit comments