Skip to content

Latest commit

 

History

History
147 lines (58 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

147 lines (58 loc) · 4.83 KB

0.9.4 (2021-02-01)

Bug Fixes

  • axios dependency remediation (2c897a9)

0.9.3 (2020-05-07)

Features

  • add persistOptions to handle relation persistence (#121) (4345c98)
  • add configurable persistBy option (#119) (2110528)

0.9.2 (2019-11-25)

Bug Fixes

  • add Vuex ORM as a peer dependency (e61be34)

0.9.1 (2019-11-18)

Bug Fixes

  • fix where response.entities is not immediately available after the request call (#89)

Features

  • warn users if the response data is non-array/object (#82)

0.9.0 (2019-11-05)

Features

  • save response data after calling the API (ba48434)

0.8.0 (2019-10-31)

Features

  • transform response data before persisting to the store. (#80)

0.7.0 (2019-10-21)

BREAKING CHANGES

  • refactored entire plugin from the ground up. Please check out the docs for more details. (341d395)

0.5.1 (2019-07-08)

Bug Fixes

  • improper use of asynchronous method (#34)
  • axios request interceptor + fixed setAuthentication error on string (#45)

0.5.0 (2019-03-15)

Bug Fixes

  • 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)

Bug Fixes

  • fixed custom http method (b3ce9b4)

0.3.0 (2019-03-15)

Bug Fixes

  • uncaught exception on network error (7a28af7)

Features

  • allow get access token as function (a100695)

0.2.2 (2018-10-12)

Bug Fixes

  • fixed params which are not set (9d33522)

0.2.1 (2018-10-12)

Bug Fixes

  • fixed bug with automatic config params not being overwritten with a value (:id) (590b4b6)

0.2.0 (2018-10-12)

Features

  • added endpoint param extractor (709f56f)

0.1.2 (2018-10-11)

Bug Fixes

  • fixed issue with SSR on Nuxt (#5)

0.1.1 (2018-10-08)

Bug Fixes

  • fixed issue where vue-cli projects could not use async/await functions (beb2894)

0.1.0 (2018-10-04)

Initial release 🎉