Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

v0.4.0-beta.4 - 2018-04-22

Pre-release
Pre-release

Choose a tag to compare

@shirohana shirohana released this 22 Apr 15:12
· 14 commits to dev since this release
v0.4.0-beta.4

Fixed

  • Fix Parameter didn't pass to nested param-routes when a static-route in the between

    Details

    Directory structure:

    </pages/
    ▾ :page/
      ▾ :pageNo/
        ▾ :chapterNo/
      ▾ chapter/
        ▾ :chapterNo/
      &page.js
      &chapterNo.js
    

    Before

    • ⭕ /:page/:pageNo/:chapterNo
    • ❌ /:page/chapter/:chapterNo (:chapterNo won't tritter &chapterNo.js if there's a static-route between)

    After

    • ⭕ /:page/:pageNo/:chapterNo
    • ⭕ /:page/chapter/:chapterNo