Skip to content

Releases: canjs/can-route-pushstate

Fixes ssr bug caused by teardown running in Node

11 Oct 12:09
Compare
Choose a tag to compare

Fixes issue with simple observable change using .value now

30 Sep 20:55
Compare
Choose a tag to compare

v5.0.2

25 Jul 17:26
Compare
Choose a tag to compare

Removed bug in documentation which broke links to can-route-pushstate

Improved documentation for urlData.root

23 Jul 21:40
Compare
Choose a tag to compare

5.0.0

05 Jul 17:41
Compare
Choose a tag to compare

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

03 Jul 20:18
Compare
Choose a tag to compare
v4.1.1

4.1.1

v4.1.0

03 Jul 20:03
Compare
Choose a tag to compare
  • Add compatibility with how webpack builds for production #103
  • Add "use strict" #104

v4.0.5

22 May 22:30
Compare
Choose a tag to compare

Don't change the hash on init #96

v3.2.4

22 May 22:30
Compare
Choose a tag to compare

Don't remove hash in the url on page init by default #97 (thanks @QiruiSun!)

4.0.4

23 Feb 23:19
Compare
Choose a tag to compare

Fixes bug with .currentRule() not being observable

See #91