Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@scssyworks scssyworks released this 06 May 17:34
· 382 commits to master since this release
d461aa0

Changes:

  1. Init function call has been removed. Now routes are self initialized on first load.
  2. Route based data caching has been implemented to maintain state. It is not same as pushState data cache implementation (something we are still figuring out so stay tuned!).
  3. Data, params and query objects are now obtained from a single object passed as a parameter to route handler.