Skip to content

v0.3.0

Compare
Choose a tag to compare
@ktsn ktsn released this 26 Sep 03:22
· 470 commits to master since this release
ab55aa1

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.