Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: samchon/nestia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.0
Choose a base ref
...
head repository: samchon/nestia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.1
Choose a head ref
  • 10 commits
  • 50 files changed
  • 1 contributor

Commits on Jan 15, 2025

  1. ChatMovie to be responsible

    samchon committed Jan 15, 2025
    Copy the full SHA
    fff2fff View commit details
  2. Merge pull request #1190 from samchon/feat/chat

    `NestiaChatMovie` to be responsible
    samchon authored Jan 15, 2025
    Copy the full SHA
    4660ea9 View commit details
  3. Wrtn link

    samchon committed Jan 15, 2025
    Copy the full SHA
    1f20701 View commit details
  4. Fix hook issue of chat

    samchon committed Jan 15, 2025

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3e7b86a View commit details
  5. Merge pull request #1191 from samchon/feat/chat

    Fix hook issue of chat
    samchon authored Jan 15, 2025

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    23538d0 View commit details

Commits on Jan 17, 2025

  1. Respond to NestJS v11 update

    samchon committed Jan 17, 2025

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    305a362 View commit details

Commits on Jan 20, 2025

  1. Bump up to NestJS v11.0.2

    samchon committed Jan 20, 2025

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ac8dc82 View commit details
  2. Hold fastify @FormData.Body() for a while.

    samchon committed Jan 20, 2025
    Copy the full SHA
    fc180f3 View commit details
  3. Update route_error.ts

    samchon committed Jan 20, 2025
    Copy the full SHA
    2780391 View commit details
  4. Merge pull request #1193 from samchon/feat/nestjs

    Respond to NestJS v11 update
    samchon authored Jan 20, 2025
    Copy the full SHA
    09234a4 View commit details
Showing with 189 additions and 1,102 deletions.
  1. +4 −4 benchmark/package.json
  2. +1 −1 package.json
  3. +3 −3 packages/benchmark/package.json
  4. 0 packages/chat/build/{publish.js → deploy.js}
  5. +1 −1 packages/chat/index.html
  6. +8 −7 packages/chat/package.json
  7. +2 −2 packages/chat/{test.html → shopping.html}
  8. +126 −93 packages/chat/src/movies/NestiaChatMovie.tsx
  9. +5 −2 packages/chat/src/{test.tsx → shopping.tsx}
  10. +1 −1 packages/chat/tsconfig.app.tsbuildinfo
  11. +1 −1 packages/chat/tsconfig.lib.json
  12. +4 −4 packages/core/package.json
  13. +7 −4 packages/core/src/adaptors/WebSocketAdaptor.ts
  14. +1 −1 packages/core/src/decorators/DynamicModule.ts
  15. +1 −1 packages/core/src/decorators/EncryptedModule.ts
  16. +1 −1 packages/core/src/decorators/internal/route_error.ts
  17. +5 −5 packages/editor/package.json
  18. +1 −1 packages/editor/tsconfig.app.tsbuildinfo
  19. +1 −1 packages/editor/tsconfig.node.tsbuildinfo
  20. +1 −1 packages/fetcher/package.json
  21. +5 −5 packages/migrate/package.json
  22. +5 −3 packages/sdk/package.json
  23. +0 −25 test/features/clone-and-propagate/src/controllers/MultipartController.ts
  24. +0 −18 test/features/clone-and-propagate/src/test/features/api/automated/test_api_multipart_post.ts
  25. +0 −16 test/features/multipart-form-data-fastify/nestia.config.ts
  26. +0 −33 test/features/multipart-form-data-fastify/src/Backend.ts
  27. +0 −1 test/features/multipart-form-data-fastify/src/api/HttpError.ts
  28. +0 −1 test/features/multipart-form-data-fastify/src/api/IConnection.ts
  29. +0 −1 test/features/multipart-form-data-fastify/src/api/Primitive.ts
  30. +0 −1 test/features/multipart-form-data-fastify/src/api/Resolved.ts
  31. +0 −35 test/features/multipart-form-data-fastify/src/api/functional/health/index.ts
  32. +0 −9 test/features/multipart-form-data-fastify/src/api/functional/index.ts
  33. +0 −51 test/features/multipart-form-data-fastify/src/api/functional/multipart/index.ts
  34. +0 −40 test/features/multipart-form-data-fastify/src/api/functional/performance/index.ts
  35. +0 −4 test/features/multipart-form-data-fastify/src/api/index.ts
  36. +0 −6 test/features/multipart-form-data-fastify/src/api/module.ts
  37. +0 −18 test/features/multipart-form-data-fastify/src/api/structures/IMultipart.ts
  38. +0 −10 test/features/multipart-form-data-fastify/src/api/structures/IPerformance.ts
  39. +0 −81 test/features/multipart-form-data-fastify/src/api/structures/ISystem.ts
  40. +0 −8 test/features/multipart-form-data-fastify/src/controllers/HealthController.ts
  41. +0 −38 test/features/multipart-form-data-fastify/src/controllers/MultipartController.ts
  42. +0 −16 test/features/multipart-form-data-fastify/src/controllers/PerformanceController.ts
  43. +0 −9 test/features/multipart-form-data-fastify/src/index.ts
  44. +0 −5 test/features/multipart-form-data-fastify/src/test/features/api/test_api_health_check.ts
  45. +0 −37 test/features/multipart-form-data-fastify/src/test/features/api/test_api_multipart.ts
  46. +0 −12 test/features/multipart-form-data-fastify/src/test/features/api/test_api_performance.ts
  47. +0 −47 test/features/multipart-form-data-fastify/src/test/index.ts
  48. +0 −334 test/features/multipart-form-data-fastify/swagger.json
  49. +0 −99 test/features/multipart-form-data-fastify/tsconfig.json
  50. +5 −5 test/package.json
