@feathersjs/transport-commons 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 +182 -201
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/client.d.ts +1 -1
- package/lib/channels/channel/base.js +2 -2
- package/lib/channels/channel/base.js.map +1 -1
- package/lib/channels/channel/combined.js +2 -2
- package/lib/channels/channel/combined.js.map +1 -1
- package/lib/channels/index.d.ts +12 -10
- package/lib/channels/index.js +15 -10
- package/lib/channels/index.js.map +1 -1
- package/lib/channels/mixins.d.ts +3 -3
- package/lib/channels/mixins.js +3 -3
- package/lib/channels/mixins.js.map +1 -1
- package/lib/client.d.ts +2 -2
- package/lib/client.js +10 -12
- package/lib/client.js.map +1 -1
- package/lib/http.d.ts +35 -0
- package/lib/http.js +77 -0
- package/lib/http.js.map +1 -0
- package/lib/index.d.ts +3 -2
- package/lib/index.js +27 -1
- package/lib/index.js.map +1 -1
- package/lib/routing/index.d.ts +9 -4
- package/lib/routing/index.js +30 -14
- package/lib/routing/index.js.map +1 -1
- package/lib/routing/router.d.ts +8 -3
- package/lib/routing/router.js +64 -22
- package/lib/routing/router.js.map +1 -1
- package/lib/socket/index.js +10 -10
- package/lib/socket/index.js.map +1 -1
- package/lib/socket/utils.js +43 -53
- package/lib/socket/utils.js.map +1 -1
- package/package.json +19 -15
- package/src/channels/channel/base.ts +28 -28
- package/src/channels/channel/combined.ts +31 -31
- package/src/channels/index.ts +67 -61
- package/src/channels/mixins.ts +49 -46
- package/src/client.ts +70 -70
- package/src/http.ts +95 -0
- package/src/index.ts +5 -4
- package/src/routing/index.ts +50 -26
- package/src/routing/router.ts +91 -42
- package/src/socket/index.ts +44 -44
- package/src/socket/utils.ts +64 -57
package/CHANGELOG.md
CHANGED
|
@@ -3,470 +3,420 @@
|
|
|
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.30](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.29...v5.0.0-pre.30) (2022-10-07)
|
|
7
7
|
|
|
8
|
+
### Features
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
- **core:** Allow to unregister services at runtime ([#2756](https://github.com/feathersjs/feathers/issues/2756)) ([d16601f](https://github.com/feathersjs/feathers/commit/d16601f2277dca5357866ffdefba2a611f6dc7fa))
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
# [5.0.0-pre.29](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.28...v5.0.0-pre.29) (2022-09-16)
|
|
12
13
|
|
|
14
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
# [5.0.0-pre.28](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.27...v5.0.0-pre.28) (2022-08-03)
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
### Bug Fixes
|
|
17
19
|
|
|
20
|
+
- **cli:** Improve generated application and client ([#2701](https://github.com/feathersjs/feathers/issues/2701)) ([bd55ffb](https://github.com/feathersjs/feathers/commit/bd55ffb812e89bf215f4515e7f137656ea888c3f))
|
|
18
21
|
|
|
22
|
+
# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)
|
|
19
23
|
|
|
24
|
+
### Bug Fixes
|
|
20
25
|
|
|
26
|
+
- **socketio-client:** Make Socket.io client event target compatible ([#2686](https://github.com/feathersjs/feathers/issues/2686)) ([716c49a](https://github.com/feathersjs/feathers/commit/716c49a270e4be5e5276192092c292f72ffcfa19))
|
|
21
27
|
|
|
22
|
-
# [5.0.0-pre.
|
|
28
|
+
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)
|
|
23
29
|
|
|
24
30
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
25
31
|
|
|
32
|
+
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22)
|
|
26
33
|
|
|
34
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
35
|
+
|
|
36
|
+
# [5.0.0-pre.24](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.23...v5.0.0-pre.24) (2022-06-21)
|
|
27
37
|
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
28
39
|
|
|
40
|
+
# [5.0.0-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)
|
|
29
41
|
|
|
30
|
-
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
- **client:** Improve client side custom method support ([#2654](https://github.com/feathersjs/feathers/issues/2654)) ([c138acf](https://github.com/feathersjs/feathers/commit/c138acf50affbe6b66177d084d3c7a3e9220f09f))
|
|
45
|
+
|
|
46
|
+
# [5.0.0-pre.22](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.21...v5.0.0-pre.22) (2022-05-24)
|
|
31
47
|
|
|
32
48
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
33
49
|
|
|
50
|
+
# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)
|
|
34
51
|
|
|
52
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
35
53
|
|
|
54
|
+
# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)
|
|
36
55
|
|
|
56
|
+
### Bug Fixes
|
|
37
57
|
|
|
38
|
-
|
|
58
|
+
- **dependencies:** Lock monorepo package version numbers ([#2623](https://github.com/feathersjs/feathers/issues/2623)) ([5640c10](https://github.com/feathersjs/feathers/commit/5640c1020cc139994e695d658c08bad3494db507))
|
|
39
59
|
|
|
60
|
+
# [5.0.0-pre.19](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.18...v5.0.0-pre.19) (2022-05-01)
|
|
40
61
|
|
|
41
62
|
### Bug Fixes
|
|
42
63
|
|
|
43
|
-
|
|
44
|
-
* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
45
|
-
* **socketio-client:** Fix client transport-commons reference ([#2164](https://github.com/feathersjs/feathers/issues/2164)) ([3a42c54](https://github.com/feathersjs/feathers/commit/3a42c544058456b19c7e21827226541bfa6ad621))
|
|
64
|
+
- **transport-commons:** Ensure socket queries are always plain objects ([#2597](https://github.com/feathersjs/feathers/issues/2597)) ([97313e1](https://github.com/feathersjs/feathers/commit/97313e121cfee4199f10012e95b8507557aa507e))
|
|
46
65
|
|
|
66
|
+
# [5.0.0-pre.18](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.17...v5.0.0-pre.18) (2022-04-11)
|
|
47
67
|
|
|
48
68
|
### Features
|
|
49
69
|
|
|
50
|
-
|
|
51
|
-
* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
52
|
-
* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
53
|
-
* **transport-commons:** New built-in high performance radix router ([#2177](https://github.com/feathersjs/feathers/issues/2177)) ([6d18065](https://github.com/feathersjs/feathers/commit/6d180651b4eb40289ecea3df3575f207aa6c5d1f))
|
|
54
|
-
|
|
70
|
+
- **transport-commons:** add `context.http.response` ([#2524](https://github.com/feathersjs/feathers/issues/2524)) ([5bc9d44](https://github.com/feathersjs/feathers/commit/5bc9d447043c2e2b742c73ed28ecf3b3264dd9e5))
|
|
55
71
|
|
|
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)
|
|
56
73
|
|
|
74
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
57
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)
|
|
58
77
|
|
|
59
|
-
|
|
78
|
+
### Features
|
|
60
79
|
|
|
80
|
+
- **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
61
81
|
|
|
82
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
62
83
|
|
|
63
|
-
|
|
84
|
+
### Bug Fixes
|
|
64
85
|
|
|
86
|
+
- **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
65
87
|
|
|
66
88
|
### Features
|
|
67
89
|
|
|
68
|
-
|
|
69
|
-
|
|
90
|
+
- **core:** add `context.http` and move `statusCode` there ([#2496](https://github.com/feathersjs/feathers/issues/2496)) ([b701bf7](https://github.com/feathersjs/feathers/commit/b701bf77fb83048aa1dffa492b3d77dd53f7b72b))
|
|
91
|
+
- **transport-commons:** Ability to register routes with custom params ([#2482](https://github.com/feathersjs/feathers/issues/2482)) ([497990a](https://github.com/feathersjs/feathers/commit/497990ae4a980e5a52a1f0f932db12cd0e6e254a))
|
|
70
92
|
|
|
93
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
71
94
|
|
|
72
|
-
|
|
95
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
73
96
|
|
|
74
|
-
|
|
97
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
75
98
|
|
|
99
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
76
100
|
|
|
101
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
77
102
|
|
|
103
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
78
104
|
|
|
105
|
+
# [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
106
|
|
|
80
|
-
|
|
107
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
81
108
|
|
|
109
|
+
# [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
110
|
|
|
83
|
-
|
|
111
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
84
112
|
|
|
85
|
-
|
|
86
|
-
* **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))
|
|
113
|
+
# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)
|
|
87
114
|
|
|
115
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
88
116
|
|
|
89
|
-
|
|
117
|
+
# [5.0.0-pre.8](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.7...v5.0.0-pre.8) (2021-08-09)
|
|
118
|
+
|
|
119
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
90
120
|
|
|
91
|
-
|
|
121
|
+
# [5.0.0-pre.7](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.6...v5.0.0-pre.7) (2021-08-09)
|
|
92
122
|
|
|
123
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
93
124
|
|
|
125
|
+
# [5.0.0-pre.6](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.5...v5.0.0-pre.6) (2021-08-08)
|
|
94
126
|
|
|
95
|
-
|
|
127
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
96
128
|
|
|
129
|
+
# [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
130
|
|
|
98
131
|
### Bug Fixes
|
|
99
132
|
|
|
100
|
-
|
|
133
|
+
- **koa:** Use extended query parser for compatibility ([#2397](https://github.com/feathersjs/feathers/issues/2397)) ([b2944ba](https://github.com/feathersjs/feathers/commit/b2944bac3ec6d5ecc80dc518cd4e58093692db74))
|
|
101
134
|
|
|
135
|
+
# [5.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.3...v5.0.0-pre.4) (2021-05-13)
|
|
102
136
|
|
|
137
|
+
### Bug Fixes
|
|
103
138
|
|
|
139
|
+
- **transport-commons:** Fix route placeholder registration and improve radix router performance ([#2336](https://github.com/feathersjs/feathers/issues/2336)) ([4d84dfd](https://github.com/feathersjs/feathers/commit/4d84dfd092ce0510312e975d5cd57e04973fb311))
|
|
104
140
|
|
|
141
|
+
### Features
|
|
105
142
|
|
|
106
|
-
|
|
143
|
+
- **koa:** KoaJS transport adapter ([#2315](https://github.com/feathersjs/feathers/issues/2315)) ([2554b57](https://github.com/feathersjs/feathers/commit/2554b57cf05731df58feeba9c12faab18e442107))
|
|
107
144
|
|
|
108
|
-
|
|
145
|
+
# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)
|
|
109
146
|
|
|
147
|
+
### Bug Fixes
|
|
110
148
|
|
|
149
|
+
- **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))
|
|
111
150
|
|
|
151
|
+
### Features
|
|
112
152
|
|
|
153
|
+
- **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))
|
|
113
154
|
|
|
114
|
-
|
|
155
|
+
# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)
|
|
115
156
|
|
|
116
157
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
117
158
|
|
|
159
|
+
# [5.0.0-beta.1](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2021-04-03)
|
|
118
160
|
|
|
161
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
119
162
|
|
|
163
|
+
# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28)
|
|
120
164
|
|
|
165
|
+
### Bug Fixes
|
|
121
166
|
|
|
122
|
-
|
|
167
|
+
- **transport-commons:** Do not error when adding an undefined connection to a channel ([#2268](https://github.com/feathersjs/feathers/issues/2268)) ([28114c4](https://github.com/feathersjs/feathers/commit/28114c495d6564868bb3ffbf619bf80b774dce4b))
|
|
168
|
+
- Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60))
|
|
169
|
+
- **socketio-client:** Fix client transport-commons reference ([#2164](https://github.com/feathersjs/feathers/issues/2164)) ([3a42c54](https://github.com/feathersjs/feathers/commit/3a42c544058456b19c7e21827226541bfa6ad621))
|
|
123
170
|
|
|
124
|
-
|
|
171
|
+
### Features
|
|
125
172
|
|
|
173
|
+
- **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d))
|
|
174
|
+
- Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6))
|
|
175
|
+
- Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9))
|
|
176
|
+
- **transport-commons:** New built-in high performance radix router ([#2177](https://github.com/feathersjs/feathers/issues/2177)) ([6d18065](https://github.com/feathersjs/feathers/commit/6d180651b4eb40289ecea3df3575f207aa6c5d1f))
|
|
126
177
|
|
|
178
|
+
# [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17)
|
|
127
179
|
|
|
180
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
128
181
|
|
|
182
|
+
### Features
|
|
129
183
|
|
|
130
|
-
|
|
184
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
185
|
+
- **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))
|
|
131
186
|
|
|
132
|
-
|
|
187
|
+
### BREAKING CHANGES
|
|
133
188
|
|
|
189
|
+
- **transport-commons:** Removes the old message format and client service timeout
|
|
134
190
|
|
|
191
|
+
# [5.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v4.5.4...v5.0.0-pre.0) (2020-05-19)
|
|
135
192
|
|
|
193
|
+
### Features
|
|
136
194
|
|
|
195
|
+
- **core:** use @feathers/hooks and add async type ([#1929](https://github.com/feathersjs/feathers/issues/1929)) ([a5c4756](https://github.com/feathersjs/feathers/commit/a5c47562eae8410c82fe2f6308f26f8e78b6a3e8))
|
|
196
|
+
- **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
197
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
198
|
+
### BREAKING CHANGES
|
|
141
199
|
|
|
200
|
+
- **transport-commons:** Removes the old message format and client service timeout
|
|
142
201
|
|
|
202
|
+
## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05)
|
|
143
203
|
|
|
204
|
+
### Bug Fixes
|
|
144
205
|
|
|
206
|
+
- **socketio-client:** Throw an error and show a warning if someone tries to use socket.io-client v3 ([#2135](https://github.com/feathersjs/feathers/issues/2135)) ([cc3521c](https://github.com/feathersjs/feathers/commit/cc3521c935a1cbd690e29b7057998e3898f282db))
|
|
145
207
|
|
|
146
|
-
## [4.5.
|
|
208
|
+
## [4.5.10](https://github.com/feathersjs/feathers/compare/v4.5.9...v4.5.10) (2020-11-08)
|
|
147
209
|
|
|
148
210
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
149
211
|
|
|
212
|
+
## [4.5.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)
|
|
150
213
|
|
|
214
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
151
215
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
216
|
+
## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)
|
|
155
217
|
|
|
156
218
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
157
219
|
|
|
220
|
+
## [4.5.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24)
|
|
158
221
|
|
|
222
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
159
223
|
|
|
224
|
+
## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11)
|
|
160
225
|
|
|
226
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
161
227
|
|
|
162
|
-
## [4.5.
|
|
228
|
+
## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)
|
|
163
229
|
|
|
164
230
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
165
231
|
|
|
232
|
+
## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)
|
|
166
233
|
|
|
234
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
167
235
|
|
|
236
|
+
## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24)
|
|
168
237
|
|
|
238
|
+
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
169
239
|
|
|
170
240
|
# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)
|
|
171
241
|
|
|
172
242
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
173
243
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
244
|
## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)
|
|
179
245
|
|
|
180
246
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
181
247
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
248
|
## [4.4.1](https://github.com/feathersjs/feathers/compare/v4.4.0...v4.4.1) (2019-11-27)
|
|
187
249
|
|
|
188
|
-
|
|
189
250
|
### Bug Fixes
|
|
190
251
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
252
|
+
- Gracefully handle errors in publishers ([#1710](https://github.com/feathersjs/feathers/issues/1710)) ([0616306](https://github.com/feathersjs/feathers/commit/061630696762e9dbf1dc4e738094992ba16989fc))
|
|
196
253
|
|
|
197
254
|
# [4.4.0](https://github.com/feathersjs/feathers/compare/v4.3.11...v4.4.0) (2019-11-27)
|
|
198
255
|
|
|
199
|
-
|
|
200
256
|
### Bug Fixes
|
|
201
257
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
258
|
+
- **transport-commons:** Allow to properly chain SocketIo client.off ([#1706](https://github.com/feathersjs/feathers/issues/1706)) ([a4aecbc](https://github.com/feathersjs/feathers/commit/a4aecbcd3578c1cf4ecffb3a58fb6d26e15ee513))
|
|
207
259
|
|
|
208
260
|
## [4.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11)
|
|
209
261
|
|
|
210
262
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
211
263
|
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
264
|
## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26)
|
|
217
265
|
|
|
218
266
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
219
267
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
268
|
## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26)
|
|
225
269
|
|
|
226
270
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
227
271
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
272
|
## [4.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)
|
|
233
273
|
|
|
234
274
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
235
275
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
276
|
## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)
|
|
241
277
|
|
|
242
278
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
243
279
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
280
|
## [4.3.3](https://github.com/feathersjs/feathers/compare/v4.3.2...v4.3.3) (2019-09-21)
|
|
249
281
|
|
|
250
282
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
251
283
|
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
284
|
## [4.3.2](https://github.com/feathersjs/feathers/compare/v4.3.1...v4.3.2) (2019-09-16)
|
|
257
285
|
|
|
258
286
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
259
287
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
288
|
## [4.3.1](https://github.com/feathersjs/feathers/compare/v4.3.0...v4.3.1) (2019-09-09)
|
|
265
289
|
|
|
266
|
-
|
|
267
290
|
### Bug Fixes
|
|
268
291
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
292
|
+
- Fix regression in transport commons ([#1551](https://github.com/feathersjs/feathers/issues/1551)) ([ed9e934](https://github.com/feathersjs/feathers/commit/ed9e934))
|
|
274
293
|
|
|
275
294
|
# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)
|
|
276
295
|
|
|
277
296
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
278
297
|
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
298
|
# [4.3.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.3...v4.3.0-pre.4) (2019-08-22)
|
|
284
299
|
|
|
285
300
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
286
301
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
302
|
# [4.3.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.2...v4.3.0-pre.3) (2019-08-19)
|
|
292
303
|
|
|
293
|
-
|
|
294
304
|
### Bug Fixes
|
|
295
305
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
306
|
+
- Expire and remove authenticated real-time connections ([#1512](https://github.com/feathersjs/feathers/issues/1512)) ([2707c33](https://github.com/feathersjs/feathers/commit/2707c33))
|
|
307
|
+
- Update all dependencies ([7d53a00](https://github.com/feathersjs/feathers/commit/7d53a00))
|
|
308
|
+
- Use WeakMap to connect socket to connection ([#1509](https://github.com/feathersjs/feathers/issues/1509)) ([64807e3](https://github.com/feathersjs/feathers/commit/64807e3))
|
|
303
309
|
|
|
304
310
|
# [4.3.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.1...v4.3.0-pre.2) (2019-08-02)
|
|
305
311
|
|
|
306
|
-
|
|
307
312
|
### Bug Fixes
|
|
308
313
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
314
|
+
- Add getEntityId to JWT strategy and fix legacy Socket authentication ([#1488](https://github.com/feathersjs/feathers/issues/1488)) ([9a3b324](https://github.com/feathersjs/feathers/commit/9a3b324))
|
|
315
|
+
- Improve Params typing ([#1474](https://github.com/feathersjs/feathers/issues/1474)) ([54a3aa7](https://github.com/feathersjs/feathers/commit/54a3aa7))
|
|
315
316
|
|
|
316
317
|
# [4.3.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.5...v4.3.0-pre.1) (2019-07-11)
|
|
317
318
|
|
|
318
319
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
319
320
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
321
|
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10)
|
|
325
322
|
|
|
326
323
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
327
324
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
325
|
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
|
|
333
326
|
|
|
334
|
-
|
|
335
327
|
### Bug Fixes
|
|
336
328
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
329
|
+
- Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
|
|
330
|
+
- Improve transport-commons types ([#1396](https://github.com/feathersjs/feathers/issues/1396)) ([f9d8536](https://github.com/feathersjs/feathers/commit/f9d8536))
|
|
343
331
|
|
|
344
332
|
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
|
|
345
333
|
|
|
346
|
-
|
|
347
334
|
### Bug Fixes
|
|
348
335
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
336
|
+
- Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
|
|
337
|
+
- Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))
|
|
355
338
|
|
|
356
339
|
# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)
|
|
357
340
|
|
|
358
|
-
|
|
359
341
|
### Bug Fixes
|
|
360
342
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
343
|
+
- Add fallback for legacy socket authenticate event ([#1356](https://github.com/feathersjs/feathers/issues/1356)) ([61b1056](https://github.com/feathersjs/feathers/commit/61b1056))
|
|
344
|
+
- Throw NotAuthenticated on token verification errors ([#1357](https://github.com/feathersjs/feathers/issues/1357)) ([e0120df](https://github.com/feathersjs/feathers/commit/e0120df))
|
|
364
345
|
|
|
365
346
|
### Features
|
|
366
347
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
348
|
+
- Add global disconnect event ([#1355](https://github.com/feathersjs/feathers/issues/1355)) ([85afcca](https://github.com/feathersjs/feathers/commit/85afcca))
|
|
372
349
|
|
|
373
350
|
# [4.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.0...v4.0.0-pre.1) (2019-05-08)
|
|
374
351
|
|
|
375
|
-
|
|
376
352
|
### Bug Fixes
|
|
377
353
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
354
|
+
- Add registerPublisher alias for .publish ([#1302](https://github.com/feathersjs/feathers/issues/1302)) ([98fe8f8](https://github.com/feathersjs/feathers/commit/98fe8f8))
|
|
383
355
|
|
|
384
356
|
# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)
|
|
385
357
|
|
|
386
|
-
|
|
387
358
|
### Bug Fixes
|
|
388
359
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
360
|
+
- Compare socket event data using lodash's isEqual instead of indexOf ([#1061](https://github.com/feathersjs/feathers/issues/1061)) ([f706db3](https://github.com/feathersjs/feathers/commit/f706db3))
|
|
361
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
362
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
363
|
+
- Update all dependencies to latest ([#1206](https://github.com/feathersjs/feathers/issues/1206)) ([e51e0f6](https://github.com/feathersjs/feathers/commit/e51e0f6))
|
|
364
|
+
- **package:** update debug to version 3.0.0 ([#45](https://github.com/feathersjs/feathers/issues/45)) ([9b9bde5](https://github.com/feathersjs/feathers/commit/9b9bde5))
|
|
395
365
|
|
|
396
366
|
### Features
|
|
397
367
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
368
|
+
- Add TypeScript definitions ([#1275](https://github.com/feathersjs/feathers/issues/1275)) ([9dd6713](https://github.com/feathersjs/feathers/commit/9dd6713))
|
|
369
|
+
- Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
|
|
404
370
|
|
|
405
371
|
## [4.2.1](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.2.0...@feathersjs/transport-commons@4.2.1) (2019-01-02)
|
|
406
372
|
|
|
407
|
-
|
|
408
373
|
### Bug Fixes
|
|
409
374
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
375
|
+
- Update adapter common tests ([#1135](https://github.com/feathersjs/feathers/issues/1135)) ([8166dda](https://github.com/feathersjs/feathers/commit/8166dda))
|
|
415
376
|
|
|
416
377
|
<a name="4.2.0"></a>
|
|
417
|
-
# [4.2.0](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.6...@feathersjs/transport-commons@4.2.0) (2018-12-16)
|
|
418
378
|
|
|
379
|
+
# [4.2.0](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.6...@feathersjs/transport-commons@4.2.0) (2018-12-16)
|
|
419
380
|
|
|
420
381
|
### Features
|
|
421
382
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
383
|
+
- Allow registering a service at the root level ([#1115](https://github.com/feathersjs/feathers/issues/1115)) ([c73d322](https://github.com/feathersjs/feathers/commit/c73d322))
|
|
427
384
|
|
|
428
385
|
<a name="4.1.6"></a>
|
|
429
|
-
## [4.1.6](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.5...@feathersjs/transport-commons@4.1.6) (2018-10-25)
|
|
430
386
|
|
|
387
|
+
## [4.1.6](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.5...@feathersjs/transport-commons@4.1.6) (2018-10-25)
|
|
431
388
|
|
|
432
389
|
### Bug Fixes
|
|
433
390
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
391
|
+
- Compare socket event data using lodash's isEqual instead of indexOf ([#1061](https://github.com/feathersjs/feathers/issues/1061)) ([f706db3](https://github.com/feathersjs/feathers/commit/f706db3))
|
|
392
|
+
- Make Mocha a proper devDependency for every repository ([#1053](https://github.com/feathersjs/feathers/issues/1053)) ([9974803](https://github.com/feathersjs/feathers/commit/9974803))
|
|
440
393
|
|
|
441
394
|
<a name="4.1.5"></a>
|
|
395
|
+
|
|
442
396
|
## [4.1.5](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.4...@feathersjs/transport-commons@4.1.5) (2018-09-21)
|
|
443
397
|
|
|
444
398
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
445
399
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
400
|
<a name="4.1.4"></a>
|
|
401
|
+
|
|
451
402
|
## [4.1.4](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.3...@feathersjs/transport-commons@4.1.4) (2018-09-17)
|
|
452
403
|
|
|
453
404
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
454
405
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
406
|
<a name="4.1.3"></a>
|
|
407
|
+
|
|
460
408
|
## [4.1.3](https://github.com/feathersjs/feathers/compare/@feathersjs/transport-commons@4.1.2...@feathersjs/transport-commons@4.1.3) (2018-09-02)
|
|
461
409
|
|
|
462
410
|
**Note:** Version bump only for package @feathersjs/transport-commons
|
|
463
411
|
|
|
464
412
|
<a name="4.1.2"></a>
|
|
413
|
+
|
|
465
414
|
## 4.1.2
|
|
466
415
|
|
|
467
416
|
- Migrate to Monorepo ([feathers#462](https://github.com/feathersjs/feathers/issues/462))
|
|
468
417
|
|
|
469
418
|
## [v4.1.1](https://github.com/feathersjs/transport-commons/tree/v4.1.1) (2018-07-03)
|
|
419
|
+
|
|
470
420
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v4.1.0...v4.1.1)
|
|
471
421
|
|
|
472
422
|
**Merged pull requests:**
|
|
@@ -474,6 +424,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
474
424
|
- Properly dispatch arrays that do not come from Feathers hook events [\#77](https://github.com/feathersjs/transport-commons/pull/77) ([daffl](https://github.com/daffl))
|
|
475
425
|
|
|
476
426
|
## [v4.1.0](https://github.com/feathersjs/transport-commons/tree/v4.1.0) (2018-06-28)
|
|
427
|
+
|
|
477
428
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v4.0.2...v4.1.0)
|
|
478
429
|
|
|
479
430
|
**Merged pull requests:**
|
|
@@ -481,6 +432,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
481
432
|
- Remove empty channels [\#75](https://github.com/feathersjs/transport-commons/pull/75) ([daffl](https://github.com/daffl))
|
|
482
433
|
|
|
483
434
|
## [v4.0.2](https://github.com/feathersjs/transport-commons/tree/v4.0.2) (2018-06-12)
|
|
435
|
+
|
|
484
436
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v4.0.1...v4.0.2)
|
|
485
437
|
|
|
486
438
|
**Merged pull requests:**
|
|
@@ -488,6 +440,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
488
440
|
- Fix looking up invalid path names through sockets [\#76](https://github.com/feathersjs/transport-commons/pull/76) ([daffl](https://github.com/daffl))
|
|
489
441
|
|
|
490
442
|
## [v4.0.1](https://github.com/feathersjs/transport-commons/tree/v4.0.1) (2018-05-30)
|
|
443
|
+
|
|
491
444
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v4.0.0...v4.0.1)
|
|
492
445
|
|
|
493
446
|
**Merged pull requests:**
|
|
@@ -495,6 +448,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
495
448
|
- Update Codeclimate settings [\#74](https://github.com/feathersjs/transport-commons/pull/74) ([daffl](https://github.com/daffl))
|
|
496
449
|
|
|
497
450
|
## [v4.0.0](https://github.com/feathersjs/transport-commons/tree/v4.0.0) (2018-02-09)
|
|
451
|
+
|
|
498
452
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.2.0...v4.0.0)
|
|
499
453
|
|
|
500
454
|
**Closed issues:**
|
|
@@ -508,6 +462,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
508
462
|
- Move socket handling into its own file [\#70](https://github.com/feathersjs/transport-commons/pull/70) ([daffl](https://github.com/daffl))
|
|
509
463
|
|
|
510
464
|
## [v3.2.0](https://github.com/feathersjs/transport-commons/tree/v3.2.0) (2018-01-30)
|
|
465
|
+
|
|
511
466
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.5...v3.2.0)
|
|
512
467
|
|
|
513
468
|
**Closed issues:**
|
|
@@ -523,9 +478,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
523
478
|
- Update semistandard to the latest version 🚀 [\#63](https://github.com/feathersjs/transport-commons/pull/63) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
524
479
|
|
|
525
480
|
## [v3.1.5](https://github.com/feathersjs/transport-commons/tree/v3.1.5) (2017-12-12)
|
|
481
|
+
|
|
526
482
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.4...v3.1.5)
|
|
527
483
|
|
|
528
484
|
## [v3.1.4](https://github.com/feathersjs/transport-commons/tree/v3.1.4) (2017-12-12)
|
|
485
|
+
|
|
529
486
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.3...v3.1.4)
|
|
530
487
|
|
|
531
488
|
**Merged pull requests:**
|
|
@@ -533,6 +490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
533
490
|
- Fix dispatching of arrays [\#62](https://github.com/feathersjs/transport-commons/pull/62) ([daffl](https://github.com/daffl))
|
|
534
491
|
|
|
535
492
|
## [v3.1.3](https://github.com/feathersjs/transport-commons/tree/v3.1.3) (2017-12-12)
|
|
493
|
+
|
|
536
494
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.2...v3.1.3)
|
|
537
495
|
|
|
538
496
|
**Merged pull requests:**
|
|
@@ -540,6 +498,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
540
498
|
- Make sure that each entry in an array is dispatched as its own even [\#61](https://github.com/feathersjs/transport-commons/pull/61) ([daffl](https://github.com/daffl))
|
|
541
499
|
|
|
542
500
|
## [v3.1.2](https://github.com/feathersjs/transport-commons/tree/v3.1.2) (2017-12-06)
|
|
501
|
+
|
|
543
502
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.1...v3.1.2)
|
|
544
503
|
|
|
545
504
|
**Merged pull requests:**
|
|
@@ -547,6 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
547
506
|
- Fix another error when there are no results [\#60](https://github.com/feathersjs/transport-commons/pull/60) ([daffl](https://github.com/daffl))
|
|
548
507
|
|
|
549
508
|
## [v3.1.1](https://github.com/feathersjs/transport-commons/tree/v3.1.1) (2017-12-06)
|
|
509
|
+
|
|
550
510
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.1.0...v3.1.1)
|
|
551
511
|
|
|
552
512
|
**Merged pull requests:**
|
|
@@ -554,6 +514,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
554
514
|
- Always use a combined channel [\#59](https://github.com/feathersjs/transport-commons/pull/59) ([daffl](https://github.com/daffl))
|
|
555
515
|
|
|
556
516
|
## [v3.1.0](https://github.com/feathersjs/transport-commons/tree/v3.1.0) (2017-12-06)
|
|
517
|
+
|
|
557
518
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.1...v3.1.0)
|
|
558
519
|
|
|
559
520
|
**Merged pull requests:**
|
|
@@ -561,6 +522,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
561
522
|
- Give channel dispatchers a precedence [\#58](https://github.com/feathersjs/transport-commons/pull/58) ([daffl](https://github.com/daffl))
|
|
562
523
|
|
|
563
524
|
## [v3.0.1](https://github.com/feathersjs/transport-commons/tree/v3.0.1) (2017-11-03)
|
|
525
|
+
|
|
564
526
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0...v3.0.1)
|
|
565
527
|
|
|
566
528
|
**Closed issues:**
|
|
@@ -572,9 +534,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
572
534
|
- Allow socket calls without query and callback [\#55](https://github.com/feathersjs/transport-commons/pull/55) ([daffl](https://github.com/daffl))
|
|
573
535
|
|
|
574
536
|
## [v3.0.0](https://github.com/feathersjs/transport-commons/tree/v3.0.0) (2017-11-01)
|
|
537
|
+
|
|
575
538
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.7...v3.0.0)
|
|
576
539
|
|
|
577
540
|
## [v3.0.0-pre.7](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.7) (2017-10-25)
|
|
541
|
+
|
|
578
542
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.6...v3.0.0-pre.7)
|
|
579
543
|
|
|
580
544
|
**Merged pull requests:**
|
|
@@ -582,6 +546,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
582
546
|
- Update to better returnHook handling [\#53](https://github.com/feathersjs/transport-commons/pull/53) ([daffl](https://github.com/daffl))
|
|
583
547
|
|
|
584
548
|
## [v3.0.0-pre.6](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.6) (2017-10-21)
|
|
549
|
+
|
|
585
550
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.5...v3.0.0-pre.6)
|
|
586
551
|
|
|
587
552
|
**Closed issues:**
|
|
@@ -595,6 +560,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
595
560
|
- Rename repository and use npm scope [\#51](https://github.com/feathersjs/transport-commons/pull/51) ([daffl](https://github.com/daffl))
|
|
596
561
|
|
|
597
562
|
## [v3.0.0-pre.5](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.5) (2017-10-18)
|
|
563
|
+
|
|
598
564
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.4...v3.0.0-pre.5)
|
|
599
565
|
|
|
600
566
|
**Merged pull requests:**
|
|
@@ -602,6 +568,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
602
568
|
- Pass events property to the client [\#50](https://github.com/feathersjs/transport-commons/pull/50) ([daffl](https://github.com/daffl))
|
|
603
569
|
|
|
604
570
|
## [v3.0.0-pre.4](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.4) (2017-10-17)
|
|
571
|
+
|
|
605
572
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.3...v3.0.0-pre.4)
|
|
606
573
|
|
|
607
574
|
**Merged pull requests:**
|
|
@@ -609,6 +576,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
609
576
|
- Fix the event name and add some channel debug statements [\#49](https://github.com/feathersjs/transport-commons/pull/49) ([daffl](https://github.com/daffl))
|
|
610
577
|
|
|
611
578
|
## [v3.0.0-pre.3](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.3) (2017-10-16)
|
|
579
|
+
|
|
612
580
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.2...v3.0.0-pre.3)
|
|
613
581
|
|
|
614
582
|
**Merged pull requests:**
|
|
@@ -616,6 +584,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
616
584
|
- Update mocha to the latest version 🚀 [\#48](https://github.com/feathersjs/transport-commons/pull/48) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
617
585
|
|
|
618
586
|
## [v3.0.0-pre.2](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.2) (2017-09-28)
|
|
587
|
+
|
|
619
588
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v3.0.0-pre.1...v3.0.0-pre.2)
|
|
620
589
|
|
|
621
590
|
**Merged pull requests:**
|
|
@@ -623,6 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
623
592
|
- Add feathers-channels [\#47](https://github.com/feathersjs/transport-commons/pull/47) ([daffl](https://github.com/daffl))
|
|
624
593
|
|
|
625
594
|
## [v3.0.0-pre.1](https://github.com/feathersjs/transport-commons/tree/v3.0.0-pre.1) (2017-09-08)
|
|
595
|
+
|
|
626
596
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.4.0...v3.0.0-pre.1)
|
|
627
597
|
|
|
628
598
|
**Fixed bugs:**
|
|
@@ -642,6 +612,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
642
612
|
- Update dependencies to enable Greenkeeper 🌴 [\#41](https://github.com/feathersjs/transport-commons/pull/41) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
643
613
|
|
|
644
614
|
## [v2.4.0](https://github.com/feathersjs/transport-commons/tree/v2.4.0) (2017-01-07)
|
|
615
|
+
|
|
645
616
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.3.1...v2.4.0)
|
|
646
617
|
|
|
647
618
|
**Implemented enhancements:**
|
|
@@ -663,6 +634,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
663
634
|
- Code coverage [\#29](https://github.com/feathersjs/transport-commons/pull/29) ([ekryski](https://github.com/ekryski))
|
|
664
635
|
|
|
665
636
|
## [v2.3.1](https://github.com/feathersjs/transport-commons/tree/v2.3.1) (2016-09-02)
|
|
637
|
+
|
|
666
638
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.3.0...v2.3.1)
|
|
667
639
|
|
|
668
640
|
**Merged pull requests:**
|
|
@@ -671,6 +643,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
671
643
|
- Update mocha to version 3.0.0 🚀 [\#25](https://github.com/feathersjs/transport-commons/pull/25) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
672
644
|
|
|
673
645
|
## [v2.3.0](https://github.com/feathersjs/transport-commons/tree/v2.3.0) (2016-07-24)
|
|
646
|
+
|
|
674
647
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.2.1...v2.3.0)
|
|
675
648
|
|
|
676
649
|
**Fixed bugs:**
|
|
@@ -682,9 +655,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
682
655
|
- Skip subsequent filters instead of rejecting the promise [\#24](https://github.com/feathersjs/transport-commons/pull/24) ([daffl](https://github.com/daffl))
|
|
683
656
|
|
|
684
657
|
## [v2.2.1](https://github.com/feathersjs/transport-commons/tree/v2.2.1) (2016-07-05)
|
|
658
|
+
|
|
685
659
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.2.0...v2.2.1)
|
|
686
660
|
|
|
687
661
|
## [v2.2.0](https://github.com/feathersjs/transport-commons/tree/v2.2.0) (2016-07-05)
|
|
662
|
+
|
|
688
663
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.1.0...v2.2.0)
|
|
689
664
|
|
|
690
665
|
**Implemented enhancements:**
|
|
@@ -705,6 +680,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
705
680
|
- Pass all EventEmitter methods to the client connection [\#23](https://github.com/feathersjs/transport-commons/pull/23) ([daffl](https://github.com/daffl))
|
|
706
681
|
|
|
707
682
|
## [v2.1.0](https://github.com/feathersjs/transport-commons/tree/v2.1.0) (2016-05-29)
|
|
683
|
+
|
|
708
684
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v2.0.0...v2.1.0)
|
|
709
685
|
|
|
710
686
|
**Closed issues:**
|
|
@@ -716,6 +692,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
716
692
|
- Make client convert to feathers-errors [\#20](https://github.com/feathersjs/transport-commons/pull/20) ([daffl](https://github.com/daffl))
|
|
717
693
|
|
|
718
694
|
## [v2.0.0](https://github.com/feathersjs/transport-commons/tree/v2.0.0) (2016-05-23)
|
|
695
|
+
|
|
719
696
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v1.0.0...v2.0.0)
|
|
720
697
|
|
|
721
698
|
**Merged pull requests:**
|
|
@@ -725,6 +702,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
725
702
|
- babel-polyfill@6.7.4 breaks build 🚨 [\#16](https://github.com/feathersjs/transport-commons/pull/16) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
|
|
726
703
|
|
|
727
704
|
## [v1.0.0](https://github.com/feathersjs/transport-commons/tree/v1.0.0) (2016-04-28)
|
|
705
|
+
|
|
728
706
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v0.2.3...v1.0.0)
|
|
729
707
|
|
|
730
708
|
**Implemented enhancements:**
|
|
@@ -742,6 +720,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
742
720
|
- Convert errors in socket callbacks [\#14](https://github.com/feathersjs/transport-commons/pull/14) ([daffl](https://github.com/daffl))
|
|
743
721
|
|
|
744
722
|
## [v0.2.3](https://github.com/feathersjs/transport-commons/tree/v0.2.3) (2016-04-16)
|
|
723
|
+
|
|
745
724
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v0.2.2...v0.2.3)
|
|
746
725
|
|
|
747
726
|
**Merged pull requests:**
|
|
@@ -749,6 +728,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
749
728
|
- Remove connection setMaxListeners [\#11](https://github.com/feathersjs/transport-commons/pull/11) ([daffl](https://github.com/daffl))
|
|
750
729
|
|
|
751
730
|
## [v0.2.2](https://github.com/feathersjs/transport-commons/tree/v0.2.2) (2016-03-22)
|
|
731
|
+
|
|
752
732
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v0.2.1...v0.2.2)
|
|
753
733
|
|
|
754
734
|
**Merged pull requests:**
|
|
@@ -756,6 +736,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
756
736
|
- Allow chaining event listeners. [\#6](https://github.com/feathersjs/transport-commons/pull/6) ([joshuajabbour](https://github.com/joshuajabbour))
|
|
757
737
|
|
|
758
738
|
## [v0.2.1](https://github.com/feathersjs/transport-commons/tree/v0.2.1) (2016-03-08)
|
|
739
|
+
|
|
759
740
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v0.2.0...v0.2.1)
|
|
760
741
|
|
|
761
742
|
**Merged pull requests:**
|
|
@@ -763,6 +744,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
763
744
|
- Set connection max listeners and better debug messages [\#3](https://github.com/feathersjs/transport-commons/pull/3) ([daffl](https://github.com/daffl))
|
|
764
745
|
|
|
765
746
|
## [v0.2.0](https://github.com/feathersjs/transport-commons/tree/v0.2.0) (2016-02-08)
|
|
747
|
+
|
|
766
748
|
[Full Changelog](https://github.com/feathersjs/transport-commons/compare/v0.1.0...v0.2.0)
|
|
767
749
|
|
|
768
750
|
**Merged pull requests:**
|
|
@@ -772,5 +754,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
772
754
|
|
|
773
755
|
## [v0.1.0](https://github.com/feathersjs/transport-commons/tree/v0.1.0) (2016-01-21)
|
|
774
756
|
|
|
775
|
-
|
|
776
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
757
|
+
\* _This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)_
|