@plasius/api
Advanced tools
+21
-5
@@ -21,15 +21,30 @@ # Changelog | ||
| ## [1.0.10] - 2026-03-04 | ||
| - **Added** | ||
| - Added focused middleware and HTTP utility test coverage for core composition, rate limiting, and error helpers. | ||
| - **Changed** | ||
| - Restored CI line-coverage enforcement to `>= 80%`. | ||
| - Restored Vitest thresholds to `lines/functions/statements >= 80%` and `branches >= 70%`. | ||
| - **Fixed** | ||
| - Removed `azure-functions-core-tools` from package devDependencies to avoid toolchain drift and unnecessary transitive install risk. | ||
| - **Security** | ||
| - Updated dependency override policy to pin `minimatch` to a patched `^10.2.4`. | ||
| ## [1.0.9] - 2026-03-04 | ||
| - **Added** | ||
| - (placeholder) | ||
| - Added repository-wide private certificate-key ignore rules for `certs/**/*-key.pem`, `certs/**/*.key`, and `certs/**/*.p8`. | ||
| - **Changed** | ||
| - (placeholder) | ||
| - Standardized repository AGENTS quality-gate guidance for accessibility, code quality, and secrets handling. | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - Removed tracked localhost private-key material from source control. | ||
| - **Security** | ||
| - (placeholder) | ||
| - Rotated leaked localhost development key material and retained only public certificate assets in-repo. | ||
@@ -151,3 +166,3 @@ ## [1.0.6] - 2026-03-01 | ||
| [Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.9...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/api/compare/v1.0.10...HEAD | ||
| [1.0.0]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.0 | ||
@@ -161,1 +176,2 @@ [1.0.1]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.1 | ||
| [1.0.9]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.9 | ||
| [1.0.10]: https://github.com/Plasius-LTD/api/releases/tag/v1.0.10 |
+2
-3
| { | ||
| "name": "@plasius/api", | ||
| "version": "1.0.9", | ||
| "version": "1.0.10", | ||
| "description": "Generic public API security and middleware helpers.", | ||
@@ -82,3 +82,2 @@ "private": false, | ||
| "@vitest/coverage-v8": "^4.0.18", | ||
| "azure-functions-core-tools": "^2.0.0", | ||
| "eslint": "^10.0.1", | ||
@@ -108,4 +107,4 @@ "globals": "^17.3.0", | ||
| "overrides": { | ||
| "minimatch": "^10.2.1" | ||
| "minimatch": "^10.2.4" | ||
| } | ||
| } |
130445
0.72%12
-7.69%