fix(core): Ensure stability and performance improvements
This commit is contained in:
parent
4e7bcfd48d
commit
bd943726eb
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-06 - 1.2.1 - fix(core)
|
||||||
|
Ensure stability and performance improvements
|
||||||
|
|
||||||
|
- Improves platform compatibility for modern web applications.
|
||||||
|
- Enhances stability of the routing logic within SmartRouter class.
|
||||||
|
|
||||||
## 2024-10-06 - 1.2.0 - feat(core)
|
## 2024-10-06 - 1.2.0 - feat(core)
|
||||||
Add support for base paths and sub-routers.
|
Add support for base paths and sub-routers.
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartrouter',
|
name: '@push.rocks/smartrouter',
|
||||||
version: '1.2.0',
|
version: '1.2.1',
|
||||||
description: 'A JavaScript library providing routing capabilities for web applications.'
|
description: 'A JavaScript library providing routing capabilities for web applications.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user