Files
http-kernel/CHANGELOG.md

5.8 KiB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

🚀 Features

  • (workflows) Conditionally generate changelog - (2ab6f1b)
  • (interfaces) Add pipeline executor interface - (927a908)
  • (pipeline) Add configuration and hooks for pipeline execution - (3f114bb)
  • (workflows) Add CI for Deno project tests - (9d5db4f)

🐛 Bug Fixes

  • (workflows) Ensure version detection output is always set - (abd2d6e)

🚜 Refactor

  • (workflows) Rename changelog file for consistency - (b9d25f2)

📚 Documentation

  • (pipeline) Add design plan for PipelineExecutor class - (0846dbb)
  • Add README for HttpKernel project - (a1ce306)
  • Add MIT license file - (5118a19)

⚙️ Miscellaneous Tasks

  • (git) Ignore merge conflicts for CHANGELOG.md - (d04dfcd)
  • (workflows) Refine branch handling in release process - (8f94cc9)
  • (workflows) Update changelog file extension to .md and revert b9d25f23fc - (a88b4d1)
  • Rename changelog and readme files to use .md extension - (4f2b650)
  • (workflows) Update test workflow for http-kernel project - (0311546)
  • (workflows) Update Deno setup action to v2 - (1233a0b)
  • (workflows) Remove unused workflow_dispatch trigger - (16c0053)
  • (tasks) Remove commented-out start and watch scripts - (04029f8)

[0.1.0] - 2025-05-08

🚀 Features

  • (workflows) Add automated changelog and release workflow - (bbf78cf)
  • (vscode) Customize activity bar and peacock colors - (56633cd)
  • (workflows) Add upload assets template for releases - (7b6eb2b)
  • (config) Add project metadata and test watch task - (b009b57)
  • (http) Add error handling for invalid HTTP methods - (ba7aa79)
  • (http) Enhance type safety and extend route context - (a236fa7)

🐛 Bug Fixes

  • (params) Enforce non-undefined route parameter values - (b0c6901)

🚜 Refactor

  • (types) Unify handler and middleware definitions - (8235680)
  • (core) [breaking] Enhance HttpKernel pipeline and matcher system with full context and error handling - (b7410b4)
  • (httpkernel) Introduce configuration object for flexibility - (9059bdd)

📚 Documentation

  • (gitea) Add release automation guide and scripts - (5c03cdf)
  • (httpkernel) Enhance class and interface documentation - (6c4420d)

🧪 Testing

  • (utils) Rename and update import paths in test file - (82a6877)
  • (utils) Add unit tests for parseQuery function - (94525fc)

⚙️ Miscellaneous Tasks

  • (config) Add default git-cliff configuration - (661f83d)
  • (gitignore) Add .gitea/COMMIT_GPT.md to ignored files - (f083856)
  • (settings) Add exportall configuration for barrel name and message - (0990cac)
  • (.gitignore) Add git_log_diff.txt to ignore list - (fd1c7f4)