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