v1.0.0-alpha.10
We've refactored the waku/router code and added a "prune build output" capability, which eliminates code that is only used for SSG from the bundle.
What's Changed
- fix(router): apiPathMap key by @dai-shi in #2046
- fix(router): slices in grouped path by @dai-shi in #2047
- fix(router): unstable_disableSsr by @dai-shi in #2048
- refactor(router): createPages map object value by @dai-shi in #2050
- refactor(router): createPages avoid noSsr WeakSet by @dai-shi in #2051
- refactor(router): rename variables and functions in createPages by @dai-shi in #2052
- refactor(router): extract logic to functions in createPages by @dai-shi in #2053
- refactor(router): factor out helpers in createPages by @dai-shi in #2054
- refactor(router): some more changes in createPages by @dai-shi in #2055
- refactor(router): some clean ups in createPages by @dai-shi in #2056
- feat: prune build output by @dai-shi in #2044
- fix(router): unstable_rerenderRoute with no JS by @dai-shi in #2063
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10