File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33### Unreleased
44
5+ ### [ v3.0.0] - 2024-04-18
6+
57- make patternCompiler configurable
68- regexparam as default pattern compiler (replace path-to-regexp by regexparam)
79- add router-links component
810- remove withRouterLinks decorator
911- add customizable property hooks
1012- replace paramValue and queryValue by withParam and withQuery hooks
13+ - default entry point exports a Router with wc and routerLinks middlewares
14+ - basic typescript support
1115
1216### [ v2.5.2] - 2021-06-30
1317
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " slick-router" ,
4- "version" : " 2.5.2 " ,
4+ "version" : " 3.0.0 " ,
55 "description" : " A powerful and flexible client side router" ,
66 "main" : " ./lib/wc-router.js" ,
77 "module" : " ./lib/wc-router.js" ,
You can’t perform that action at this time.
0 commit comments