diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 40b27131..2ddac696 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.0](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.1.7...@alwatr/fetch@4.2.0) (2024-10-28) + +### Features + +* **fetch:** use @alwatr/http-primer for types and http codes ([6fe993a](https://github.com/Alwatr/nanolib/commit/6fe993ac0f395a4c0c6ad3b2caa48a2986cc850f)) by @AliMD + +### Code Refactoring + +* **fetch:** update HTTP headers content-type to use MimeTypes constant ([c3862fc](https://github.com/Alwatr/nanolib/commit/c3862fc6a643da97dacbd15bcf5d3351caaaf269)) by @AliMD + ## [4.1.7](https://github.com/Alwatr/nanolib/compare/@alwatr/fetch@4.1.6...@alwatr/fetch@4.1.7) (2024-10-25) **Note:** Version bump only for package @alwatr/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 141fa46b..06ce83cc 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/fetch", - "version": "4.1.7", + "version": "4.2.0", "description": "Enhanced fetch API with cache strategy, retry pattern, timeout, helper methods and enhanced types.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/http-primer/CHANGELOG.md b/packages/http-primer/CHANGELOG.md new file mode 100644 index 00000000..44806249 --- /dev/null +++ b/packages/http-primer/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 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 diff --git a/packages/http-primer/package.json b/packages/http-primer/package.json index 60518d05..4433937c 100644 --- a/packages/http-primer/package.json +++ b/packages/http-primer/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/http-primer", - "version": "1.0.0-0", + "version": "1.0.0", "description": "Essential HTTP utilities for TypeScript, including types for HTTP methods, status codes, and headers.", "author": "S. Ali Mihandoost ", "keywords": [ diff --git a/packages/nanolib/CHANGELOG.md b/packages/nanolib/CHANGELOG.md index 0c9c3a48..aae71b28 100644 --- a/packages/nanolib/CHANGELOG.md +++ b/packages/nanolib/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.4.0...@alwatr/nanolib@1.5.0) (2024-10-28) + +### Features + +* **nanolib:** export `http-utils` ([ab816d2](https://github.com/Alwatr/nanolib/commit/ab816d20640e2999d75f03a07abf724f9818b5de)) by @mohammadhonarvar + +### Code Refactoring + +* **http-utils:** rename package to http-primer and update description ([3c30e17](https://github.com/Alwatr/nanolib/commit/3c30e1768e506dcbb2c83693c7f9dd3dd157d8af)) by @AliMD + ## [1.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/nanolib@1.3.0...@alwatr/nanolib@1.4.0) (2024-10-25) ### Features diff --git a/packages/nanolib/package.json b/packages/nanolib/package.json index b683d4de..de839c21 100644 --- a/packages/nanolib/package.json +++ b/packages/nanolib/package.json @@ -1,6 +1,6 @@ { "name": "@alwatr/nanolib", - "version": "1.4.0", + "version": "1.5.0", "description": "Necessary library for all ECMAScript (JavaScript/TypeScript) projects.", "author": "S. Ali Mihandoost ", "keywords": [