@feathersjs/client 5.0.0-pre.3 → 5.0.0-pre.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +192 -204
- package/README.md +2 -2
- package/dist/core.js +1861 -1798
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +2 -1
- package/dist/core.min.js.LICENSE.txt +1 -0
- package/dist/feathers.js +5116 -4927
- package/dist/feathers.js.map +1 -1
- package/dist/feathers.min.js +2 -1
- package/dist/feathers.min.js.LICENSE.txt +1 -0
- package/package.json +26 -25
- package/src/core.ts +1 -1
- package/src/feathers.ts +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,478 +3,398 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [5.0.0-pre.
|
|
6
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
7
7
|
|
|
8
|
+
### Features
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
12
15
|
|
|
16
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
13
17
|
|
|
18
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
14
19
|
|
|
20
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
15
21
|
|
|
22
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
16
23
|
|
|
17
|
-
# [5.0.0-pre.
|
|
24
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
18
25
|
|
|
19
26
|
**Note:** Version bump only for package @feathersjs/client
|
|
20
27
|
|
|
28
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
21
29
|
|
|
30
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
22
31
|
|
|
32
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
23
33
|
|
|
34
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
24
35
|
|
|
25
|
-
# [5.0.0-
|
|
36
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
26
37
|
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
27
39
|
|
|
28
|
-
|
|
40
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
29
41
|
|
|
30
|
-
|
|
42
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
31
43
|
|
|
44
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
32
45
|
|
|
46
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
33
47
|
|
|
48
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
34
49
|
|
|
50
|
+
### Bug Fixes
|
|
35
51
|
|
|
36
|
-
|
|
52
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
37
53
|
|
|
54
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
38
55
|
|
|
39
56
|
### Bug Fixes
|
|
40
57
|
|
|
41
|
-
|
|
42
|
-
|
|
58
|
+
- **client:** Fix @feathersjs/client types field ([#2596](https://github.com/feathersjs/feathers/issues/2596)) ([d719f54](https://github.com/feathersjs/feathers/commit/d719f54daee63daf9ed5cc762626ca15131086de))
|
|
43
59
|
|
|
44
60
|
### Features
|
|
45
61
|
|
|
46
|
-
|
|
47
|
-
|
|
62
|
+
- **typescript:** Improve adapter typings ([#2605](https://github.com/feathersjs/feathers/issues/2605)) ([3b2ca0a](https://github.com/feathersjs/feathers/commit/3b2ca0a6a8e03e8390272c4d7e930b4bffdaacf5))
|
|
48
63
|
|
|
64
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
49
65
|
|
|
66
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
50
67
|
|
|
68
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
51
69
|
|
|
52
|
-
|
|
70
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
53
71
|
|
|
72
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
54
73
|
|
|
74
|
+
### Features
|
|
55
75
|
|
|
56
|
-
|
|
76
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
57
77
|
|
|
78
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
58
79
|
|
|
59
|
-
|
|
80
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
60
81
|
|
|
61
|
-
|
|
82
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
62
83
|
|
|
84
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
63
85
|
|
|
64
|
-
|
|
86
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
65
87
|
|
|
66
|
-
|
|
88
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
67
89
|
|
|
90
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
68
91
|
|
|
69
|
-
|
|
92
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
70
93
|
|
|
71
|
-
|
|
94
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
72
95
|
|
|
96
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
73
97
|
|
|
98
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
74
99
|
|
|
100
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
75
101
|
|
|
102
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
76
103
|
|
|
77
|
-
|
|
104
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
78
105
|
|
|
106
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
79
107
|
|
|
80
|
-
|
|
108
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
81
109
|
|
|
82
|
-
|
|
110
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
83
111
|
|
|
112
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
84
113
|
|
|
85
|
-
|
|
114
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
86
115
|
|
|
87
|
-
|
|
116
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
88
117
|
|
|
118
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
89
119
|
|
|
90
|
-
###
|
|
120
|
+
### Features
|
|
91
121
|
|
|
92
|
-
|
|
122
|
+
- **adapter-commons:** Add support for params.adapter option and move memory adapter to @feathersjs/memory ([#2367](https://github.com/feathersjs/feathers/issues/2367)) ([a43e7da](https://github.com/feathersjs/feathers/commit/a43e7da22b6b981a96d1321736ea9a0cb924fb4f))
|
|
93
123
|
|
|
124
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
94
125
|
|
|
95
|
-
|
|
126
|
+
### Features
|
|
96
127
|
|
|
97
|
-
**
|
|
128
|
+
- **koa:** KoaJS transport adapter ([#2315](https://github.com/feathersjs/feathers/issues/2315)) ([2554b57](https://github.com/feathersjs/feathers/commit/2554b57cf05731df58feeba9c12faab18e442107))
|
|
98
129
|
|
|
130
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
99
131
|
|
|
132
|
+
### Bug Fixes
|
|
100
133
|
|
|
134
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
101
135
|
|
|
136
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
102
137
|
|
|
103
|
-
|
|
138
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
104
139
|
|
|
140
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
105
141
|
|
|
106
142
|
### Bug Fixes
|
|
107
143
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
144
|
+
- **dependencies:** Fix transport-commons dependency and update other dependencies ([#2284](https://github.com/feathersjs/feathers/issues/2284)) ([05b03b2](https://github.com/feathersjs/feathers/commit/05b03b27b40604d956047e3021d8053c3a137616))
|
|
111
145
|
|
|
146
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
112
147
|
|
|
148
|
+
### Bug Fixes
|
|
113
149
|
|
|
114
|
-
|
|
150
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
115
151
|
|
|
116
|
-
|
|
152
|
+
### Features
|
|
117
153
|
|
|
154
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
118
155
|
|
|
156
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
119
157
|
|
|
158
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
120
159
|
|
|
160
|
+
### chore
|
|
121
161
|
|
|
122
|
-
|
|
162
|
+
- **package:** Remove @feathersjs/primus packages from core ([#1919](https://github.com/feathersjs/feathers/issues/1919)) ([d20b7d5](https://github.com/feathersjs/feathers/commit/d20b7d5a70f4d3306e294696156e8aa0337c35e9)), closes [#1899](https://github.com/feathersjs/feathers/issues/1899)
|
|
123
163
|
|
|
124
|
-
|
|
164
|
+
### Features
|
|
125
165
|
|
|
166
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
126
167
|
|
|
168
|
+
### BREAKING CHANGES
|
|
127
169
|
|
|
170
|
+
- **package:** Remove primus packages to be moved into the ecosystem.
|
|
128
171
|
|
|
172
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
129
173
|
|
|
130
|
-
|
|
174
|
+
### chore
|
|
131
175
|
|
|
132
|
-
**
|
|
176
|
+
- **package:** Remove @feathersjs/primus packages from core ([#1919](https://github.com/feathersjs/feathers/issues/1919)) ([d20b7d5](https://github.com/feathersjs/feathers/commit/d20b7d5a70f4d3306e294696156e8aa0337c35e9)), closes [#1899](https://github.com/feathersjs/feathers/issues/1899)
|
|
133
177
|
|
|
178
|
+
### Features
|
|
134
179
|
|
|
180
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
135
181
|
|
|
182
|
+
### BREAKING CHANGES
|
|
136
183
|
|
|
184
|
+
- **package:** Remove primus packages to be moved into the ecosystem.
|
|
137
185
|
|
|
138
|
-
## [4.5.
|
|
186
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
139
187
|
|
|
140
188
|
**Note:** Version bump only for package @feathersjs/client
|
|
141
189
|
|
|
190
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
142
191
|
|
|
192
|
+
### Bug Fixes
|
|
143
193
|
|
|
194
|
+
- **package:** Fix clean script in non Unix environments ([#2110](https://github.com/feathersjs/feathers/issues/2110)) ([09b62c0](https://github.com/feathersjs/feathers/commit/09b62c0c7e636caf620904ba87d61f168a020f05))
|
|
144
195
|
|
|
145
|
-
|
|
146
|
-
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
196
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
147
197
|
|
|
148
198
|
**Note:** Version bump only for package @feathersjs/client
|
|
149
199
|
|
|
200
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
150
201
|
|
|
202
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
151
203
|
|
|
204
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
152
205
|
|
|
206
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
153
207
|
|
|
154
|
-
## [4.5.
|
|
208
|
+
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
155
209
|
|
|
156
210
|
**Note:** Version bump only for package @feathersjs/client
|
|
157
211
|
|
|
212
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
158
213
|
|
|
214
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
159
215
|
|
|
216
|
+
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
160
217
|
|
|
218
|
+
**Note:** Version bump only for package @feathersjs/client
|
|
161
219
|
|
|
162
220
|
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
163
221
|
|
|
164
222
|
**Note:** Version bump only for package @feathersjs/client
|
|
165
223
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
224
|
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
171
225
|
|
|
172
226
|
**Note:** Version bump only for package @feathersjs/client
|
|
173
227
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
228
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
179
229
|
|
|
180
230
|
**Note:** Version bump only for package @feathersjs/client
|
|
181
231
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
232
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
187
233
|
|
|
188
234
|
**Note:** Version bump only for package @feathersjs/client
|
|
189
235
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
236
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
195
237
|
|
|
196
238
|
**Note:** Version bump only for package @feathersjs/client
|
|
197
239
|
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
240
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
203
241
|
|
|
204
242
|
**Note:** Version bump only for package @feathersjs/client
|
|
205
243
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
244
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
211
245
|
|
|
212
246
|
**Note:** Version bump only for package @feathersjs/client
|
|
213
247
|
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
248
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
219
249
|
|
|
220
250
|
**Note:** Version bump only for package @feathersjs/client
|
|
221
251
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
252
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
227
253
|
|
|
228
254
|
**Note:** Version bump only for package @feathersjs/client
|
|
229
255
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
256
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
235
257
|
|
|
236
258
|
**Note:** Version bump only for package @feathersjs/client
|
|
237
259
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
260
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
243
261
|
|
|
244
262
|
**Note:** Version bump only for package @feathersjs/client
|
|
245
263
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
264
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
251
265
|
|
|
252
266
|
**Note:** Version bump only for package @feathersjs/client
|
|
253
267
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
268
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
259
269
|
|
|
260
270
|
**Note:** Version bump only for package @feathersjs/client
|
|
261
271
|
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
272
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
267
273
|
|
|
268
274
|
**Note:** Version bump only for package @feathersjs/client
|
|
269
275
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
276
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
275
277
|
|
|
276
278
|
**Note:** Version bump only for package @feathersjs/client
|
|
277
279
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
280
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
283
281
|
|
|
284
282
|
**Note:** Version bump only for package @feathersjs/client
|
|
285
283
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
284
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
291
285
|
|
|
292
286
|
**Note:** Version bump only for package @feathersjs/client
|
|
293
287
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
288
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
299
289
|
|
|
300
290
|
**Note:** Version bump only for package @feathersjs/client
|
|
301
291
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
292
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
307
293
|
|
|
308
294
|
**Note:** Version bump only for package @feathersjs/client
|
|
309
295
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
296
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
315
297
|
|
|
316
298
|
**Note:** Version bump only for package @feathersjs/client
|
|
317
299
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
300
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
323
301
|
|
|
324
302
|
**Note:** Version bump only for package @feathersjs/client
|
|
325
303
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
304
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
331
305
|
|
|
332
|
-
|
|
333
306
|
### Bug Fixes
|
|
334
307
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
308
|
+
- Fix feathers-memory dependency that did not get updated ([9422b13](https://github.com/feathersjs/feathers/commit/9422b13))
|
|
340
309
|
|
|
341
310
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
342
311
|
|
|
343
312
|
**Note:** Version bump only for package @feathersjs/client
|
|
344
313
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
314
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
350
315
|
|
|
351
|
-
|
|
352
316
|
### Bug Fixes
|
|
353
317
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
318
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
359
319
|
|
|
360
320
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
361
321
|
|
|
362
|
-
|
|
363
322
|
### Bug Fixes
|
|
364
323
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
324
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
370
325
|
|
|
371
326
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
372
327
|
|
|
373
|
-
|
|
374
328
|
### Bug Fixes
|
|
375
329
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
330
|
+
- Improve authentication parameter handling ([#1333](https://github.com/feathersjs/feathers/issues/1333)) ([6e77204](https://github.com/feathersjs/feathers/commit/6e77204))
|
|
381
331
|
|
|
382
332
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
383
333
|
|
|
384
|
-
|
|
385
334
|
### Bug Fixes
|
|
386
335
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
336
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
337
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
338
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
339
|
+
- **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34))
|
|
392
340
|
|
|
393
341
|
### Features
|
|
394
342
|
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
343
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
344
|
+
- Authentication v3 core server implementation ([#1205](https://github.com/feathersjs/feathers/issues/1205)) ([1bd7591](https://github.com/feathersjs/feathers/commit/1bd7591))
|
|
401
345
|
|
|
402
346
|
## [3.7.8](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.7...@feathersjs/client@3.7.8) (2019-01-26)
|
|
403
347
|
|
|
404
348
|
**Note:** Version bump only for package @feathersjs/client
|
|
405
349
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
350
|
## [3.7.7](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.6...@feathersjs/client@3.7.7) (2019-01-02)
|
|
411
351
|
|
|
412
|
-
|
|
413
352
|
### Bug Fixes
|
|
414
353
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
354
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
420
355
|
|
|
421
356
|
<a name="3.7.6"></a>
|
|
422
|
-
## [3.7.6](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.5...@feathersjs/client@3.7.6) (2018-12-16)
|
|
423
357
|
|
|
358
|
+
## [3.7.6](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.5...@feathersjs/client@3.7.6) (2018-12-16)
|
|
424
359
|
|
|
425
360
|
### Bug Fixes
|
|
426
361
|
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
362
|
+
- **chore:** Properly configure and run code linter ([#1092](https://github.com/feathersjs/feathers/issues/1092)) ([fd3fc34](https://github.com/feathersjs/feathers/commit/fd3fc34))
|
|
432
363
|
|
|
433
364
|
<a name="3.7.5"></a>
|
|
365
|
+
|
|
434
366
|
## [3.7.5](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.4...@feathersjs/client@3.7.5) (2018-10-26)
|
|
435
367
|
|
|
436
368
|
**Note:** Version bump only for package @feathersjs/client
|
|
437
369
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
370
|
<a name="3.7.4"></a>
|
|
443
|
-
## [3.7.4](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.3...@feathersjs/client@3.7.4) (2018-10-25)
|
|
444
371
|
|
|
372
|
+
## [3.7.4](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.3...@feathersjs/client@3.7.4) (2018-10-25)
|
|
445
373
|
|
|
446
374
|
### Bug Fixes
|
|
447
375
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
376
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
453
377
|
|
|
454
378
|
<a name="3.7.3"></a>
|
|
379
|
+
|
|
455
380
|
## [3.7.3](https://github.com/feathersjs/feathers/compare/@feathersjs/client@3.7.2...@feathersjs/client@3.7.3) (2018-09-24)
|
|
456
381
|
|
|
457
382
|
**Note:** Version bump only for package @feathersjs/client
|
|
458
383
|
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
384
|
<a name="3.7.2"></a>
|
|
385
|
+
|
|
464
386
|
## 3.7.2 (2018-09-21)
|
|
465
387
|
|
|
466
388
|
**Note:** Version bump only for package @feathersjs/client
|
|
467
389
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
390
|
# Change Log
|
|
473
391
|
|
|
474
392
|
## [v3.7.1](https://github.com/feathersjs/client/tree/v3.7.1) (2018-09-21)
|
|
393
|
+
|
|
475
394
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.7.0...v3.7.1)
|
|
476
395
|
|
|
477
396
|
## [v3.7.0](https://github.com/feathersjs/client/tree/v3.7.0) (2018-09-18)
|
|
397
|
+
|
|
478
398
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.6.0...v3.7.0)
|
|
479
399
|
|
|
480
400
|
**Closed issues:**
|
|
@@ -487,6 +407,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
487
407
|
- Update uglifyjs-webpack-plugin to the latest version 🚀 [\#287](https://github.com/feathersjs/client/pull/287) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
488
408
|
|
|
489
409
|
## [v3.6.0](https://github.com/feathersjs/client/tree/v3.6.0) (2018-09-03)
|
|
410
|
+
|
|
490
411
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.6...v3.6.0)
|
|
491
412
|
|
|
492
413
|
**Merged pull requests:**
|
|
@@ -496,9 +417,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
496
417
|
- Update @feathersjs/errors to the latest version 🚀 [\#272](https://github.com/feathersjs/client/pull/272) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
497
418
|
|
|
498
419
|
## [v3.5.6](https://github.com/feathersjs/client/tree/v3.5.6) (2018-08-13)
|
|
420
|
+
|
|
499
421
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.5...v3.5.6)
|
|
500
422
|
|
|
501
423
|
## [v3.5.5](https://github.com/feathersjs/client/tree/v3.5.5) (2018-08-02)
|
|
424
|
+
|
|
502
425
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.4...v3.5.5)
|
|
503
426
|
|
|
504
427
|
**Closed issues:**
|
|
@@ -510,6 +433,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
510
433
|
- Update ws to the latest version 🚀 [\#269](https://github.com/feathersjs/client/pull/269) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
511
434
|
|
|
512
435
|
## [v3.5.4](https://github.com/feathersjs/client/tree/v3.5.4) (2018-07-19)
|
|
436
|
+
|
|
513
437
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.3...v3.5.4)
|
|
514
438
|
|
|
515
439
|
**Merged pull requests:**
|
|
@@ -517,6 +441,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
517
441
|
- Update all dependencies to latest [\#268](https://github.com/feathersjs/client/pull/268) ([daffl](https://github.com/daffl))
|
|
518
442
|
|
|
519
443
|
## [v3.5.3](https://github.com/feathersjs/client/tree/v3.5.3) (2018-06-28)
|
|
444
|
+
|
|
520
445
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.2...v3.5.3)
|
|
521
446
|
|
|
522
447
|
**Merged pull requests:**
|
|
@@ -524,6 +449,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
524
449
|
- Update @feathersjs/rest-client to the latest version 🚀 [\#266](https://github.com/feathersjs/client/pull/266) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
525
450
|
|
|
526
451
|
## [v3.5.2](https://github.com/feathersjs/client/tree/v3.5.2) (2018-06-16)
|
|
452
|
+
|
|
527
453
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.1...v3.5.2)
|
|
528
454
|
|
|
529
455
|
**Closed issues:**
|
|
@@ -536,11 +462,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
536
462
|
- Update shx to the latest version 🚀 [\#263](https://github.com/feathersjs/client/pull/263) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
537
463
|
|
|
538
464
|
## [v3.5.1](https://github.com/feathersjs/client/tree/v3.5.1) (2018-06-03)
|
|
465
|
+
|
|
539
466
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.5.0...v3.5.1)
|
|
540
467
|
|
|
541
468
|
**Closed issues:**
|
|
542
469
|
|
|
543
|
-
-
|
|
470
|
+
- 'exports' is undefined [\#261](https://github.com/feathersjs/client/issues/261)
|
|
544
471
|
- I got error from NuxtJS when I use FeathersJS client V3 [\#260](https://github.com/feathersjs/client/issues/260)
|
|
545
472
|
|
|
546
473
|
**Merged pull requests:**
|
|
@@ -548,6 +475,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
548
475
|
- Update @feathersjs/feathers to the latest version 🚀 [\#262](https://github.com/feathersjs/client/pull/262) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
549
476
|
|
|
550
477
|
## [v3.5.0](https://github.com/feathersjs/client/tree/v3.5.0) (2018-05-17)
|
|
478
|
+
|
|
551
479
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.5...v3.5.0)
|
|
552
480
|
|
|
553
481
|
**Merged pull requests:**
|
|
@@ -555,6 +483,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
555
483
|
- Update @feathersjs/rest-client to the latest version 🚀 [\#259](https://github.com/feathersjs/client/pull/259) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
556
484
|
|
|
557
485
|
## [v3.4.5](https://github.com/feathersjs/client/tree/v3.4.5) (2018-05-04)
|
|
486
|
+
|
|
558
487
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.4...v3.4.5)
|
|
559
488
|
|
|
560
489
|
**Merged pull requests:**
|
|
@@ -562,6 +491,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
562
491
|
- Update @feathersjs/feathers to the latest version 🚀 [\#258](https://github.com/feathersjs/client/pull/258) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
563
492
|
|
|
564
493
|
## [v3.4.4](https://github.com/feathersjs/client/tree/v3.4.4) (2018-03-27)
|
|
494
|
+
|
|
565
495
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.3...v3.4.4)
|
|
566
496
|
|
|
567
497
|
**Merged pull requests:**
|
|
@@ -570,6 +500,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
570
500
|
- Update @feathersjs/rest-client to the latest version 🚀 [\#256](https://github.com/feathersjs/client/pull/256) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
571
501
|
|
|
572
502
|
## [v3.4.3](https://github.com/feathersjs/client/tree/v3.4.3) (2018-03-07)
|
|
503
|
+
|
|
573
504
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.2...v3.4.3)
|
|
574
505
|
|
|
575
506
|
**Closed issues:**
|
|
@@ -582,6 +513,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
582
513
|
- Update webpack to the latest version 🚀 [\#254](https://github.com/feathersjs/client/pull/254) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
583
514
|
|
|
584
515
|
## [v3.4.2](https://github.com/feathersjs/client/tree/v3.4.2) (2018-02-16)
|
|
516
|
+
|
|
585
517
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.1...v3.4.2)
|
|
586
518
|
|
|
587
519
|
**Closed issues:**
|
|
@@ -594,6 +526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
594
526
|
- Update @feathersjs/errors to the latest version 🚀 [\#251](https://github.com/feathersjs/client/pull/251) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
595
527
|
|
|
596
528
|
## [v3.4.1](https://github.com/feathersjs/client/tree/v3.4.1) (2018-02-10)
|
|
529
|
+
|
|
597
530
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.4.0...v3.4.1)
|
|
598
531
|
|
|
599
532
|
**Merged pull requests:**
|
|
@@ -601,6 +534,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
601
534
|
- Update @feathersjs/feathers to the latest version 🚀 [\#249](https://github.com/feathersjs/client/pull/249) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
602
535
|
|
|
603
536
|
## [v3.4.0](https://github.com/feathersjs/client/tree/v3.4.0) (2018-02-09)
|
|
537
|
+
|
|
604
538
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.3.2...v3.4.0)
|
|
605
539
|
|
|
606
540
|
**Merged pull requests:**
|
|
@@ -609,6 +543,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
543
|
- Update @feathersjs/socketio-client to the latest version 🚀 [\#247](https://github.com/feathersjs/client/pull/247) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
610
544
|
|
|
611
545
|
## [v3.3.2](https://github.com/feathersjs/client/tree/v3.3.2) (2018-02-09)
|
|
546
|
+
|
|
612
547
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.3.1...v3.3.2)
|
|
613
548
|
|
|
614
549
|
**Merged pull requests:**
|
|
@@ -617,6 +552,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
617
552
|
- delete slack link [\#245](https://github.com/feathersjs/client/pull/245) ([vodniciarv](https://github.com/vodniciarv))
|
|
618
553
|
|
|
619
554
|
## [v3.3.1](https://github.com/feathersjs/client/tree/v3.3.1) (2018-02-05)
|
|
555
|
+
|
|
620
556
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.3.0...v3.3.1)
|
|
621
557
|
|
|
622
558
|
**Merged pull requests:**
|
|
@@ -626,6 +562,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
626
562
|
- Update node-fetch to the latest version 🚀 [\#242](https://github.com/feathersjs/client/pull/242) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
627
563
|
|
|
628
564
|
## [v3.3.0](https://github.com/feathersjs/client/tree/v3.3.0) (2018-01-26)
|
|
565
|
+
|
|
629
566
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.2.0...v3.3.0)
|
|
630
567
|
|
|
631
568
|
**Merged pull requests:**
|
|
@@ -633,6 +570,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
633
570
|
- Update @feathersjs/feathers to the latest version 🚀 [\#241](https://github.com/feathersjs/client/pull/241) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
634
571
|
|
|
635
572
|
## [v3.2.0](https://github.com/feathersjs/client/tree/v3.2.0) (2018-01-24)
|
|
573
|
+
|
|
636
574
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.1.2...v3.2.0)
|
|
637
575
|
|
|
638
576
|
**Closed issues:**
|
|
@@ -655,6 +593,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
655
593
|
- Update @feathersjs/errors to the latest version 🚀 [\#228](https://github.com/feathersjs/client/pull/228) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
656
594
|
|
|
657
595
|
## [v3.1.2](https://github.com/feathersjs/client/tree/v3.1.2) (2018-01-02)
|
|
596
|
+
|
|
658
597
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.1.1...v3.1.2)
|
|
659
598
|
|
|
660
599
|
**Closed issues:**
|
|
@@ -667,6 +606,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
667
606
|
- Update semistandard to the latest version 🚀 [\#226](https://github.com/feathersjs/client/pull/226) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
668
607
|
|
|
669
608
|
## [v3.1.1](https://github.com/feathersjs/client/tree/v3.1.1) (2017-12-05)
|
|
609
|
+
|
|
670
610
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.1.0...v3.1.1)
|
|
671
611
|
|
|
672
612
|
**Merged pull requests:**
|
|
@@ -677,6 +617,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
677
617
|
- Update @feathersjs/errors to the latest version 🚀 [\#221](https://github.com/feathersjs/client/pull/221) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
678
618
|
|
|
679
619
|
## [v3.1.0](https://github.com/feathersjs/client/tree/v3.1.0) (2017-11-16)
|
|
620
|
+
|
|
680
621
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.0.0...v3.1.0)
|
|
681
622
|
|
|
682
623
|
**Merged pull requests:**
|
|
@@ -686,6 +627,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
686
627
|
- Update package.json [\#215](https://github.com/feathersjs/client/pull/215) ([frank-dspeed](https://github.com/frank-dspeed))
|
|
687
628
|
|
|
688
629
|
## [v3.0.0](https://github.com/feathersjs/client/tree/v3.0.0) (2017-11-01)
|
|
630
|
+
|
|
689
631
|
[Full Changelog](https://github.com/feathersjs/client/compare/v3.0.0-pre.1...v3.0.0)
|
|
690
632
|
|
|
691
633
|
**Merged pull requests:**
|
|
@@ -693,6 +635,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
693
635
|
- Update dependencies for release [\#214](https://github.com/feathersjs/client/pull/214) ([daffl](https://github.com/daffl))
|
|
694
636
|
|
|
695
637
|
## [v3.0.0-pre.1](https://github.com/feathersjs/client/tree/v3.0.0-pre.1) (2017-10-30)
|
|
638
|
+
|
|
696
639
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.4.0...v3.0.0-pre.1)
|
|
697
640
|
|
|
698
641
|
**Closed issues:**
|
|
@@ -719,6 +662,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
719
662
|
- Update feathers-errors to the latest version 🚀 [\#197](https://github.com/feathersjs/client/pull/197) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
720
663
|
|
|
721
664
|
## [v2.4.0](https://github.com/feathersjs/client/tree/v2.4.0) (2017-09-02)
|
|
665
|
+
|
|
722
666
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.3.0...v2.4.0)
|
|
723
667
|
|
|
724
668
|
**Closed issues:**
|
|
@@ -738,6 +682,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
738
682
|
- Update feathers-errors to the latest version 🚀 [\#186](https://github.com/feathersjs/client/pull/186) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
739
683
|
|
|
740
684
|
## [v2.3.0](https://github.com/feathersjs/client/tree/v2.3.0) (2017-07-04)
|
|
685
|
+
|
|
741
686
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.2.0...v2.3.0)
|
|
742
687
|
|
|
743
688
|
**Closed issues:**
|
|
@@ -766,6 +711,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
766
711
|
- Add IE Edge instead of IE 9 [\#166](https://github.com/feathersjs/client/pull/166) ([daffl](https://github.com/daffl))
|
|
767
712
|
|
|
768
713
|
## [v2.2.0](https://github.com/feathersjs/client/tree/v2.2.0) (2017-04-25)
|
|
714
|
+
|
|
769
715
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.1.0...v2.2.0)
|
|
770
716
|
|
|
771
717
|
**Merged pull requests:**
|
|
@@ -775,6 +721,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
775
721
|
- Update semistandard to the latest version 🚀 [\#163](https://github.com/feathersjs/client/pull/163) ([greenkeeper[bot]](https://github.com/marketplace/greenkeeper))
|
|
776
722
|
|
|
777
723
|
## [v2.1.0](https://github.com/feathersjs/client/tree/v2.1.0) (2017-04-18)
|
|
724
|
+
|
|
778
725
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.0.0...v2.1.0)
|
|
779
726
|
|
|
780
727
|
**Closed issues:**
|
|
@@ -788,6 +735,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
788
735
|
- Added generics to typescript definition. [\#158](https://github.com/feathersjs/client/pull/158) ([noah79](https://github.com/noah79))
|
|
789
736
|
|
|
790
737
|
## [v2.0.0](https://github.com/feathersjs/client/tree/v2.0.0) (2017-04-11)
|
|
738
|
+
|
|
791
739
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.0.0-pre.2...v2.0.0)
|
|
792
740
|
|
|
793
741
|
**Closed issues:**
|
|
@@ -799,6 +747,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
799
747
|
- Update feathers-rest to version 1.7.2 🚀 [\#160](https://github.com/feathersjs/client/pull/160) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
800
748
|
|
|
801
749
|
## [v2.0.0-pre.2](https://github.com/feathersjs/client/tree/v2.0.0-pre.2) (2017-03-08)
|
|
750
|
+
|
|
802
751
|
[Full Changelog](https://github.com/feathersjs/client/compare/v2.0.0-pre.1...v2.0.0-pre.2)
|
|
803
752
|
|
|
804
753
|
**Closed issues:**
|
|
@@ -824,6 +773,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
824
773
|
- Update ws to version 2.0.0 🚀 [\#139](https://github.com/feathersjs/client/pull/139) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
825
774
|
|
|
826
775
|
## [v2.0.0-pre.1](https://github.com/feathersjs/client/tree/v2.0.0-pre.1) (2017-01-11)
|
|
776
|
+
|
|
827
777
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.9.0...v2.0.0-pre.1)
|
|
828
778
|
|
|
829
779
|
**Closed issues:**
|
|
@@ -835,6 +785,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
835
785
|
- Feathers Auth Update [\#131](https://github.com/feathersjs/client/pull/131) ([flyboarder](https://github.com/flyboarder))
|
|
836
786
|
|
|
837
787
|
## [v1.9.0](https://github.com/feathersjs/client/tree/v1.9.0) (2016-12-31)
|
|
788
|
+
|
|
838
789
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.8.0...v1.9.0)
|
|
839
790
|
|
|
840
791
|
**Closed issues:**
|
|
@@ -855,6 +806,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
855
806
|
- superagent@3.1.0 breaks build 🚨 [\#121](https://github.com/feathersjs/client/pull/121) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
856
807
|
|
|
857
808
|
## [v1.8.0](https://github.com/feathersjs/client/tree/v1.8.0) (2016-11-26)
|
|
809
|
+
|
|
858
810
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.7.2...v1.8.0)
|
|
859
811
|
|
|
860
812
|
**Closed issues:**
|
|
@@ -873,6 +825,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
873
825
|
- Update feathers-commons to version 0.8.0 🚀 [\#111](https://github.com/feathersjs/client/pull/111) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
874
826
|
|
|
875
827
|
## [v1.7.2](https://github.com/feathersjs/client/tree/v1.7.2) (2016-11-08)
|
|
828
|
+
|
|
876
829
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.7.1...v1.7.2)
|
|
877
830
|
|
|
878
831
|
**Merged pull requests:**
|
|
@@ -881,6 +834,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
881
834
|
- Update feathers-socketio to version 1.4.2 🚀 [\#109](https://github.com/feathersjs/client/pull/109) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
882
835
|
|
|
883
836
|
## [v1.7.1](https://github.com/feathersjs/client/tree/v1.7.1) (2016-11-02)
|
|
837
|
+
|
|
884
838
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.7.0...v1.7.1)
|
|
885
839
|
|
|
886
840
|
**Closed issues:**
|
|
@@ -893,6 +847,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
893
847
|
- Make sure Bower and NPM version are in sync [\#107](https://github.com/feathersjs/client/pull/107) ([daffl](https://github.com/daffl))
|
|
894
848
|
|
|
895
849
|
## [v1.7.0](https://github.com/feathersjs/client/tree/v1.7.0) (2016-11-02)
|
|
850
|
+
|
|
896
851
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.6.2...v1.7.0)
|
|
897
852
|
|
|
898
853
|
**Closed issues:**
|
|
@@ -909,6 +864,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
909
864
|
- Cross browser testing in Saucelabs [\#100](https://github.com/feathersjs/client/pull/100) ([daffl](https://github.com/daffl))
|
|
910
865
|
|
|
911
866
|
## [v1.6.2](https://github.com/feathersjs/client/tree/v1.6.2) (2016-10-22)
|
|
867
|
+
|
|
912
868
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.6.1...v1.6.2)
|
|
913
869
|
|
|
914
870
|
**Closed issues:**
|
|
@@ -925,6 +881,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
925
881
|
- Update feathers-hooks to version 1.5.8 🚀 [\#91](https://github.com/feathersjs/client/pull/91) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
926
882
|
|
|
927
883
|
## [v1.6.1](https://github.com/feathersjs/client/tree/v1.6.1) (2016-09-15)
|
|
884
|
+
|
|
928
885
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.6.0...v1.6.1)
|
|
929
886
|
|
|
930
887
|
**Closed issues:**
|
|
@@ -936,6 +893,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
936
893
|
- Update feathers to version 2.0.2 🚀 [\#90](https://github.com/feathersjs/client/pull/90) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
937
894
|
|
|
938
895
|
## [v1.6.0](https://github.com/feathersjs/client/tree/v1.6.0) (2016-09-09)
|
|
896
|
+
|
|
939
897
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.5.3...v1.6.0)
|
|
940
898
|
|
|
941
899
|
**Closed issues:**
|
|
@@ -950,6 +908,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
950
908
|
- Update feathers-memory to version 0.8.0 🚀 [\#88](https://github.com/feathersjs/client/pull/88) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
951
909
|
|
|
952
910
|
## [v1.5.3](https://github.com/feathersjs/client/tree/v1.5.3) (2016-08-31)
|
|
911
|
+
|
|
953
912
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.5.2...v1.5.3)
|
|
954
913
|
|
|
955
914
|
**Closed issues:**
|
|
@@ -964,6 +923,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
964
923
|
- Update feathers-hooks to version 1.5.6 🚀 [\#75](https://github.com/feathersjs/client/pull/75) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
965
924
|
|
|
966
925
|
## [v1.5.2](https://github.com/feathersjs/client/tree/v1.5.2) (2016-08-12)
|
|
926
|
+
|
|
967
927
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.5.1...v1.5.2)
|
|
968
928
|
|
|
969
929
|
**Closed issues:**
|
|
@@ -976,6 +936,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
976
936
|
- Update mocha to version 3.0.0 🚀 [\#72](https://github.com/feathersjs/client/pull/72) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
977
937
|
|
|
978
938
|
## [v1.5.1](https://github.com/feathersjs/client/tree/v1.5.1) (2016-07-14)
|
|
939
|
+
|
|
979
940
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.5.0...v1.5.1)
|
|
980
941
|
|
|
981
942
|
**Merged pull requests:**
|
|
@@ -983,6 +944,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
983
944
|
- Update feathers-rest to version 1.4.3 🚀 [\#70](https://github.com/feathersjs/client/pull/70) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
984
945
|
|
|
985
946
|
## [v1.5.0](https://github.com/feathersjs/client/tree/v1.5.0) (2016-07-05)
|
|
947
|
+
|
|
986
948
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.4.1...v1.5.0)
|
|
987
949
|
|
|
988
950
|
**Closed issues:**
|
|
@@ -990,9 +952,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
990
952
|
- Refresh browser [\#68](https://github.com/feathersjs/client/issues/68)
|
|
991
953
|
|
|
992
954
|
## [v1.4.1](https://github.com/feathersjs/client/tree/v1.4.1) (2016-06-27)
|
|
955
|
+
|
|
993
956
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.4.0...v1.4.1)
|
|
994
957
|
|
|
995
958
|
## [v1.4.0](https://github.com/feathersjs/client/tree/v1.4.0) (2016-06-24)
|
|
959
|
+
|
|
996
960
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.3.2...v1.4.0)
|
|
997
961
|
|
|
998
962
|
**Closed issues:**
|
|
@@ -1006,6 +970,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1006
970
|
- Update feathers-authentication to version 0.7.9 🚀 [\#63](https://github.com/feathersjs/client/pull/63) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1007
971
|
|
|
1008
972
|
## [v1.3.2](https://github.com/feathersjs/client/tree/v1.3.2) (2016-06-09)
|
|
973
|
+
|
|
1009
974
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.3.1...v1.3.2)
|
|
1010
975
|
|
|
1011
976
|
**Merged pull requests:**
|
|
@@ -1013,6 +978,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1013
978
|
- Update feathers-authentication to version 0.7.8 🚀 [\#61](https://github.com/feathersjs/client/pull/61) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1014
979
|
|
|
1015
980
|
## [v1.3.1](https://github.com/feathersjs/client/tree/v1.3.1) (2016-06-04)
|
|
981
|
+
|
|
1016
982
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.3.0...v1.3.1)
|
|
1017
983
|
|
|
1018
984
|
**Merged pull requests:**
|
|
@@ -1020,6 +986,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1020
986
|
- Update feathers-rest to version 1.4.2 🚀 [\#60](https://github.com/feathersjs/client/pull/60) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1021
987
|
|
|
1022
988
|
## [v1.3.0](https://github.com/feathersjs/client/tree/v1.3.0) (2016-05-30)
|
|
989
|
+
|
|
1023
990
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.2.1...v1.3.0)
|
|
1024
991
|
|
|
1025
992
|
**Merged pull requests:**
|
|
@@ -1031,6 +998,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1031
998
|
- Update feathers-primus to version 1.4.1 🚀 [\#52](https://github.com/feathersjs/client/pull/52) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1032
999
|
|
|
1033
1000
|
## [v1.2.1](https://github.com/feathersjs/client/tree/v1.2.1) (2016-05-19)
|
|
1001
|
+
|
|
1034
1002
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.2.0...v1.2.1)
|
|
1035
1003
|
|
|
1036
1004
|
**Closed issues:**
|
|
@@ -1043,6 +1011,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1043
1011
|
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#46](https://github.com/feathersjs/client/pull/46) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1044
1012
|
|
|
1045
1013
|
## [v1.2.0](https://github.com/feathersjs/client/tree/v1.2.0) (2016-04-29)
|
|
1014
|
+
|
|
1046
1015
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.1.0...v1.2.0)
|
|
1047
1016
|
|
|
1048
1017
|
**Closed issues:**
|
|
@@ -1059,6 +1028,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1059
1028
|
- Update feathers-memory to version 0.7.0 🚀 [\#33](https://github.com/feathersjs/client/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1060
1029
|
|
|
1061
1030
|
## [v1.1.0](https://github.com/feathersjs/client/tree/v1.1.0) (2016-04-03)
|
|
1031
|
+
|
|
1062
1032
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.0.0...v1.1.0)
|
|
1063
1033
|
|
|
1064
1034
|
**Merged pull requests:**
|
|
@@ -1066,6 +1036,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1066
1036
|
- Update all dependencies 🌴 [\#31](https://github.com/feathersjs/client/pull/31) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
1067
1037
|
|
|
1068
1038
|
## [v1.0.0](https://github.com/feathersjs/client/tree/v1.0.0) (2016-03-14)
|
|
1039
|
+
|
|
1069
1040
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.0.0-pre.3...v1.0.0)
|
|
1070
1041
|
|
|
1071
1042
|
**Merged pull requests:**
|
|
@@ -1073,9 +1044,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1073
1044
|
- Use a gcc version that can build bcrypt [\#30](https://github.com/feathersjs/client/pull/30) ([daffl](https://github.com/daffl))
|
|
1074
1045
|
|
|
1075
1046
|
## [v1.0.0-pre.3](https://github.com/feathersjs/client/tree/v1.0.0-pre.3) (2016-03-14)
|
|
1047
|
+
|
|
1076
1048
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.0.0-pre.2...v1.0.0-pre.3)
|
|
1077
1049
|
|
|
1078
1050
|
## [v1.0.0-pre.2](https://github.com/feathersjs/client/tree/v1.0.0-pre.2) (2016-03-04)
|
|
1051
|
+
|
|
1079
1052
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.5.3...v1.0.0-pre.2)
|
|
1080
1053
|
|
|
1081
1054
|
**Closed issues:**
|
|
@@ -1085,12 +1058,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1085
1058
|
- Add documentation for using in React Native [\#10](https://github.com/feathersjs/client/issues/10)
|
|
1086
1059
|
|
|
1087
1060
|
## [v0.5.3](https://github.com/feathersjs/client/tree/v0.5.3) (2016-02-12)
|
|
1061
|
+
|
|
1088
1062
|
[Full Changelog](https://github.com/feathersjs/client/compare/v1.0.0-pre.1...v0.5.3)
|
|
1089
1063
|
|
|
1090
1064
|
## [v1.0.0-pre.1](https://github.com/feathersjs/client/tree/v1.0.0-pre.1) (2016-02-11)
|
|
1065
|
+
|
|
1091
1066
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.5.2...v1.0.0-pre.1)
|
|
1092
1067
|
|
|
1093
1068
|
## [v0.5.2](https://github.com/feathersjs/client/tree/v0.5.2) (2016-02-09)
|
|
1069
|
+
|
|
1094
1070
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.5.1...v0.5.2)
|
|
1095
1071
|
|
|
1096
1072
|
**Merged pull requests:**
|
|
@@ -1099,6 +1075,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1099
1075
|
- Adding nsp check [\#24](https://github.com/feathersjs/client/pull/24) ([marshallswain](https://github.com/marshallswain))
|
|
1100
1076
|
|
|
1101
1077
|
## [v0.5.1](https://github.com/feathersjs/client/tree/v0.5.1) (2016-01-15)
|
|
1078
|
+
|
|
1102
1079
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.5.0...v0.5.1)
|
|
1103
1080
|
|
|
1104
1081
|
**Closed issues:**
|
|
@@ -1112,6 +1089,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1112
1089
|
- fix issue \#21 [\#22](https://github.com/feathersjs/client/pull/22) ([wuyuanyi135](https://github.com/wuyuanyi135))
|
|
1113
1090
|
|
|
1114
1091
|
## [v0.5.0](https://github.com/feathersjs/client/tree/v0.5.0) (2016-01-05)
|
|
1092
|
+
|
|
1115
1093
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.4.0...v0.5.0)
|
|
1116
1094
|
|
|
1117
1095
|
**Closed issues:**
|
|
@@ -1124,6 +1102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1124
1102
|
- Adding events and querystring dependencies. [\#16](https://github.com/feathersjs/client/pull/16) ([marshallswain](https://github.com/marshallswain))
|
|
1125
1103
|
|
|
1126
1104
|
## [v0.4.0](https://github.com/feathersjs/client/tree/v0.4.0) (2015-12-11)
|
|
1105
|
+
|
|
1127
1106
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.3.3...v0.4.0)
|
|
1128
1107
|
|
|
1129
1108
|
**Fixed bugs:**
|
|
@@ -1135,6 +1114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1135
1114
|
- .babelrc messes with react-native [\#15](https://github.com/feathersjs/client/issues/15)
|
|
1136
1115
|
|
|
1137
1116
|
## [v0.3.3](https://github.com/feathersjs/client/tree/v0.3.3) (2015-11-27)
|
|
1117
|
+
|
|
1138
1118
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.3.2...v0.3.3)
|
|
1139
1119
|
|
|
1140
1120
|
**Closed issues:**
|
|
@@ -1146,6 +1126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1146
1126
|
- Fix es6 build and add Steal compatibility. [\#13](https://github.com/feathersjs/client/pull/13) ([marshallswain](https://github.com/marshallswain))
|
|
1147
1127
|
|
|
1148
1128
|
## [v0.3.2](https://github.com/feathersjs/client/tree/v0.3.2) (2015-11-26)
|
|
1129
|
+
|
|
1149
1130
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.3.1...v0.3.2)
|
|
1150
1131
|
|
|
1151
1132
|
**Closed issues:**
|
|
@@ -1153,6 +1134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1153
1134
|
- Update lodash [\#11](https://github.com/feathersjs/client/issues/11)
|
|
1154
1135
|
|
|
1155
1136
|
## [v0.3.1](https://github.com/feathersjs/client/tree/v0.3.1) (2015-11-26)
|
|
1137
|
+
|
|
1156
1138
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.3.0...v0.3.1)
|
|
1157
1139
|
|
|
1158
1140
|
**Closed issues:**
|
|
@@ -1160,6 +1142,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1160
1142
|
- Working with can-connect [\#8](https://github.com/feathersjs/client/issues/8)
|
|
1161
1143
|
|
|
1162
1144
|
## [v0.3.0](https://github.com/feathersjs/client/tree/v0.3.0) (2015-11-15)
|
|
1145
|
+
|
|
1163
1146
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.2.1...v0.3.0)
|
|
1164
1147
|
|
|
1165
1148
|
**Closed issues:**
|
|
@@ -1171,6 +1154,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1171
1154
|
- Migration to ES6 and using Promises [\#9](https://github.com/feathersjs/client/pull/9) ([daffl](https://github.com/daffl))
|
|
1172
1155
|
|
|
1173
1156
|
## [v0.2.1](https://github.com/feathersjs/client/tree/v0.2.1) (2015-10-06)
|
|
1157
|
+
|
|
1174
1158
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.2.0...v0.2.1)
|
|
1175
1159
|
|
|
1176
1160
|
**Merged pull requests:**
|
|
@@ -1178,9 +1162,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1178
1162
|
- Make client depend on feathers-commons, remove arguments.js [\#6](https://github.com/feathersjs/client/pull/6) ([daffl](https://github.com/daffl))
|
|
1179
1163
|
|
|
1180
1164
|
## [v0.2.0](https://github.com/feathersjs/client/tree/v0.2.0) (2015-07-18)
|
|
1165
|
+
|
|
1181
1166
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.1.3...v0.2.0)
|
|
1182
1167
|
|
|
1183
1168
|
## [v0.1.3](https://github.com/feathersjs/client/tree/v0.1.3) (2015-07-06)
|
|
1169
|
+
|
|
1184
1170
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.1.2...v0.1.3)
|
|
1185
1171
|
|
|
1186
1172
|
**Merged pull requests:**
|
|
@@ -1188,6 +1174,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1188
1174
|
- Fixing requires and missing deps. [\#5](https://github.com/feathersjs/client/pull/5) ([marshallswain](https://github.com/marshallswain))
|
|
1189
1175
|
|
|
1190
1176
|
## [v0.1.2](https://github.com/feathersjs/client/tree/v0.1.2) (2015-06-22)
|
|
1177
|
+
|
|
1191
1178
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.1.1...v0.1.2)
|
|
1192
1179
|
|
|
1193
1180
|
**Closed issues:**
|
|
@@ -1195,12 +1182,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
1195
1182
|
- Publish to NPM and Bower [\#1](https://github.com/feathersjs/client/issues/1)
|
|
1196
1183
|
|
|
1197
1184
|
## [v0.1.1](https://github.com/feathersjs/client/tree/v0.1.1) (2015-06-21)
|
|
1185
|
+
|
|
1198
1186
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.0.1...v0.1.1)
|
|
1199
1187
|
|
|
1200
1188
|
## [v0.0.1](https://github.com/feathersjs/client/tree/v0.0.1) (2015-06-21)
|
|
1189
|
+
|
|
1201
1190
|
[Full Changelog](https://github.com/feathersjs/client/compare/v0.1.0...v0.0.1)
|
|
1202
1191
|
|
|
1203
1192
|
## [v0.1.0](https://github.com/feathersjs/client/tree/v0.1.0) (2015-06-06)
|
|
1204
1193
|
|
|
1205
|
-
|
|
1206
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
1194
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|