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