You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
Bug Fixes
dynamic route param is optional if it is specified by a file (#9) (81e4497)
Features
allow to include partial components in target directory (#10) (ab55aa1)
BREAKING CHANGES
directory and file named like __component__ no longer appeared as route.
dynamic route param which specified by a file is now optional. It may provide unexpected error rather than fall through to 404 page if the param is omitted.