@feathersjs/socketio 5.0.0-pre.9 → 5.0.1

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