Skip to content

Bundle size optimizations and `{replace: true}` option for Router

Compare
Choose a tag to compare
@thesephist thesephist released this 09 Apr 10:14
· 148 commits to master since this release

This update focuses on two improvements:

  1. Error messages have been optimized to be equally helpful, but take up less data on the wire in a gzipped bundle.

  2. When calling Router.go(routeURL), we can now also pass the {replace: true} option to replace a current history entry rather than simply appending.