CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 11:31:41 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"13b9e20b5544bc53ecbbb69e2510db0d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=uibFBkw30i2yMgOmMbEhxTNfcrCgcmIz6yHYki7zo9V5J1096wWY09ge%2BeLMJO2dK83mI%2F7WysmwMaLPR8ZvnQJpi3mgzyMuS0UCc%2FV1B5%2F13z84vKpWKKl%2FodePKSpVm7OhLHIMKeZGXPpDnO4gpVv80AqxAPVsA5rnshDzQqzx2bhzsmqzXev4B8wzfuE%2FJ8SrK%2BrlQzHxYouOdBd7VMkyCPpi5ulOCIrAJawlF956upOrVesLQlnzG7LkoC9FHAAd0lz4K01meMVpVtakIQ%3D%3D--ogURELH39UFMbI49--uP%2Bcm4bTfEMqTYiEza%2BUwA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.855852684.1753615900; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:31:40 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 11:31:40 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9B36:0A77:1645E7:1C45DD:68860E1C
Releases · canjs/can-route · GitHub
25 Nov 18:54
Loading
14 Nov 14:23
Loading
04 Oct 17:50
Loading
17 Jun 15:16
Loading
28 May 19:45
Loading
01 May 20:56
Loading
28 Nov 00:19
Loading
08 Nov 20:24
Loading
08 Nov 18:44
Loading
06 Nov 14:23
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 4
Releases: canjs/can-route
Releases · canjs/can-route
Prevent .register from reading route data
Compare
- Prevents
canRoute.register
from readingcanRoute.data
- Setting
data
before or afterregister
ing the routes.
Assets 2
Add a warning when .data is set after .register() is called
Compare
.register()
will read .data
when it’s called, so setting .data
later may have unintended consequences. The new warning lets you know when .data
is set after .register()
is called.
Assets 2
Use of ObservableObject for the default route.data
Compare
In 4.0 the default route.data
was a DefineMap. In 5.0 this is not an ObservableObject (from can-observable-object).
For most people no code changes are required. If your project must support IE11 then you'll need to create an alias to can-route/src/routedata-definemap
. With Steal that looks like this:
<script>
steal.config({
map: {
"can-route/src/routedata": "can-route/src/routedata-definemap"
}
});
</script>
Assets 2
Default route.data defines properties passed as defaults in route.register
Compare
Assets 2
Docco comments and QUNIT2 upgrade
Compare
- Fix docco comments
- Updates the tests to use QUnit@2.x.x.
Assets 2
Fix the deprecated group’s name in the docs
Compare
Assets 2
IE11 Test Consistency
Compare
Made tests more consistent in IE11 by resetting routes after each test and added IE11 to sauce labs suite.
Assets 2
IE 11 Compatibility
Compare
Assets 2
Documentation Overhaul
Compare
Extensive updates to documentation.
Assets 2
Fixes bug with route.data properties not being defined in production
Compare
Assets 2
Previous Next
You can’t perform that action at this time.