@alwatr/http-primer
Version:
Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.
100 lines (53 loc) • 4.88 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## <small>5.5.3 (2025-04-15)</small>
**Note:** Version bump only for package @alwatr/http-primer
## [5.5.2](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.1...@alwatr/http-primer@5.5.2) (2025-04-01)
**Note:** Version bump only for package @alwatr/http-primer
## [5.5.1](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.5.0...@alwatr/http-primer@5.5.1) (2025-03-18)
**Note:** Version bump only for package @alwatr/http-primer
## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@5.4.0...@alwatr/http-primer@5.5.0) (2025-03-06)
### Miscellaneous Chores
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
### Dependencies update
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@1.0.1...@alwatr/http-primer@5.4.0) (2025-02-18)
## 5.3.0 (2025-02-03)
### Miscellaneous Chores
* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @
### Dependencies update
* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @
* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @
## 5.0.0 (2024-11-02)
### ⚠ BREAKING CHANGES
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
### Code Refactoring
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @
## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03)
### Miscellaneous Chores
* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ArmanAsadian
### Dependencies update
* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @dependabot[bot]
* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @alimd
## 5.0.0 (2024-11-02)
### ⚠ BREAKING CHANGES
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
### Features
* **http-primer:** add MIME types ([386e25e](https://github.com/Alwatr/nanolib/commit/386e25e375d3e7c9c10d7c678a5951282ce1791c)) by @
### Code Refactoring
* **http-primer:** update HTTP methods and status codes ([820b4a4](https://github.com/Alwatr/nanolib/commit/820b4a4244b6cd50c631dc08c84fe9e0f05b5b2e)) by @
* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @
### Miscellaneous Chores
* **http-primer:** add status codes and headers types to keywords ([e1788c2](https://github.com/Alwatr/nanolib/commit/e1788c25242d3d127ffea1105abd09f7f221ee82)) by @
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/http-primer@1.0.0...@alwatr/http-primer@1.0.1) (2024-11-02)
**Note:** Version bump only for package @alwatr/http-primer
## 1.0.0 (2024-10-28)
### Features
* **http-primer:** add MIME types ([386e25e](https://github.com/Alwatr/nanolib/commit/386e25e375d3e7c9c10d7c678a5951282ce1791c)) by @alimd
### Code Refactoring
* **http-primer:** update HTTP methods and status codes ([820b4a4](https://github.com/Alwatr/nanolib/commit/820b4a4244b6cd50c631dc08c84fe9e0f05b5b2e)) by @alimd
* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @alimd
### Miscellaneous Chores
* **http-primer:** add status codes and headers types to keywords ([e1788c2](https://github.com/Alwatr/nanolib/commit/e1788c25242d3d127ffea1105abd09f7f221ee82)) by @alimd