Skip to content

Releases: vuex-orm/plugin-axios

0.3.0

15 Mar 21:51
Compare
Choose a tag to compare
Updated Version Number

v0.2.2

12 Oct 10:20
Compare
Choose a tag to compare

Had a very tired morning... Fixed Params which are not set.

v0.2.1

12 Oct 10:07
Compare
Choose a tag to compare

Fixed Bug with automatic config params not being overwritten with a value (:id)

v0.2.0

12 Oct 09:40
Compare
Choose a tag to compare

Added Endpoint Param Extractor.

  static methodConf = {
    http: {
      url: '/:random_parameter/:random_parameter_id/users'
    }
  }

User.$fetch({
    params: {
        random_parameter: 'update'
    }
})

https://example.com/api/v1/update/users
instead of
https://example.com/api/v1/update/:random_parameter_id/users

v0.1.2

11 Oct 12:53
Compare
Choose a tag to compare

Fixed Issue with SSR on Nuxt which fixes #5

v0.1.1

08 Oct 14:55
d8f27f8
Compare
Choose a tag to compare

Fixed Issue with where Vue-Cli projects could not use Async/Await Functions

v0.1.0

04 Oct 10:10
Compare
Choose a tag to compare

The very initial release. 🎉