1.0.0-draft.2 (2020-05-03)
- adopt to @vuex-orm/[email protected] (cf6d5a7)
1.0.0-draft.1 (2020-05-03)
- move types out of index to support nuxt axios module integration (a2a9c24)
0.9.2 (2019-11-25)
- add Vuex ORM as a peer dependency (e61be34)
0.9.1 (2019-11-18)
- fix where
response.entities
is not immediately available after the request call (#89)
- warn users if the response data is non-array/object (#82)
0.9.0 (2019-11-05)
- save response data after calling the API (ba48434)
0.8.0 (2019-10-31)
- transform response data before persisting to the store. (#80)
0.7.0 (2019-10-21)
0.5.1 (2019-07-08)
- improper use of asynchronous method (#34)
- axios request interceptor + fixed
setAuthentication
error on string (#45)
0.5.0 (2019-03-15)
- reduce
lodash
imports (#16) - allow axios instance to be passed into plugin (#18)
- expose axios instance to interceptors to allow for custom response handling with tokens (#7)
0.4.0 (2019-03-15)
- fixed custom http method (b3ce9b4)
0.3.0 (2019-03-15)
- uncaught exception on network error (7a28af7)
- allow get access token as function (a100695)
0.2.2 (2018-10-12)
- fixed params which are not set (9d33522)
0.2.1 (2018-10-12)
- fixed bug with automatic config params not being overwritten with a value (:id) (590b4b6)
0.2.0 (2018-10-12)
- added endpoint param extractor (709f56f)
0.1.2 (2018-10-11)
- fixed issue with SSR on Nuxt (#5)
0.1.1 (2018-10-08)
- fixed issue where vue-cli projects could not use async/await functions (beb2894)
Initial release 🎉