3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
[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)