@feathersjs/socketio 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 +175 -226
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +29 -42
- package/lib/index.js.map +1 -1
- package/lib/middleware.d.ts +8 -6
- package/lib/middleware.js +21 -18
- package/lib/middleware.js.map +1 -1
- package/package.json +20 -18
- package/src/index.ts +59 -49
- package/src/middleware.ts +45 -27
package/CHANGELOG.md
CHANGED
|
@@ -3,534 +3,457 @@
|
|
|
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/socketio
|
|
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/socketio
|
|
11
13
|
|
|
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)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
13
17
|
|
|
14
|
-
# [5.0.0-pre.
|
|
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)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
17
21
|
|
|
22
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
18
23
|
|
|
24
|
+
### Features
|
|
19
25
|
|
|
26
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
20
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)
|
|
21
29
|
|
|
22
|
-
|
|
30
|
+
### Bug Fixes
|
|
23
31
|
|
|
24
|
-
**
|
|
32
|
+
- **socketio:** Disconnect socket on app disconnect event ([#2896](https://github.com/feathersjs/feathers/issues/2896)) ([4ba0039](https://github.com/feathersjs/feathers/commit/4ba003907843cfc2655798a568b16f07ff8adb1b))
|
|
25
33
|
|
|
34
|
+
# [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
35
|
|
|
36
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
27
37
|
|
|
38
|
+
# [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
39
|
|
|
40
|
+
### Bug Fixes
|
|
29
41
|
|
|
30
|
-
|
|
42
|
+
- **authentication:** Improve logout and disconnect connection handling ([#2813](https://github.com/feathersjs/feathers/issues/2813)) ([dd77379](https://github.com/feathersjs/feathers/commit/dd77379d8bdcd32d529bef912e672639e4899823))
|
|
43
|
+
- **docs:** Review transport API docs and update Express middleware setup ([#2811](https://github.com/feathersjs/feathers/issues/2811)) ([1b97f14](https://github.com/feathersjs/feathers/commit/1b97f14d474f5613482f259eeaa585c24fcfab43))
|
|
31
44
|
|
|
32
|
-
|
|
45
|
+
### Features
|
|
33
46
|
|
|
47
|
+
- **cli:** Add authentication client to generated client ([#2801](https://github.com/feathersjs/feathers/issues/2801)) ([bd59f91](https://github.com/feathersjs/feathers/commit/bd59f91b45a01c2eea0c4386e567f4de5aa6ad99))
|
|
34
48
|
|
|
49
|
+
# [5.0.0-pre.31](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.30...v5.0.0-pre.31) (2022-10-12)
|
|
35
50
|
|
|
51
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
36
52
|
|
|
53
|
+
# [5.0.0-pre.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
37
54
|
|
|
38
|
-
|
|
55
|
+
### Bug Fixes
|
|
39
56
|
|
|
57
|
+
- **core:** Ensure setup and teardown can be overriden and maintain hook functionality ([#2779](https://github.com/feathersjs/feathers/issues/2779)) ([ab580cb](https://github.com/feathersjs/feathers/commit/ab580cbcaa68d19144d86798c13bf564f9d424a6))
|
|
40
58
|
|
|
41
59
|
### Features
|
|
42
60
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
61
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
47
62
|
|
|
63
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
48
64
|
|
|
49
|
-
|
|
65
|
+
### Bug Fixes
|
|
50
66
|
|
|
51
|
-
**
|
|
67
|
+
- **socketio:** Reinitialize hooks on overriden setup method ([#2722](https://github.com/feathersjs/feathers/issues/2722)) ([5e8e7c4](https://github.com/feathersjs/feathers/commit/5e8e7c442238fdc929a0a36b8b8ca2b230ce761f))
|
|
52
68
|
|
|
69
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
53
70
|
|
|
71
|
+
### Bug Fixes
|
|
54
72
|
|
|
73
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
55
74
|
|
|
75
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
56
76
|
|
|
57
|
-
|
|
77
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
58
78
|
|
|
79
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
59
80
|
|
|
60
|
-
|
|
81
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
61
82
|
|
|
62
|
-
|
|
83
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
63
84
|
|
|
85
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
64
86
|
|
|
65
|
-
|
|
87
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
66
88
|
|
|
67
|
-
|
|
89
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
68
90
|
|
|
91
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
69
92
|
|
|
93
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
70
94
|
|
|
95
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
71
96
|
|
|
97
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
72
98
|
|
|
73
|
-
# [5.0.0-pre.
|
|
99
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
74
100
|
|
|
75
101
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
76
102
|
|
|
103
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
77
104
|
|
|
105
|
+
### Bug Fixes
|
|
78
106
|
|
|
107
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
79
108
|
|
|
109
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
80
110
|
|
|
81
|
-
|
|
111
|
+
### Features
|
|
82
112
|
|
|
113
|
+
- **typescript:** Improve params and query typeability ([#2600](https://github.com/feathersjs/feathers/issues/2600)) ([df28b76](https://github.com/feathersjs/feathers/commit/df28b7619161f1df5e700326f52cca1a92dc5d28))
|
|
83
114
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
* **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))
|
|
115
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
87
116
|
|
|
117
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
88
118
|
|
|
119
|
+
# [5.0.0-pre.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
89
120
|
|
|
121
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
90
122
|
|
|
123
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
91
124
|
|
|
92
|
-
|
|
125
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
93
126
|
|
|
127
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
94
128
|
|
|
95
129
|
### Bug Fixes
|
|
96
130
|
|
|
97
|
-
|
|
131
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
98
132
|
|
|
133
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
99
134
|
|
|
100
|
-
|
|
135
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
101
136
|
|
|
102
|
-
|
|
103
|
-
* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
104
|
-
* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
105
|
-
* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
|
|
137
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
106
138
|
|
|
139
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
107
140
|
|
|
108
|
-
|
|
141
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
109
142
|
|
|
110
|
-
|
|
111
|
-
`service.mixin()` is no longer available.
|
|
143
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
112
144
|
|
|
145
|
+
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
113
146
|
|
|
147
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
114
148
|
|
|
149
|
+
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
|
|
115
150
|
|
|
151
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
116
152
|
|
|
117
|
-
# [5.0.0-pre.
|
|
153
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
118
154
|
|
|
155
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
119
156
|
|
|
157
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
120
158
|
|
|
121
|
-
|
|
159
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
122
160
|
|
|
161
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
123
162
|
|
|
124
|
-
|
|
163
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
125
164
|
|
|
126
|
-
|
|
165
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
127
166
|
|
|
167
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
128
168
|
|
|
129
|
-
|
|
169
|
+
# [5.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.4...v5.0.0-pre.5) (2021-06-23)
|
|
130
170
|
|
|
131
|
-
|
|
171
|
+
### Features
|
|
132
172
|
|
|
173
|
+
- **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))
|
|
133
174
|
|
|
175
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
134
176
|
|
|
177
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
135
178
|
|
|
179
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
136
180
|
|
|
137
|
-
|
|
181
|
+
### Bug Fixes
|
|
138
182
|
|
|
183
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
139
184
|
|
|
140
185
|
### Features
|
|
141
186
|
|
|
142
|
-
|
|
187
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
143
188
|
|
|
189
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
144
190
|
|
|
145
|
-
|
|
191
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
146
192
|
|
|
147
|
-
|
|
193
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
148
194
|
|
|
195
|
+
### Bug Fixes
|
|
149
196
|
|
|
197
|
+
- **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))
|
|
150
198
|
|
|
151
|
-
|
|
199
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
152
200
|
|
|
153
|
-
|
|
201
|
+
### Bug Fixes
|
|
154
202
|
|
|
203
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
155
204
|
|
|
205
|
+
### Features
|
|
156
206
|
|
|
207
|
+
- **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
|
|
208
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
209
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
210
|
+
- **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47))
|
|
157
211
|
|
|
212
|
+
### BREAKING CHANGES
|
|
158
213
|
|
|
159
|
-
|
|
214
|
+
- **core:** Services no longer extend Uberproto objects and
|
|
215
|
+
`service.mixin()` is no longer available.
|
|
160
216
|
|
|
161
|
-
|
|
217
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
162
218
|
|
|
219
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
163
220
|
|
|
221
|
+
### Features
|
|
164
222
|
|
|
223
|
+
- **transport-commons:** Remove legacy message format and unnecessary client timeouts ([#1939](https://github.com/feathersjs/feathers/issues/1939)) ([5538881](https://github.com/feathersjs/feathers/commit/5538881a08bc130de42c5984055729d8336f8615))
|
|
165
224
|
|
|
225
|
+
### BREAKING CHANGES
|
|
166
226
|
|
|
167
|
-
|
|
227
|
+
- **transport-commons:** Removes the old message format and client service timeout
|
|
168
228
|
|
|
169
|
-
|
|
229
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
170
230
|
|
|
231
|
+
### Features
|
|
171
232
|
|
|
233
|
+
- **transport-commons:** Remove legacy message format and unnecessary client timeouts ([#1939](https://github.com/feathersjs/feathers/issues/1939)) ([5538881](https://github.com/feathersjs/feathers/commit/5538881a08bc130de42c5984055729d8336f8615))
|
|
172
234
|
|
|
235
|
+
### BREAKING CHANGES
|
|
173
236
|
|
|
237
|
+
- **transport-commons:** Removes the old message format and client service timeout
|
|
174
238
|
|
|
175
|
-
## [4.5.
|
|
239
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
176
240
|
|
|
177
241
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
178
242
|
|
|
243
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
179
244
|
|
|
245
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
180
246
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
247
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
184
248
|
|
|
185
249
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
186
250
|
|
|
251
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
187
252
|
|
|
253
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
188
254
|
|
|
255
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
189
256
|
|
|
257
|
+
**Note:** Version bump only for package @feathersjs/socketio
|
|
190
258
|
|
|
191
259
|
## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12)
|
|
192
260
|
|
|
193
261
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
194
262
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
263
|
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
200
264
|
|
|
201
265
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
202
266
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
267
|
## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)
|
|
208
268
|
|
|
209
269
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
210
270
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
271
|
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
216
272
|
|
|
217
273
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
218
274
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
275
|
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
224
276
|
|
|
225
277
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
226
278
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
279
|
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
232
280
|
|
|
233
281
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
234
282
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
283
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
240
284
|
|
|
241
285
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
242
286
|
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
287
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
248
288
|
|
|
249
289
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
250
290
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
291
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
256
292
|
|
|
257
293
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
258
294
|
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
295
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
264
296
|
|
|
265
|
-
|
|
266
297
|
### Features
|
|
267
298
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
299
|
+
- **authentication:** Add parseStrategies to allow separate strategies for creating JWTs and parsing headers ([#1708](https://github.com/feathersjs/feathers/issues/1708)) ([5e65629](https://github.com/feathersjs/feathers/commit/5e65629b924724c3e81d7c81df047e123d1c8bd7))
|
|
273
300
|
|
|
274
301
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
275
302
|
|
|
276
303
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
277
304
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
305
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
283
306
|
|
|
284
307
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
285
308
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
309
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
291
310
|
|
|
292
311
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
293
312
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
313
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
299
314
|
|
|
300
315
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
301
316
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
317
|
## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)
|
|
307
318
|
|
|
308
319
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
309
320
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
321
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
315
322
|
|
|
316
|
-
|
|
317
323
|
### Bug Fixes
|
|
318
324
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
325
|
+
- Typing improvements ([#1580](https://github.com/feathersjs/feathers/issues/1580)) ([7818aec](https://github.com/feathersjs/feathers/commit/7818aec))
|
|
324
326
|
|
|
325
327
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
326
328
|
|
|
327
329
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
328
330
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
331
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
334
332
|
|
|
335
333
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
336
334
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
335
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
342
336
|
|
|
343
337
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
344
338
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
339
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
350
340
|
|
|
351
341
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
352
342
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
343
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
358
344
|
|
|
359
345
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
360
346
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
347
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
366
348
|
|
|
367
|
-
|
|
368
349
|
### Bug Fixes
|
|
369
350
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
351
|
+
- Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
|
|
352
|
+
- Use WeakMap to connect socket to connection ([#1509](https://github.com/feathersjs/feathers/issues/1509)) ([64807e3](https://github.com/feathersjs/feathers/commit/64807e3))
|
|
376
353
|
|
|
377
354
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
378
355
|
|
|
379
356
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
380
357
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
358
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
386
359
|
|
|
387
360
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
388
361
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
362
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
394
363
|
|
|
395
364
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
396
365
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
366
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
402
367
|
|
|
403
368
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
404
369
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
370
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
410
371
|
|
|
411
|
-
|
|
412
372
|
### Bug Fixes
|
|
413
373
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
374
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
419
375
|
|
|
420
376
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
421
377
|
|
|
422
|
-
|
|
423
378
|
### Bug Fixes
|
|
424
379
|
|
|
425
|
-
|
|
426
|
-
|
|
380
|
+
- Use `export =` in TypeScript definitions ([#1285](https://github.com/feathersjs/feathers/issues/1285)) ([12d0f4b](https://github.com/feathersjs/feathers/commit/12d0f4b))
|
|
427
381
|
|
|
428
382
|
### Features
|
|
429
383
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
384
|
+
- Add global disconnect event ([#1355](https://github.com/feathersjs/feathers/issues/1355)) ([85afcca](https://github.com/feathersjs/feathers/commit/85afcca))
|
|
435
385
|
|
|
436
386
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
437
387
|
|
|
438
|
-
|
|
439
388
|
### Features
|
|
440
389
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
390
|
+
- Add params.headers to all transports when available ([#1303](https://github.com/feathersjs/feathers/issues/1303)) ([ebce79b](https://github.com/feathersjs/feathers/commit/ebce79b))
|
|
446
391
|
|
|
447
392
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
448
393
|
|
|
449
|
-
|
|
450
394
|
### Bug Fixes
|
|
451
395
|
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
396
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
397
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
398
|
+
- **package:** update debug to version 3.0.0 ([#83](https://github.com/feathersjs/feathers/issues/83)) ([49f1de9](https://github.com/feathersjs/feathers/commit/49f1de9))
|
|
399
|
+
- **package:** update socket.io to version 2.0.0 ([#75](https://github.com/feathersjs/feathers/issues/75)) ([d4a4b71](https://github.com/feathersjs/feathers/commit/d4a4b71))
|
|
457
400
|
|
|
458
401
|
### chore
|
|
459
402
|
|
|
460
|
-
|
|
461
|
-
|
|
403
|
+
- drop support for Node.js 0.10 ([#48](https://github.com/feathersjs/feathers/issues/48)) ([3f7555a](https://github.com/feathersjs/feathers/commit/3f7555a))
|
|
462
404
|
|
|
463
405
|
### Features
|
|
464
406
|
|
|
465
|
-
|
|
466
|
-
|
|
407
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
467
408
|
|
|
468
409
|
### BREAKING CHANGES
|
|
469
410
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
411
|
+
- This module no longer supports Node.js 0.10
|
|
475
412
|
|
|
476
413
|
## [3.2.9](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.8...@feathersjs/socketio@3.2.9) (2019-01-02)
|
|
477
414
|
|
|
478
415
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
479
416
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
417
|
<a name="3.2.8"></a>
|
|
418
|
+
|
|
485
419
|
## [3.2.8](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.7...@feathersjs/socketio@3.2.8) (2018-12-16)
|
|
486
420
|
|
|
487
421
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
488
422
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
423
|
<a name="3.2.7"></a>
|
|
494
|
-
## [3.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.6...@feathersjs/socketio@3.2.7) (2018-10-25)
|
|
495
424
|
|
|
425
|
+
## [3.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.6...@feathersjs/socketio@3.2.7) (2018-10-25)
|
|
496
426
|
|
|
497
427
|
### Bug Fixes
|
|
498
428
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
429
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
504
430
|
|
|
505
431
|
<a name="3.2.6"></a>
|
|
432
|
+
|
|
506
433
|
## [3.2.6](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.5...@feathersjs/socketio@3.2.6) (2018-09-21)
|
|
507
434
|
|
|
508
435
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
509
436
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
437
|
<a name="3.2.5"></a>
|
|
438
|
+
|
|
515
439
|
## [3.2.5](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.4...@feathersjs/socketio@3.2.5) (2018-09-17)
|
|
516
440
|
|
|
517
441
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
518
442
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
443
|
<a name="3.2.4"></a>
|
|
444
|
+
|
|
524
445
|
## [3.2.4](https://github.com/feathersjs/feathers/compare/@feathersjs/socketio@3.2.3...@feathersjs/socketio@3.2.4) (2018-09-02)
|
|
525
446
|
|
|
526
447
|
**Note:** Version bump only for package @feathersjs/socketio
|
|
527
448
|
|
|
528
449
|
<a name="3.2.3"></a>
|
|
450
|
+
|
|
529
451
|
## 3.2.3
|
|
530
452
|
|
|
531
453
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
532
454
|
|
|
533
455
|
## [v3.2.2](https://github.com/feathersjs/socketio/tree/v3.2.2) (2018-06-03)
|
|
456
|
+
|
|
534
457
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.2.1...v3.2.2)
|
|
535
458
|
|
|
536
459
|
**Merged pull requests:**
|
|
@@ -538,6 +461,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
538
461
|
- Update uberproto to the latest version 🚀 [\#117](https://github.com/feathersjs/socketio/pull/117) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
539
462
|
|
|
540
463
|
## [v3.2.1](https://github.com/feathersjs/socketio/tree/v3.2.1) (2018-04-04)
|
|
464
|
+
|
|
541
465
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.2.0...v3.2.1)
|
|
542
466
|
|
|
543
467
|
**Closed issues:**
|
|
@@ -550,6 +474,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
550
474
|
- Use latest version of Socket.io \(2.1.0\) [\#115](https://github.com/feathersjs/socketio/pull/115) ([daffl](https://github.com/daffl))
|
|
551
475
|
|
|
552
476
|
## [v3.2.0](https://github.com/feathersjs/socketio/tree/v3.2.0) (2018-02-09)
|
|
477
|
+
|
|
553
478
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.1.0...v3.2.0)
|
|
554
479
|
|
|
555
480
|
**Closed issues:**
|
|
@@ -561,11 +486,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
561
486
|
- Update @feathersjs/transport-commons to the latest version 🚀 [\#111](https://github.com/feathersjs/socketio/pull/111) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
562
487
|
|
|
563
488
|
## [v3.1.0](https://github.com/feathersjs/socketio/tree/v3.1.0) (2018-01-30)
|
|
489
|
+
|
|
564
490
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.2...v3.1.0)
|
|
565
491
|
|
|
566
492
|
**Closed issues:**
|
|
567
493
|
|
|
568
|
-
- How to change 5000ms timeout?
|
|
494
|
+
- How to change 5000ms timeout? [\#107](https://github.com/feathersjs/socketio/issues/107)
|
|
569
495
|
|
|
570
496
|
**Merged pull requests:**
|
|
571
497
|
|
|
@@ -573,12 +499,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
573
499
|
- Update mocha to the latest version 🚀 [\#108](https://github.com/feathersjs/socketio/pull/108) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
574
500
|
|
|
575
501
|
## [v3.0.2](https://github.com/feathersjs/socketio/tree/v3.0.2) (2018-01-03)
|
|
502
|
+
|
|
576
503
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.1...v3.0.2)
|
|
577
504
|
|
|
578
505
|
**Closed issues:**
|
|
579
506
|
|
|
580
507
|
- Updated from feathers-socketio to @feathersjs/socketio; error message [\#104](https://github.com/feathersjs/socketio/issues/104)
|
|
581
|
-
- How to stop listening to socket server from client service
|
|
508
|
+
- How to stop listening to socket server from client service [\#103](https://github.com/feathersjs/socketio/issues/103)
|
|
582
509
|
- Options are not passed to socket-io [\#101](https://github.com/feathersjs/socketio/issues/101)
|
|
583
510
|
- feathers / graphql using REST / Sockets [\#97](https://github.com/feathersjs/socketio/issues/97)
|
|
584
511
|
|
|
@@ -589,6 +516,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
589
516
|
- Update feathers-memory to the latest version 🚀 [\#102](https://github.com/feathersjs/socketio/pull/102) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
590
517
|
|
|
591
518
|
## [v3.0.1](https://github.com/feathersjs/socketio/tree/v3.0.1) (2017-11-16)
|
|
519
|
+
|
|
592
520
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0...v3.0.1)
|
|
593
521
|
|
|
594
522
|
**Closed issues:**
|
|
@@ -601,6 +529,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
601
529
|
- Updating client use example to fix imports [\#99](https://github.com/feathersjs/socketio/pull/99) ([corymsmith](https://github.com/corymsmith))
|
|
602
530
|
|
|
603
531
|
## [v3.0.0](https://github.com/feathersjs/socketio/tree/v3.0.0) (2017-11-01)
|
|
532
|
+
|
|
604
533
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v2.0.1...v3.0.0)
|
|
605
534
|
|
|
606
535
|
**Merged pull requests:**
|
|
@@ -609,6 +538,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
538
|
- Throw an error when using an incompatible version of Feathers [\#94](https://github.com/feathersjs/socketio/pull/94) ([daffl](https://github.com/daffl))
|
|
610
539
|
|
|
611
540
|
## [v2.0.1](https://github.com/feathersjs/socketio/tree/v2.0.1) (2017-10-31)
|
|
541
|
+
|
|
612
542
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.4...v2.0.1)
|
|
613
543
|
|
|
614
544
|
**Merged pull requests:**
|
|
@@ -616,9 +546,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
616
546
|
- Add an error when trying to use earlier versions with Feathers v3 [\#93](https://github.com/feathersjs/socketio/pull/93) ([daffl](https://github.com/daffl))
|
|
617
547
|
|
|
618
548
|
## [v3.0.0-pre.4](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.4) (2017-10-25)
|
|
549
|
+
|
|
619
550
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.3...v3.0.0-pre.4)
|
|
620
551
|
|
|
621
552
|
## [v3.0.0-pre.3](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.3) (2017-10-22)
|
|
553
|
+
|
|
622
554
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.2...v3.0.0-pre.3)
|
|
623
555
|
|
|
624
556
|
**Merged pull requests:**
|
|
@@ -627,6 +559,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
627
559
|
- Updates for Feathers v3 \(Buzzard\) [\#91](https://github.com/feathersjs/socketio/pull/91) ([daffl](https://github.com/daffl))
|
|
628
560
|
|
|
629
561
|
## [v3.0.0-pre.2](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.2) (2017-10-18)
|
|
562
|
+
|
|
630
563
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v3.0.0-pre.1...v3.0.0-pre.2)
|
|
631
564
|
|
|
632
565
|
**Merged pull requests:**
|
|
@@ -634,6 +567,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
634
567
|
- Some finishing touches for v3 [\#90](https://github.com/feathersjs/socketio/pull/90) ([daffl](https://github.com/daffl))
|
|
635
568
|
|
|
636
569
|
## [v3.0.0-pre.1](https://github.com/feathersjs/socketio/tree/v3.0.0-pre.1) (2017-10-17)
|
|
570
|
+
|
|
637
571
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v2.0.0...v3.0.0-pre.1)
|
|
638
572
|
|
|
639
573
|
**Closed issues:**
|
|
@@ -641,7 +575,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
641
575
|
- Filter service updates by ID [\#87](https://github.com/feathersjs/socketio/issues/87)
|
|
642
576
|
- An in-range update of mocha is breaking the build 🚨 [\#86](https://github.com/feathersjs/socketio/issues/86)
|
|
643
577
|
- An in-range update of babel-cli is breaking the build 🚨 [\#85](https://github.com/feathersjs/socketio/issues/85)
|
|
644
|
-
- Connection closed before receiving a handshake response
|
|
578
|
+
- Connection closed before receiving a handshake response [\#84](https://github.com/feathersjs/socketio/issues/84)
|
|
645
579
|
- Maybe acting wrong please look into my test app [\#81](https://github.com/feathersjs/socketio/issues/81)
|
|
646
580
|
- Connecting to sockets on a path [\#80](https://github.com/feathersjs/socketio/issues/80)
|
|
647
581
|
- An in-range update of babel-core is breaking the build 🚨 [\#79](https://github.com/feathersjs/socketio/issues/79)
|
|
@@ -657,6 +591,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
657
591
|
- Update to latest plugin infrastructure [\#82](https://github.com/feathersjs/socketio/pull/82) ([daffl](https://github.com/daffl))
|
|
658
592
|
|
|
659
593
|
## [v2.0.0](https://github.com/feathersjs/socketio/tree/v2.0.0) (2017-05-10)
|
|
594
|
+
|
|
660
595
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.6.0...v2.0.0)
|
|
661
596
|
|
|
662
597
|
**Closed issues:**
|
|
@@ -672,6 +607,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
672
607
|
- Update semistandard to the latest version 🚀 [\#72](https://github.com/feathersjs/socketio/pull/72) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
673
608
|
|
|
674
609
|
## [v1.6.0](https://github.com/feathersjs/socketio/tree/v1.6.0) (2017-04-18)
|
|
610
|
+
|
|
675
611
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.5.2...v1.6.0)
|
|
676
612
|
|
|
677
613
|
**Closed issues:**
|
|
@@ -685,6 +621,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
685
621
|
- Update dependencies to enable Greenkeeper 🌴 [\#68](https://github.com/feathersjs/socketio/pull/68) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
686
622
|
|
|
687
623
|
## [v1.5.2](https://github.com/feathersjs/socketio/tree/v1.5.2) (2017-03-03)
|
|
624
|
+
|
|
688
625
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.5.1...v1.5.2)
|
|
689
626
|
|
|
690
627
|
**Merged pull requests:**
|
|
@@ -692,6 +629,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
692
629
|
- Server-side socketio typedef to allow `import \* as` syntax when importing [\#65](https://github.com/feathersjs/socketio/pull/65) ([myknbani](https://github.com/myknbani))
|
|
693
630
|
|
|
694
631
|
## [v1.5.1](https://github.com/feathersjs/socketio/tree/v1.5.1) (2017-03-02)
|
|
632
|
+
|
|
695
633
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.5.0...v1.5.1)
|
|
696
634
|
|
|
697
635
|
**Closed issues:**
|
|
@@ -704,6 +642,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
704
642
|
- feathers-hooks@1.8.0 breaks build 🚨 [\#62](https://github.com/feathersjs/socketio/pull/62) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
705
643
|
|
|
706
644
|
## [v1.5.0](https://github.com/feathersjs/socketio/tree/v1.5.0) (2017-03-01)
|
|
645
|
+
|
|
707
646
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.4.3...v1.5.0)
|
|
708
647
|
|
|
709
648
|
**Merged pull requests:**
|
|
@@ -711,6 +650,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
711
650
|
- Typescript Definitions [\#60](https://github.com/feathersjs/socketio/pull/60) ([AbraaoAlves](https://github.com/AbraaoAlves))
|
|
712
651
|
|
|
713
652
|
## [v1.4.3](https://github.com/feathersjs/socketio/tree/v1.4.3) (2017-02-24)
|
|
653
|
+
|
|
714
654
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.4.2...v1.4.3)
|
|
715
655
|
|
|
716
656
|
**Closed issues:**
|
|
@@ -727,6 +667,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
727
667
|
- Update feathers-commons to version 0.8.0 🚀 [\#49](https://github.com/feathersjs/socketio/pull/49) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
728
668
|
|
|
729
669
|
## [v1.4.2](https://github.com/feathersjs/socketio/tree/v1.4.2) (2016-11-02)
|
|
670
|
+
|
|
730
671
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.4.1...v1.4.2)
|
|
731
672
|
|
|
732
673
|
**Closed issues:**
|
|
@@ -751,6 +692,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
751
692
|
- Update mocha to version 3.0.0 🚀 [\#33](https://github.com/feathersjs/socketio/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
752
693
|
|
|
753
694
|
## [v1.4.1](https://github.com/feathersjs/socketio/tree/v1.4.1) (2016-05-23)
|
|
695
|
+
|
|
754
696
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.4.0...v1.4.1)
|
|
755
697
|
|
|
756
698
|
**Closed issues:**
|
|
@@ -766,6 +708,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
766
708
|
- fix link in README.md to feathers-socketio API docs [\#24](https://github.com/feathersjs/socketio/pull/24) ([ElliotPsyIT](https://github.com/ElliotPsyIT))
|
|
767
709
|
|
|
768
710
|
## [v1.4.0](https://github.com/feathersjs/socketio/tree/v1.4.0) (2016-04-28)
|
|
711
|
+
|
|
769
712
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.3.4...v1.4.0)
|
|
770
713
|
|
|
771
714
|
**Merged pull requests:**
|
|
@@ -776,6 +719,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
776
719
|
- More tests for error cases [\#16](https://github.com/feathersjs/socketio/pull/16) ([daffl](https://github.com/daffl))
|
|
777
720
|
|
|
778
721
|
## [v1.3.4](https://github.com/feathersjs/socketio/tree/v1.3.4) (2016-04-16)
|
|
722
|
+
|
|
779
723
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.3.3...v1.3.4)
|
|
780
724
|
|
|
781
725
|
**Merged pull requests:**
|
|
@@ -784,6 +728,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
784
728
|
- Update feathers-memory to version 0.7.0 🚀 [\#14](https://github.com/feathersjs/socketio/pull/14) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
785
729
|
|
|
786
730
|
## [v1.3.3](https://github.com/feathersjs/socketio/tree/v1.3.3) (2016-02-18)
|
|
731
|
+
|
|
787
732
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.3.2...v1.3.3)
|
|
788
733
|
|
|
789
734
|
**Closed issues:**
|
|
@@ -795,6 +740,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
795
740
|
- Allow to pass Socket.io options [\#13](https://github.com/feathersjs/socketio/pull/13) ([daffl](https://github.com/daffl))
|
|
796
741
|
|
|
797
742
|
## [v1.3.2](https://github.com/feathersjs/socketio/tree/v1.3.2) (2016-02-11)
|
|
743
|
+
|
|
798
744
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.3.1...v1.3.2)
|
|
799
745
|
|
|
800
746
|
**Merged pull requests:**
|
|
@@ -802,9 +748,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
802
748
|
- Allow to instantiate a client instance [\#11](https://github.com/feathersjs/socketio/pull/11) ([daffl](https://github.com/daffl))
|
|
803
749
|
|
|
804
750
|
## [v1.3.1](https://github.com/feathersjs/socketio/tree/v1.3.1) (2016-02-09)
|
|
751
|
+
|
|
805
752
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.3.0...v1.3.1)
|
|
806
753
|
|
|
807
754
|
## [v1.3.0](https://github.com/feathersjs/socketio/tree/v1.3.0) (2016-02-09)
|
|
755
|
+
|
|
808
756
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.2.0...v1.3.0)
|
|
809
757
|
|
|
810
758
|
**Merged pull requests:**
|
|
@@ -814,6 +762,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
814
762
|
- Adding nsp check [\#6](https://github.com/feathersjs/socketio/pull/6) ([marshallswain](https://github.com/marshallswain))
|
|
815
763
|
|
|
816
764
|
## [v1.2.0](https://github.com/feathersjs/socketio/tree/v1.2.0) (2016-01-21)
|
|
765
|
+
|
|
817
766
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.1.0...v1.2.0)
|
|
818
767
|
|
|
819
768
|
**Closed issues:**
|
|
@@ -826,6 +775,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
826
775
|
- Fixing .npmignore entries [\#3](https://github.com/feathersjs/socketio/pull/3) ([corymsmith](https://github.com/corymsmith))
|
|
827
776
|
|
|
828
777
|
## [v1.1.0](https://github.com/feathersjs/socketio/tree/v1.1.0) (2016-01-10)
|
|
778
|
+
|
|
829
779
|
[Full Changelog](https://github.com/feathersjs/socketio/compare/v1.0.0...v1.1.0)
|
|
830
780
|
|
|
831
781
|
**Merged pull requests:**
|
|
@@ -834,5 +784,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
834
784
|
|
|
835
785
|
## [v1.0.0](https://github.com/feathersjs/socketio/tree/v1.0.0) (2016-01-03)
|
|
836
786
|
|
|
837
|
-
|
|
838
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
787
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|