## 0.0.5 (2025-07-05)

### 🚀 Features

- add local search provider and improve API docs sidebar generation ([2b39acd](https://github.com/RueDeRennes/ziegel/commit/2b39acd))
- enhance API documentation sidebar structure and update path resolution method ([e68db02](https://github.com/RueDeRennes/ziegel/commit/e68db02))
- update TypeDoc configurations to use plain package names and add folder renaming plugin ([ac10c9b](https://github.com/RueDeRennes/ziegel/commit/ac10c9b))
- unify ESLint configurations across libraries by importing base config ([eb8fd8d](https://github.com/RueDeRennes/ziegel/commit/eb8fd8d))
- add TypeScript parser configuration to ESLint for improved linting support ([17ff0fc](https://github.com/RueDeRennes/ziegel/commit/17ff0fc))
- prepare Yarn 4.9.2 in CI workflows for improved dependency management ([b77dd05](https://github.com/RueDeRennes/ziegel/commit/b77dd05))
- migrate from pnpm to yarn for dependency management in CI/CD workflows ([bb52344](https://github.com/RueDeRennes/ziegel/commit/bb52344))
- implement CI/CD pipeline with linting, testing, and documentation generation ([2d0a8b8](https://github.com/RueDeRennes/ziegel/commit/2d0a8b8))
- add CI/CD workflows for continuous integration and documentation updates ([6760fe0](https://github.com/RueDeRennes/ziegel/commit/6760fe0))
- add CI/CD pipeline and CodeQL analysis workflows ([0240126](https://github.com/RueDeRennes/ziegel/commit/0240126))
- add YUV properties and zip function documentation ([aed9973](https://github.com/RueDeRennes/ziegel/commit/aed9973))
- Update README files for @breadstone/ziegel-presentation, @breadstone/ziegel-redux, and @breadstone/ziegel-rx ([54898e5](https://github.com/RueDeRennes/ziegel/commit/54898e5))
- migrate repo ([7381f50](https://github.com/RueDeRennes/ziegel/commit/7381f50))

### 🩹 Fixes

- correct spelling errors in exception messages and SCSS class names ([9451c65](https://github.com/RueDeRennes/ziegel/commit/9451c65))
- correct spelling of "behavior" in SCSS files and update import paths for typography ([8b5719b](https://github.com/RueDeRennes/ziegel/commit/8b5719b))
- code structure for improved readability and maintainability ([076994a](https://github.com/RueDeRennes/ziegel/commit/076994a))
- improve comments in build script for clarity ([528b2a4](https://github.com/RueDeRennes/ziegel/commit/528b2a4))
- add missing build command to deployment script ([28abe74](https://github.com/RueDeRennes/ziegel/commit/28abe74))
- update release script to version 0.0.4 and adjust changelog generation ([534178e](https://github.com/RueDeRennes/ziegel/commit/534178e))
- remove folderPlugin from TypeDoc plugin configuration ([0bd22e1](https://github.com/RueDeRennes/ziegel/commit/0bd22e1))
- remove duplicate command in build script for clarity ([c26e816](https://github.com/RueDeRennes/ziegel/commit/c26e816))
- update output directory in TypeDoc configuration files and set readme option to 'none' ([0b618dd](https://github.com/RueDeRennes/ziegel/commit/0b618dd))
- comment out obsolete assemble command in build script ([2526835](https://github.com/RueDeRennes/ziegel/commit/2526835))
- update documentation for resource registration and remove obsolete resource definition ([de61b03](https://github.com/RueDeRennes/ziegel/commit/de61b03))
- update documentation for Nullable types and correct spelling of "Initializer" ([acf44af](https://github.com/RueDeRennes/ziegel/commit/acf44af))
- improve parameter documentation for LINQ methods and resolutions ([3b3e55d](https://github.com/RueDeRennes/ziegel/commit/3b3e55d))
- correct build script to use the manifest generation step ([5bb16f4](https://github.com/RueDeRennes/ziegel/commit/5bb16f4))
- add missing manifest generation step in build script ([31ed92c](https://github.com/RueDeRennes/ziegel/commit/31ed92c))
- update API documentation paths and improve project configuration ([90e7269](https://github.com/RueDeRennes/ziegel/commit/90e7269))
- update bug report links to GitHub issues in documentation and package.json files ([52f575a](https://github.com/RueDeRennes/ziegel/commit/52f575a))
- update repository links to GitHub in documentation and package.json files ([f91d03e](https://github.com/RueDeRennes/ziegel/commit/f91d03e))
- update package.json description and repository information ([1d3d22e](https://github.com/RueDeRennes/ziegel/commit/1d3d22e))
- update @breadstone/ziegel-core dependency version to 0.0.1 across all packages ([c37ed4c](https://github.com/RueDeRennes/ziegel/commit/c37ed4c))

## 0.0.4 (2025-07-03)

This was a version bump only for ziegel-platform-http to align it with other projects, there were no code changes.

## 0.0.3 (2025-07-03)

### 🚀 Features

- enhance API documentation sidebar structure and update path resolution method ([e68db02](https://github.com/RueDeRennes/ziegel/commit/e68db02))
- update TypeDoc configurations to use plain package names and add folder renaming plugin ([ac10c9b](https://github.com/RueDeRennes/ziegel/commit/ac10c9b))
- unify ESLint configurations across libraries by importing base config ([eb8fd8d](https://github.com/RueDeRennes/ziegel/commit/eb8fd8d))
- add TypeScript parser configuration to ESLint for improved linting support ([17ff0fc](https://github.com/RueDeRennes/ziegel/commit/17ff0fc))
- prepare Yarn 4.9.2 in CI workflows for improved dependency management ([b77dd05](https://github.com/RueDeRennes/ziegel/commit/b77dd05))
- migrate from pnpm to yarn for dependency management in CI/CD workflows ([bb52344](https://github.com/RueDeRennes/ziegel/commit/bb52344))
- implement CI/CD pipeline with linting, testing, and documentation generation ([2d0a8b8](https://github.com/RueDeRennes/ziegel/commit/2d0a8b8))
- add CI/CD workflows for continuous integration and documentation updates ([6760fe0](https://github.com/RueDeRennes/ziegel/commit/6760fe0))
- add CI/CD pipeline and CodeQL analysis workflows ([0240126](https://github.com/RueDeRennes/ziegel/commit/0240126))
- add YUV properties and zip function documentation ([aed9973](https://github.com/RueDeRennes/ziegel/commit/aed9973))
- Update README files for @breadstone/ziegel-presentation, @breadstone/ziegel-redux, and @breadstone/ziegel-rx ([54898e5](https://github.com/RueDeRennes/ziegel/commit/54898e5))
- migrate repo ([7381f50](https://github.com/RueDeRennes/ziegel/commit/7381f50))

### 🩹 Fixes

- remove folderPlugin from TypeDoc plugin configuration ([0bd22e1](https://github.com/RueDeRennes/ziegel/commit/0bd22e1))
- remove duplicate command in build script for clarity ([c26e816](https://github.com/RueDeRennes/ziegel/commit/c26e816))
- update output directory in TypeDoc configuration files and set readme option to 'none' ([0b618dd](https://github.com/RueDeRennes/ziegel/commit/0b618dd))
- comment out obsolete assemble command in build script ([2526835](https://github.com/RueDeRennes/ziegel/commit/2526835))
- update documentation for resource registration and remove obsolete resource definition ([de61b03](https://github.com/RueDeRennes/ziegel/commit/de61b03))
- update documentation for Nullable types and correct spelling of "Initializer" ([acf44af](https://github.com/RueDeRennes/ziegel/commit/acf44af))
- improve parameter documentation for LINQ methods and resolutions ([3b3e55d](https://github.com/RueDeRennes/ziegel/commit/3b3e55d))
- correct build script to use the manifest generation step ([5bb16f4](https://github.com/RueDeRennes/ziegel/commit/5bb16f4))
- add missing manifest generation step in build script ([31ed92c](https://github.com/RueDeRennes/ziegel/commit/31ed92c))
- update API documentation paths and improve project configuration ([90e7269](https://github.com/RueDeRennes/ziegel/commit/90e7269))
- update bug report links to GitHub issues in documentation and package.json files ([52f575a](https://github.com/RueDeRennes/ziegel/commit/52f575a))
- update repository links to GitHub in documentation and package.json files ([f91d03e](https://github.com/RueDeRennes/ziegel/commit/f91d03e))
- update package.json description and repository information ([1d3d22e](https://github.com/RueDeRennes/ziegel/commit/1d3d22e))
- update @breadstone/ziegel-core dependency version to 0.0.1 across all packages ([c37ed4c](https://github.com/RueDeRennes/ziegel/commit/c37ed4c))

## 0.0.2 (2025-06-27)

This was a version bump only for ziegel-platform-http to align it with other projects, there were no code changes.

## 0.0.1 (2025-06-27)

### 🚀 Features

- Update README files for @breadstone/ziegel-presentation, @breadstone/ziegel-redux, and @breadstone/ziegel-rx ([54898e5](https://github.com/RueDeRennes/ziegel/commit/54898e5))
- migrate repo ([7381f50](https://github.com/RueDeRennes/ziegel/commit/7381f50))

### 🩹 Fixes

- update @breadstone/ziegel-core dependency version to 0.0.1 across all packages ([c37ed4c](https://github.com/RueDeRennes/ziegel/commit/c37ed4c))