8 changes: 4 additions & 4 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -27,10 +27,10 @@
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/core": "workspace:^",
"@nestjs/common": "^10.3.7",
"@nestjs/core": "^10.3.7",
"@nestjs/platform-express": "^10.3.7",
"@nestjs/platform-fastify": "^10.3.7",
"@nestjs/common": "^11.0.2",
"@nestjs/core": "^11.0.2",
"@nestjs/platform-express": "^11.0.2",
"@nestjs/platform-fastify": "^11.0.2",
"autocannon": "^7.15.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nestia/station",
"version": "4.6.0",
"version": "4.6.1",
"description": "Nestia station",
"scripts": {
"build": "node deploy build",
6 changes: 3 additions & 3 deletions packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -25,9 +25,9 @@
"@nestia/core": "workspace:^",
"@nestia/e2e": "workspace:^",
"@nestia/sdk": "workspace:^",
"@nestjs/common": "^10.3.10",
"@nestjs/core": "^10.3.10",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/common": "^11.0.2",
"@nestjs/core": "^11.0.2",
"@nestjs/platform-express": "^11.0.2",
"@types/uuid": "^10.0.0",
"nestia": "workspace:^",
"ts-node": "^10.9.2",
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/chat/index.html
Original file line number Diff line number Diff line change
@@ -11,4 +11,4 @@
<div id="root" style="width: 100%; height: 100%"></div>
<script type="module" src="src/main.tsx"></script>
</body>
</html>;
</html>
15 changes: 8 additions & 7 deletions packages/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/chat",
"version": "0.1.1",
"version": "0.2.1",
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/index.d.ts",
@@ -11,7 +11,8 @@
"build:lib": "rimraf lib && tsc --project tsconfig.lib.json && rollup -c",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
"preview": "vite preview",
"deploy": "node build/deploy.js"
},
"repository": {
"type": "git",
@@ -52,10 +53,10 @@
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@nestjs/common": "^10.4.13",
"@nestjs/core": "^10.4.13",
"@nestjs/platform-express": "^10.4.13",
"@nestjs/platform-fastify": "^10.4.13",
"@nestjs/common": "^11.0.2",
"@nestjs/core": "^11.0.2",
"@nestjs/platform-express": "^11.0.2",
"@nestjs/platform-fastify": "^11.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@samchon/shopping-api": "^0.11.0",
@@ -85,6 +86,6 @@
"dist",
"lib",
"src",
"!src/test.ts"
"!src/shopping.ts"
]
}
4 changes: 2 additions & 2 deletions packages/chat/test.html → packages/chat/shopping.html
Original file line number Diff line number Diff line change
@@ -9,6 +9,6 @@
</head>
<body style="width: 100%; height: 100%; margin: 0px; overflow: hidden;">
<div id="root" style="width: 100%; height: 100%"></div>
<script type="module" src="src/test.tsx"></script>
<script type="module" src="src/shopping.tsx"></script>
</body>
</html>;
</html>
Loading