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