Skip to content

Commit 57075e0

Browse files
Merge branch 'dove' into converge-express-koa
2 parents ba80649 + c8a2bb4 commit 57075e0

File tree

42 files changed

+384
-128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+384
-128
lines changed

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **adapter-commons:** clean up in sort.ts and select function ([#2492](https://github.com/feathersjs/feathers/issues/2492)) ([c3ec8a4](https://github.com/feathersjs/feathers/commit/c3ec8a418bdc85506e3c5100015720a45454d8d3))
12+
* **adapter-commons:** Fix sorting for embedded objects ([#2488](https://github.com/feathersjs/feathers/issues/2488)) ([9c22f70](https://github.com/feathersjs/feathers/commit/9c22f70a838cb6341775d91705a7527c8fc5590e))
13+
* missing express types for Request, Response ([#2498](https://github.com/feathersjs/feathers/issues/2498)) ([ee67131](https://github.com/feathersjs/feathers/commit/ee67131bbaa24c54d3d781bdf8820015759ac488))
14+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
15+
16+
17+
### Features
18+
19+
* **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))
20+
* **core:** add `context.http` and move `statusCode` there ([#2496](https://github.com/feathersjs/feathers/issues/2496)) ([b701bf7](https://github.com/feathersjs/feathers/commit/b701bf77fb83048aa1dffa492b3d77dd53f7b72b))
21+
* **core:** Improve legacy hooks integration ([08c8b40](https://github.com/feathersjs/feathers/commit/08c8b40999bf3889c61a4d4fad97a2c4f78bafc9))
22+
* **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))
23+
24+
25+
26+
27+
628
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
729

830
**Note:** Version bump only for package feathers

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.0.0-pre.14",
6+
"version": "5.0.0-pre.15",
77
"command": {
88
"bootstrap": {
99
"hoist": true

packages/adapter-commons/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **adapter-commons:** clean up in sort.ts and select function ([#2492](https://github.com/feathersjs/feathers/issues/2492)) ([c3ec8a4](https://github.com/feathersjs/feathers/commit/c3ec8a418bdc85506e3c5100015720a45454d8d3))
12+
* **adapter-commons:** Fix sorting for embedded objects ([#2488](https://github.com/feathersjs/feathers/issues/2488)) ([9c22f70](https://github.com/feathersjs/feathers/commit/9c22f70a838cb6341775d91705a7527c8fc5590e))
13+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
14+
15+
16+
17+
18+
619
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
720

821
**Note:** Version bump only for package @feathersjs/adapter-commons

packages/adapter-commons/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-commons",
3-
"version": "5.0.0-pre.14",
3+
"version": "5.0.0-pre.15",
44
"description": "Shared database adapter utility functions",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -48,9 +48,9 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@feathersjs/commons": "^5.0.0-pre.14",
52-
"@feathersjs/errors": "^5.0.0-pre.14",
53-
"@feathersjs/feathers": "^5.0.0-pre.14"
51+
"@feathersjs/commons": "^5.0.0-pre.15",
52+
"@feathersjs/errors": "^5.0.0-pre.15",
53+
"@feathersjs/feathers": "^5.0.0-pre.15"
5454
},
5555
"devDependencies": {
5656
"@types/mocha": "^9.0.0",
@@ -62,5 +62,5 @@
6262
"ts-node": "^10.4.0",
6363
"typescript": "^4.4.4"
6464
},
65-
"gitHead": "9bb26276938aead1f3f582be5517a49a8ce00f09"
65+
"gitHead": "8008bf4f8529a2a40b6a2f976c1f43ae13675693"
6666
}

packages/adapter-tests/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
12+
13+
14+
15+
16+
617
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
718

819
**Note:** Version bump only for package @feathersjs/adapter-tests

packages/adapter-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-tests",
3-
"version": "5.0.0-pre.14",
3+
"version": "5.0.0-pre.15",
44
"description": "Feathers shared database adapter test suite",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -55,5 +55,5 @@
5555
"ts-node": "^10.4.0",
5656
"typescript": "^4.4.4"
5757
},
58-
"gitHead": "9bb26276938aead1f3f582be5517a49a8ce00f09"
58+
"gitHead": "8008bf4f8529a2a40b6a2f976c1f43ae13675693"
5959
}

packages/authentication-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
12+
13+
14+
15+
16+
617
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
718

819
**Note:** Version bump only for package @feathersjs/authentication-client

packages/authentication-client/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-client",
33
"description": "The authentication plugin for feathers-client",
4-
"version": "5.0.0-pre.14",
4+
"version": "5.0.0-pre.15",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,18 +52,18 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^5.0.0-pre.14",
56-
"@feathersjs/commons": "^5.0.0-pre.14",
57-
"@feathersjs/errors": "^5.0.0-pre.14",
58-
"@feathersjs/feathers": "^5.0.0-pre.14"
55+
"@feathersjs/authentication": "^5.0.0-pre.15",
56+
"@feathersjs/commons": "^5.0.0-pre.15",
57+
"@feathersjs/errors": "^5.0.0-pre.15",
58+
"@feathersjs/feathers": "^5.0.0-pre.15"
5959
},
6060
"devDependencies": {
61-
"@feathersjs/authentication-local": "^5.0.0-pre.14",
62-
"@feathersjs/express": "^5.0.0-pre.14",
63-
"@feathersjs/memory": "^5.0.0-pre.14",
64-
"@feathersjs/rest-client": "^5.0.0-pre.14",
65-
"@feathersjs/socketio": "^5.0.0-pre.14",
66-
"@feathersjs/socketio-client": "^5.0.0-pre.14",
61+
"@feathersjs/authentication-local": "^5.0.0-pre.15",
62+
"@feathersjs/express": "^5.0.0-pre.15",
63+
"@feathersjs/memory": "^5.0.0-pre.15",
64+
"@feathersjs/rest-client": "^5.0.0-pre.15",
65+
"@feathersjs/socketio": "^5.0.0-pre.15",
66+
"@feathersjs/socketio-client": "^5.0.0-pre.15",
6767
"@types/mocha": "^9.0.0",
6868
"@types/node": "^16.11.6",
6969
"axios": "^0.24.0",
@@ -72,5 +72,5 @@
7272
"ts-node": "^10.4.0",
7373
"typescript": "^4.4.4"
7474
},
75-
"gitHead": "9bb26276938aead1f3f582be5517a49a8ce00f09"
75+
"gitHead": "8008bf4f8529a2a40b6a2f976c1f43ae13675693"
7676
}

packages/authentication-local/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
12+
13+
14+
15+
16+
617
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
718

819
**Note:** Version bump only for package @feathersjs/authentication-local

packages/authentication-local/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-local",
33
"description": "Local authentication strategy for @feathers/authentication",
4-
"version": "5.0.0-pre.14",
4+
"version": "5.0.0-pre.15",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,15 +52,15 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^5.0.0-pre.14",
56-
"@feathersjs/commons": "^5.0.0-pre.14",
57-
"@feathersjs/errors": "^5.0.0-pre.14",
58-
"@feathersjs/feathers": "^5.0.0-pre.14",
55+
"@feathersjs/authentication": "^5.0.0-pre.15",
56+
"@feathersjs/commons": "^5.0.0-pre.15",
57+
"@feathersjs/errors": "^5.0.0-pre.15",
58+
"@feathersjs/feathers": "^5.0.0-pre.15",
5959
"bcryptjs": "^2.4.3",
6060
"lodash": "^4.17.21"
6161
},
6262
"devDependencies": {
63-
"@feathersjs/memory": "^5.0.0-pre.14",
63+
"@feathersjs/memory": "^5.0.0-pre.15",
6464
"@types/bcryptjs": "^2.4.2",
6565
"@types/lodash": "^4.14.176",
6666
"@types/mocha": "^9.0.0",
@@ -70,5 +70,5 @@
7070
"ts-node": "^10.4.0",
7171
"typescript": "^4.4.4"
7272
},
73-
"gitHead": "9bb26276938aead1f3f582be5517a49a8ce00f09"
73+
"gitHead": "8008bf4f8529a2a40b6a2f976c1f43ae13675693"
7474
}

0 commit comments

Comments
 (0)