|
| 1 | +## [0.9.2](https://github.com/vuex-orm/plugin-axios/compare/v0.9.1...v0.9.2) (2019-11-25) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* add Vuex ORM as a peer dependency ([e61be34](https://github.com/vuex-orm/plugin-axios/commit/e61be34a325ac826f7bdf286cbe403701f4514c6)) |
| 7 | + |
| 8 | + |
| 9 | +## [0.9.1](https://github.com/vuex-orm/plugin-axios/compare/v0.9.0...v0.9.1) (2019-11-18) |
| 10 | + |
| 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 | + |
| 20 | + |
| 21 | +# [0.9.0](https://github.com/vuex-orm/plugin-axios/compare/v0.8.0...v0.9.0) (2019-11-05) |
| 22 | + |
| 23 | + |
| 24 | +### Features |
| 25 | + |
| 26 | +* save response data after calling the API ([ba48434](https://github.com/vuex-orm/plugin-axios/commit/ba4843401eb7570007074266e4c5362930baf0c9)) |
| 27 | + |
| 28 | + |
| 29 | +# [0.8.0](https://github.com/vuex-orm/plugin-axios/compare/v0.7.0...v0.8.0) (2019-10-31) |
| 30 | + |
| 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 | + |
| 44 | + |
| 45 | +## [0.5.1](https://github.com/vuex-orm/plugin-axios/compare/0.5.0...v0.5.1) (2019-07-08) |
| 46 | + |
| 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 | + |
| 53 | + |
| 54 | +# [0.5.0](https://github.com/vuex-orm/plugin-axios/compare/0.4.0...0.5.0) (2019-03-15) |
| 55 | + |
| 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)) |
| 62 | + |
| 63 | +# [0.4.0](https://github.com/vuex-orm/plugin-axios/compare/0.3.0...0.4.0) (2019-03-15) |
| 64 | + |
| 65 | + |
| 66 | +### Bug Fixes |
| 67 | + |
| 68 | +* fixed custom http method ([b3ce9b4](https://github.com/vuex-orm/plugin-axios/commit/b3ce9b45f534c191140a2770334b74b7de4eaf4e)) |
| 69 | + |
| 70 | + |
| 71 | +# [0.3.0](https://github.com/vuex-orm/plugin-axios/compare/0.2.2...0.3.0) (2019-03-15) |
| 72 | + |
| 73 | + |
| 74 | +### Bug Fixes |
| 75 | + |
| 76 | +* uncaught exception on network error ([7a28af7](https://github.com/vuex-orm/plugin-axios/commit/7a28af7c0324221e262dd71826e86e7a9473439c)) |
| 77 | + |
| 78 | + |
| 79 | +### Features |
| 80 | + |
| 81 | +* allow get access token as function ([a100695](https://github.com/vuex-orm/plugin-axios/commit/a100695244351bdce3cdba104b2633696c51c73e)) |
| 82 | + |
| 83 | + |
| 84 | +## [0.2.2](https://github.com/vuex-orm/plugin-axios/compare/0.2.1...0.2.2) (2018-10-12) |
| 85 | + |
| 86 | + |
| 87 | +### Bug Fixes |
| 88 | + |
| 89 | +* fixed params which are not set ([9d33522](https://github.com/vuex-orm/plugin-axios/commit/9d33522a0510ef219b997ba46a042d4369c353b8)) |
| 90 | + |
| 91 | + |
| 92 | +## [0.2.1](https://github.com/vuex-orm/plugin-axios/compare/0.2.0...0.2.1) (2018-10-12) |
| 93 | + |
| 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 | + |
| 99 | + |
| 100 | +# [0.2.0](https://github.com/vuex-orm/plugin-axios/compare/0.1.2...0.2.0) (2018-10-12) |
| 101 | + |
| 102 | + |
| 103 | +### Features |
| 104 | + |
| 105 | +* added endpoint param extractor ([709f56f](https://github.com/vuex-orm/plugin-axios/commit/709f56f585b967f1a4f8f2663b5652b67bbfe92e)) |
| 106 | + |
| 107 | + |
| 108 | +## [0.1.2](https://github.com/vuex-orm/plugin-axios/compare/0.1.1...0.1.2) (2018-10-11) |
| 109 | + |
| 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 | + |
| 123 | + |
| 124 | +# 0.1.0 (2018-10-04) |
| 125 | + |
| 126 | + |
| 127 | +Initial release 🎉 |
| 128 | + |
0 commit comments