@expressots/adapter-express 3.0.0-beta.4.2 → 3.0.0
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/lib/CHANGELOG.md +18 -1
- package/lib/package.json +3 -3
- package/package.json +3 -3
package/lib/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
## [3.0.0](https://github.com/expressots/adapter-express/compare/3.0.0-beta.3...3.0.0) (2024-12-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Code Refactoring
|
|
7
|
+
|
|
8
|
+
* app express class with async methods ([5c9ea2b](https://github.com/expressots/adapter-express/commit/5c9ea2b6cac9fa6455d140c0d0ce052712fa8251))
|
|
9
|
+
* return http server on getHttp instead of app express ([e6646de](https://github.com/expressots/adapter-express/commit/e6646de4e76e0824f2365695fa936975553796d4))
|
|
10
|
+
* server listen accept 0 to set random port ([7a97cf1](https://github.com/expressots/adapter-express/commit/7a97cf1d769acb0b7cbcba651aea49137310aa76))
|
|
11
|
+
* update getHttpServer method to return http.Server instance ([98985e8](https://github.com/expressots/adapter-express/commit/98985e841d608c2f17a09cb88ef50462c5a3d066))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Tests
|
|
15
|
+
|
|
16
|
+
* update tests for globalConfiguration, isDevelopment, getHttpServer, serverShutdown ([17b7d92](https://github.com/expressots/adapter-express/commit/17b7d92e87f4ad0d14a386e8351c723e1392a5c3))
|
|
17
|
+
|
|
1
18
|
## [3.0.0-beta.4.2](https://github.com/expressots/adapter-express/compare/3.0.0-beta.3...3.0.0) (2024-12-03)
|
|
2
19
|
|
|
3
20
|
### Code Refactoring
|
|
@@ -275,4 +292,4 @@
|
|
|
275
292
|
|
|
276
293
|
### Bug Fixes
|
|
277
294
|
|
|
278
|
-
- testing commitlint ([0e78653](https://github.com/expressots/<<repo_name>>/commit/0e786539402f69fdca3fe5b684d850e523db7698))
|
|
295
|
+
- testing commitlint ([0e78653](https://github.com/expressots/<<repo_name>>/commit/0e786539402f69fdca3fe5b684d850e523db7698))
|
package/lib/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressots/adapter-express",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@codecov/vite-plugin": "0.0.1-beta.6",
|
|
70
70
|
"@commitlint/cli": "19.2.1",
|
|
71
71
|
"@commitlint/config-conventional": "19.2.2",
|
|
72
|
-
"@expressots/core": "3.0.0
|
|
73
|
-
"@expressots/shared": "3.0.0
|
|
72
|
+
"@expressots/core": "3.0.0",
|
|
73
|
+
"@expressots/shared": "3.0.0",
|
|
74
74
|
"@release-it/conventional-changelog": "8.0.1",
|
|
75
75
|
"@types/express": "4.17.21",
|
|
76
76
|
"@types/jest": "29.5.14",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expressots/adapter-express",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Expressots - modern, fast, lightweight nodejs web framework (@adapter-express)",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "./lib/cjs/index.js",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"@codecov/vite-plugin": "0.0.1-beta.6",
|
|
70
70
|
"@commitlint/cli": "19.2.1",
|
|
71
71
|
"@commitlint/config-conventional": "19.2.2",
|
|
72
|
-
"@expressots/core": "3.0.0
|
|
73
|
-
"@expressots/shared": "3.0.0
|
|
72
|
+
"@expressots/core": "3.0.0",
|
|
73
|
+
"@expressots/shared": "3.0.0",
|
|
74
74
|
"@release-it/conventional-changelog": "8.0.1",
|
|
75
75
|
"@types/express": "4.17.21",
|
|
76
76
|
"@types/jest": "29.5.14",
|