Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 90a1e4d

Browse files
updated version and nested route update
1 parent f9ac2c8 commit 90a1e4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ All notable changes to the Ignitia web framework will be documented in this file
1212
- Database connection pooling utilities
1313
- Session management middleware
1414

15+
## [0.2.3] - 2025-09-28
16+
17+
### Added
18+
- Scoped middleware for nested routers: Middleware added to nested routers now applies only to their specific routes, preventing global propagation.
19+
- New middleware wrapping mechanism during router nesting to ensure isolation.
20+
- Enhanced route compilation to preserve middleware scoping in both Radix and Base modes.
21+
22+
### Changed
23+
- Updated nesting logic in `Router::nest` to wrap handlers with nested middleware instead of merging globally.
24+
- Refactored `compile_inner` and added helper functions like `wrap_handler_with_middleware` and `wrap_tree_handlers` for scoped application.
25+
1526
## [0.2.2] - 2025-09-27
1627

1728
### Added

0 commit comments

Comments
 (0)