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