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