Skip to content

Commit

Permalink
version 10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 3, 2025
1 parent 7afe28d commit 1be7773
Show file tree
Hide file tree
Showing 104 changed files with 1,698 additions and 1,490 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.cjs

This file was deleted.

26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,40 @@ on:
- cron: '0 0 * * *'

jobs:
node16:
name: Node 16
runs-on: ubuntu-22.04
node18:
name: Node 18
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: checkout node
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- run: npm install
- run: npm test -- --run --no-cache
node18:
name: Node 18
runs-on: ubuntu-22.04
node20:
name: Node 20
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: checkout node
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'
- run: npm install
- run: npm test -- --run --no-cache
node20:
name: Node 20
runs-on: ubuntu-22.04
node22:
name: Node 22
runs-on: ubuntu-24.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: checkout node
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- run: npm install
- run: npm run lint
- run: npm run cs
Expand All @@ -55,7 +55,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: sonarcloud.io
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarqube-scan-action@v4.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Dominik Zogg
Copyright (c) 2025 Dominik Zogg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ A minimal, highly [performant][2] middleware [PSR-15][3] inspired function based

## Requirements

* node: 16
* [@chubbyts/chubbyts-dic-types][4]: ^1.2.1
* [@chubbyts/chubbyts-http-error][5]: ^2.3.1
* [@chubbyts/chubbyts-http-types][6]: ^1.2.3
* [@chubbyts/chubbyts-log-types][7]: ^1.3.2
* [@chubbyts/chubbyts-throwable-to-error][8]: ^1.2.1
* node: 18
* [@chubbyts/chubbyts-dic-types][4]: ^1.3.0
* [@chubbyts/chubbyts-http-error][5]: ^2.4.0
* [@chubbyts/chubbyts-http-types][6]: ^1.3.0
* [@chubbyts/chubbyts-log-types][7]: ^1.4.1
* [@chubbyts/chubbyts-throwable-to-error][8]: ^1.3.0

## Installation

Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-framework][1].

```sh
npm i \
@chubbyts/chubbyts-framework-router-path-to-regexp@^1.4.0 \
@chubbyts/chubbyts-framework@^1.9.4 \
@chubbyts/chubbyts-http@^1.2.1
@chubbyts/chubbyts-framework-router-path-to-regexp@^1.5.0 \
@chubbyts/chubbyts-framework@^1.10.0 \
@chubbyts/chubbyts-http@^1.3.0
```

## Usage
Expand Down Expand Up @@ -90,7 +90,7 @@ const app = createApplication([
Running the application via the standard node http implementation.

```sh
npm i @chubbyts/chubbyts-http-node-bridge@^1.2.0
npm i @chubbyts/chubbyts-http-node-bridge@^1.3.0
```

Check the [Usage][10] section.
Expand All @@ -100,7 +100,7 @@ Check the [Usage][10] section.
Running the application via the uwebsockets http implementation. Linux only. Faster than the node implemenation.

```sh
npm i @chubbyts/chubbyts-http-uwebsockets-bridge@^1.2.1
npm i @chubbyts/chubbyts-http-uwebsockets-bridge@^1.3.0
```

Check the [Usage][11] section.
Expand All @@ -123,7 +123,7 @@ Check the [Usage][11] section.

## Copyright

2024 Dominik Zogg
2025 Dominik Zogg

[1]: https://www.npmjs.com/package/@chubbyts/chubbyts-framework
[2]: https://web-frameworks-benchmark.netlify.app/result
Expand Down
1 change: 0 additions & 1 deletion build.js

This file was deleted.

1 change: 1 addition & 0 deletions build.mjs
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/hierarchy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
window.hierarchyData = "eJyrVirKzy8pVrKKjtVRKkpNy0lNLsnMzytWsqqurQUAmx4Kpg=="
31 changes: 17 additions & 14 deletions docs/assets/icons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/assets/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/navigation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1be7773

Please sign in to comment.