We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fd3c3 commit 9c19dc6Copy full SHA for 9c19dc6
CHANGELOG.md
@@ -5,6 +5,22 @@ This project adheres to [Semantic Versioning](https://semver.org) and follows [C
5
6
---
7
8
+## [1.2.0](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.2.0) – 2025-08-09
9
+
10
+### ♻️ Changes
11
+ - Removed: The http-status-toolkit re-export from the package to keep the toolkit focused and lightweight.
12
13
+ > You can now install and import http-status-toolkit directly if you need it:
14
15
+```bash
16
+npm install http-status-toolkit
17
+```
18
+```ts
19
+import { StatusCodes } from 'http-status-toolkit';
20
21
22
+---
23
24
## [1.1.2](https://github.com/dev-rashedin/express-error-toolkit/releases/tag/1.1.2) – 2025-07-19
25
26
### ✨ Improvements
0 commit comments