feat(core): Add support for base paths and sub-routers.

This commit is contained in:
2024-10-06 20:15:21 +02:00
parent 90466ff2b6
commit 8492192e72
3 changed files with 30 additions and 6 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-06 - 1.2.0 - feat(core)
Add support for base paths and sub-routers.
- Added basePath feature to SmartRouter for handling base paths.
- Introduced createSubRouter method to create a sub-router with a specific prefix.
## 2024-10-06 - 1.1.1 - fix(core)
Remove SelectionDimension functionality