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