Skip to content

Commit 5403ea7

Browse files
committed
chore: migrate release notes to changelog
1 parent 121d7a3 commit 5403ea7

File tree

1 file changed

+69
-3
lines changed

1 file changed

+69
-3
lines changed

CHANGELOG.md

Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,128 @@
11
## [0.9.2](https://github.com/vuex-orm/plugin-axios/compare/v0.9.1...v0.9.2) (2019-11-25)
22

33

4+
### Bug Fixes
5+
6+
* add Vuex ORM as a peer dependency ([e61be34](https://github.com/vuex-orm/plugin-axios/commit/e61be34a325ac826f7bdf286cbe403701f4514c6))
7+
48

59
## [0.9.1](https://github.com/vuex-orm/plugin-axios/compare/v0.9.0...v0.9.1) (2019-11-18)
610

711

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+
820

921
# [0.9.0](https://github.com/vuex-orm/plugin-axios/compare/v0.8.0...v0.9.0) (2019-11-05)
1022

1123

24+
### Features
25+
26+
* save response data after calling the API ([ba48434](https://github.com/vuex-orm/plugin-axios/commit/ba4843401eb7570007074266e4c5362930baf0c9))
27+
1228

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

1531

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+
1644

1745
## [0.5.1](https://github.com/vuex-orm/plugin-axios/compare/0.5.0...v0.5.1) (2019-07-08)
1846

1947

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+
2053

2154
# [0.5.0](https://github.com/vuex-orm/plugin-axios/compare/0.4.0...0.5.0) (2019-03-15)
2255

2356

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

2563
# [0.4.0](https://github.com/vuex-orm/plugin-axios/compare/0.3.0...0.4.0) (2019-03-15)
2664

2765

66+
### Bug Fixes
67+
68+
* fixed custom http method ([b3ce9b4](https://github.com/vuex-orm/plugin-axios/commit/b3ce9b45f534c191140a2770334b74b7de4eaf4e))
69+
2870

2971
# [0.3.0](https://github.com/vuex-orm/plugin-axios/compare/0.2.2...0.3.0) (2019-03-15)
3072

3173

3274
### Bug Fixes
3375

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

3678

3779
### Features
3880

3981
* allow get access token as function ([a100695](https://github.com/vuex-orm/plugin-axios/commit/a100695244351bdce3cdba104b2633696c51c73e))
4082

4183

42-
4384
## [0.2.2](https://github.com/vuex-orm/plugin-axios/compare/0.2.1...0.2.2) (2018-10-12)
4485

4586

87+
### Bug Fixes
88+
89+
* fixed params which are not set ([9d33522](https://github.com/vuex-orm/plugin-axios/commit/9d33522a0510ef219b997ba46a042d4369c353b8))
90+
4691

4792
## [0.2.1](https://github.com/vuex-orm/plugin-axios/compare/0.2.0...0.2.1) (2018-10-12)
4893

4994

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+
5099

51100
# [0.2.0](https://github.com/vuex-orm/plugin-axios/compare/0.1.2...0.2.0) (2018-10-12)
52101

53102

103+
### Features
104+
105+
* added endpoint param extractor ([709f56f](https://github.com/vuex-orm/plugin-axios/commit/709f56f585b967f1a4f8f2663b5652b67bbfe92e))
106+
54107

55108
## [0.1.2](https://github.com/vuex-orm/plugin-axios/compare/0.1.1...0.1.2) (2018-10-11)
56109

57110

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+
58123

59124
# 0.1.0 (2018-10-04)
60125

61126

127+
Initial release 🎉
62128

0 commit comments

Comments
 (0)