Skip to content

Commit 9b37d01

Browse files
committed
r0b08x [chore] 5/4/2024, 4:37:04 PM
1 parent 428abb3 commit 9b37d01

File tree

4 files changed

+144
-123
lines changed

4 files changed

+144
-123
lines changed

Diff for: .ncurc.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"zone.js",
88
"typescript",
99
"karma",
10-
"ng-packagr"
10+
"ng-packagr",
11+
"eslint"
1112
]
1213
}

Diff for: README.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88

9-
# 🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request v2024.4.117
9+
# 🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request v2024.4.122
1010

1111

1212

@@ -20,7 +20,7 @@
2020
### Built on NodeJs version
2121

2222
```txt
23-
v20.12.0
23+
v22.1.0
2424
```
2525

2626

@@ -29,7 +29,7 @@ v20.12.0
2929
# Built on Angular
3030

3131
```text
32-
17.3.1
32+
17.3.7
3333
```
3434

3535

@@ -170,18 +170,28 @@ export class AppComponent {
170170

171171
---
172172

173-
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
174173

175-
Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
174+
## Support Our Open-Source Project ❤️
175+
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
176176

177-
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
177+
### Server Availability
178+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
178179

179-
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
180+
### About My Domains
181+
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
180182

183+
### Versioning Policy
184+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
185+
- **Major:** Corresponds to the current year.
186+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
187+
- **Patch:** Incremental, updated with each build.
188+
189+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
181190

182191
---
183192

184-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.117
193+
194+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.122
185195

186196
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
187197

Diff for: README_Angular.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,28 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C
3636

3737
---
3838

39-
🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
4039

41-
Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
40+
## Support Our Open-Source Project ❤️
41+
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
4242

43-
All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
43+
### Server Availability
44+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
4445

45-
**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
46+
### About My Domains
47+
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
4648

49+
### Versioning Policy
50+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
51+
- **Major:** Corresponds to the current year.
52+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
53+
- **Patch:** Incremental, updated with each build.
54+
55+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
4756

4857
---
4958

50-
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.117
59+
60+
[**P3X-ANGULAR-HTTP-CACHE-INTERCEPTOR**](https://corifeus.com/angular-http-cache-interceptor) Build v2024.4.122
5161

5262
[![NPM](https://img.shields.io/npm/v/p3x-angular-http-cache-interceptor.svg)](https://www.npmjs.com/package/p3x-angular-http-cache-interceptor) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
5363

Diff for: package.json

+109-109
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,110 @@
11
{
2-
"name": "p3x-angular-http-cache-interceptor",
3-
"version": "2024.4.117",
4-
"corifeus": {
5-
"icon": "fas fa-fire",
6-
"prefix": "p3x-",
7-
"publish": true,
8-
"type": "p3x",
9-
"code": "Breeze",
10-
"nodejs": "v20.12.0",
11-
"opencollective": false,
12-
"reponame": "angular-http-cache-interceptor",
13-
"build": true,
14-
"cdn": true,
15-
"publish-location": "./dist/angular-http-cache-interceptor",
16-
"angular": "17.3.1"
17-
},
18-
"description": "🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request",
19-
"scripts": {
20-
"test": "grunt",
21-
"ng": "ng",
22-
"start": "ng serve --hmr",
23-
"build": "ng build",
24-
"test2": "ng test",
25-
"lint": "ng lint",
26-
"e2e": "ng e2e",
27-
"build-lib": "ng build --configuration=production --project angular-http-cache-interceptor && cp README.md ./dist/angular-http-cache-interceptor && cp LICENSE ./dist/angular-http-cache-interceptor && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js",
28-
"build-app": "ng build --source-map=false --output-hashing=all --configuration=production --base-href=/ --aot=true --build-optimizer=true --optimization=true && grunt htmlmin:dist",
29-
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/workspace/stats.json"
30-
},
31-
"repository": {
32-
"type": "git",
33-
"url": "git+https://github.com/patrikx3/angular-http-cache-interceptor.git"
34-
},
35-
"keywords": [
36-
"angular",
37-
"cache",
38-
"interceptor",
39-
"network",
40-
"http",
41-
"client",
42-
"http-client",
43-
"header",
44-
"headers",
45-
"interact",
46-
"configuration"
47-
],
48-
"author": "Patrik Laszlo <[email protected]>",
49-
"license": "MIT",
50-
"bugs": {
51-
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
52-
},
53-
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
54-
"dependencies": {
55-
"@angular/animations": "^17.3.5",
56-
"@angular/cdk": "^17.3.5",
57-
"@angular/common": "^17.3.5",
58-
"@angular/compiler": "^17.3.5",
59-
"@angular/core": "^17.3.5",
60-
"@angular/forms": "^17.3.5",
61-
"@angular/material": "^17.3.5",
62-
"@angular/platform-browser": "^17.3.5",
63-
"@angular/platform-browser-dynamic": "^17.3.5",
64-
"@angular/router": "^17.3.5",
65-
"@types/node": "^20.12.7",
66-
"hash": "^0.2.1",
67-
"highlight.js": "^11.9.0",
68-
"object": "^0.1.1",
69-
"object-hash": "^3.0.0",
70-
"postcss": "^8.4.38",
71-
"rxjs": "~6.6.3",
72-
"tslib": "^2.2.0",
73-
"zone.js": "~0.14.2"
74-
},
75-
"dependencies-save": {
76-
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
77-
},
78-
"devDependencies": {
79-
"@angular-devkit/build-angular": "^17.3.5",
80-
"@angular/cli": "^17.3.5",
81-
"@angular/compiler-cli": "^17.3.5",
82-
"@angular/language-service": "^17.3.5",
83-
"@types/highlight.js": "^9.12.4",
84-
"@types/jasmine": "~5.1.4",
85-
"@types/jasminewd2": "~2.0.13",
86-
"@typescript-eslint/eslint-plugin": "7.7.0",
87-
"@typescript-eslint/parser": "7.7.0",
88-
"codelyzer": "^6.0.2",
89-
"corifeus-builder": "^2024.4.131",
90-
"eslint": "^8.57.0",
91-
"eslint-plugin-import": "2.29.1",
92-
"eslint-plugin-jsdoc": "48.2.3",
93-
"eslint-plugin-prefer-arrow": "1.2.3",
94-
"jasmine-core": "~5.1.2",
95-
"jasmine-spec-reporter": "~7.0.0",
96-
"karma": "~6.3.2",
97-
"karma-chrome-launcher": "~3.2.0",
98-
"karma-coverage-istanbul-reporter": "~3.0.3",
99-
"karma-jasmine": "~5.1.0",
100-
"karma-jasmine-html-reporter": "^2.1.0",
101-
"ng-packagr": "^17.0.2",
102-
"protractor": "~7.0.0",
103-
"ts-node": "~10.9.2",
104-
"typescript": "~5.2.2",
105-
"webpack-bundle-analyzer": "^4.10.2"
106-
},
107-
"engines": {
108-
"node": ">=12.13.0"
109-
}
110-
}
2+
"name": "p3x-angular-http-cache-interceptor",
3+
"version": "2024.4.122",
4+
"corifeus": {
5+
"icon": "fas fa-fire",
6+
"prefix": "p3x-",
7+
"publish": true,
8+
"type": "p3x",
9+
"code": "Breeze",
10+
"nodejs": "v22.1.0",
11+
"opencollective": false,
12+
"reponame": "angular-http-cache-interceptor",
13+
"build": true,
14+
"cdn": true,
15+
"publish-location": "./dist/angular-http-cache-interceptor",
16+
"angular": "17.3.7"
17+
},
18+
"description": "🔥 Cache every request in Angular, not only the GET, but all methods of this interceptor, and allows you to interact with the interceptor via specific headers and modify the request, and these specific headers will be not included in the final request",
19+
"scripts": {
20+
"test": "grunt",
21+
"ng": "ng",
22+
"start": "ng serve --hmr",
23+
"build": "ng build",
24+
"test2": "ng test",
25+
"lint": "ng lint",
26+
"e2e": "ng e2e",
27+
"build-lib": "ng build --configuration=production --project angular-http-cache-interceptor && cp README.md ./dist/angular-http-cache-interceptor && cp LICENSE ./dist/angular-http-cache-interceptor && node node_modules/corifeus-builder/src/utils/angular/post-lib-build.js",
28+
"build-app": "ng build --source-map=false --output-hashing=all --configuration=production --base-href=/ --aot=true --build-optimizer=true --optimization=true && grunt htmlmin:dist",
29+
"stats": "ng build --stats-json && webpack-bundle-analyzer dist/workspace/stats.json"
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/patrikx3/angular-http-cache-interceptor.git"
34+
},
35+
"keywords": [
36+
"angular",
37+
"cache",
38+
"interceptor",
39+
"network",
40+
"http",
41+
"client",
42+
"http-client",
43+
"header",
44+
"headers",
45+
"interact",
46+
"configuration"
47+
],
48+
"author": "Patrik Laszlo <[email protected]>",
49+
"license": "MIT",
50+
"bugs": {
51+
"url": "https://github.com/patrikx3/angular-http-cache-interceptor/issues"
52+
},
53+
"homepage": "https://corifeus.com/angular-http-cache-interceptor",
54+
"dependencies": {
55+
"@angular/animations": "^17.3.7",
56+
"@angular/cdk": "^17.3.7",
57+
"@angular/common": "^17.3.7",
58+
"@angular/compiler": "^17.3.7",
59+
"@angular/core": "^17.3.7",
60+
"@angular/forms": "^17.3.7",
61+
"@angular/material": "^17.3.7",
62+
"@angular/platform-browser": "^17.3.7",
63+
"@angular/platform-browser-dynamic": "^17.3.7",
64+
"@angular/router": "^17.3.7",
65+
"@types/node": "^20.12.8",
66+
"hash": "^0.2.1",
67+
"highlight.js": "^11.9.0",
68+
"object": "^0.1.1",
69+
"object-hash": "^3.0.0",
70+
"postcss": "^8.4.38",
71+
"rxjs": "~6.6.3",
72+
"tslib": "^2.2.0",
73+
"zone.js": "~0.14.2"
74+
},
75+
"dependencies-save": {
76+
"p3x-interceptor": "npm:p3x-angular-http-cache-interceptor@^2020.4.304"
77+
},
78+
"devDependencies": {
79+
"@angular-devkit/build-angular": "^17.3.6",
80+
"@angular/cli": "^17.3.6",
81+
"@angular/compiler-cli": "^17.3.7",
82+
"@angular/language-service": "^17.3.7",
83+
"@types/highlight.js": "^9.12.4",
84+
"@types/jasmine": "~5.1.4",
85+
"@types/jasminewd2": "~2.0.13",
86+
"@typescript-eslint/eslint-plugin": "7.8.0",
87+
"@typescript-eslint/parser": "7.8.0",
88+
"codelyzer": "^6.0.2",
89+
"corifeus-builder": "^2024.4.140",
90+
"eslint": "^8.5.0",
91+
"eslint-plugin-import": "2.29.1",
92+
"eslint-plugin-jsdoc": "48.2.3",
93+
"eslint-plugin-prefer-arrow": "1.2.3",
94+
"jasmine-core": "~5.1.2",
95+
"jasmine-spec-reporter": "~7.0.0",
96+
"karma": "~6.3.2",
97+
"karma-chrome-launcher": "~3.2.0",
98+
"karma-coverage-istanbul-reporter": "~3.0.3",
99+
"karma-jasmine": "~5.1.0",
100+
"karma-jasmine-html-reporter": "^2.1.0",
101+
"ng-packagr": "^17.0.2",
102+
"protractor": "~7.0.0",
103+
"ts-node": "~10.9.2",
104+
"typescript": "~5.2.2",
105+
"webpack-bundle-analyzer": "^4.10.2"
106+
},
107+
"engines": {
108+
"node": ">=12.13.0"
109+
}
110+
}

0 commit comments

Comments
 (0)