Releases: canjs/can-route-pushstate
Releases · canjs/can-route-pushstate
Fixes ssr bug caused by teardown running in Node
v5.0.7 5.0.7
Fixes issue with simple observable change using .value now
v5.0.2
Improved documentation for urlData.root
5.0.0
This is a major, breaking change for can-route-pushstate. This creates a new API to use can-route-pushstate, by exporting a constructor function that can be set on the can-route.
import route from "can-route";
import RoutePushstate from "can-route-pushstate";
route.urlData = new RoutePushstate();
route.register("{page}");
Fixes description docs
v4.1.1 4.1.1