Giter VIP home page Giter VIP logo

can-route-hash's Introduction

can-route-hash's People

Contributors

chasenlehara avatar cherifgsoul avatar greenkeeper[bot] avatar justinbmeyer avatar matthewp avatar phillipskevin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

stealify green3g

can-route-hash's Issues

An in-range update of can-simple-observable is breaking the build 🚨

The dependency can-simple-observable was updated from 2.4.1 to 2.4.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-simple-observable is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 9 commits.

  • f8432e9 2.4.2
  • 321a7a0 Merge pull request #41 from canjs/landscaper/qunit2
  • 414c7da Fix tests for QUnit 2
  • ca548b8 Landscaper: QUnit2 upgrade
  • 94425a3 Merge pull request #39 from canjs/greenkeeper/initial
  • f23485a chore(package): update dependencies
  • 2b294c4 Merge pull request #38 from canjs/landscaper/update-default-repos
  • db7bd59 Update README.md
  • 4bd6e40 Update README generated by DoneJS

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Changing HashChange to empty string does not work

This code does not work as expected (see comment on last line):

import { RouteHash, Reflect } from "//unpkg.com/can@5/core.mjs";

var routeHash = new RouteHash();
window.location.hash = "#!foo";
Reflect.onValue( routeHash, function(){});

window.location.hash = "#!bar";
console.log(routeHash.value); // -> "bar"

routeHash.value = "";
console.log(window.location.hash); // -> "#!bar", should be "#!"

This is caused by

if(!path && !loc.path) {

An in-range update of can-dom-events is breaking the build 🚨

The dependency can-dom-events was updated from 1.3.9 to 1.3.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-dom-events is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 5 commits.

  • e476166 1.3.10
  • 46e3468 Merge pull request #68 from canjs/landscaper/qunit2
  • 2187b41 Landscaper: QUnit2 upgrade
  • c5487a8 Merge pull request #59 from canjs/greenkeeper/testee-0.9.0
  • 785e4b3 chore(package): update testee to version 0.9.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-key-tree is breaking the build 🚨

The dependency can-key-tree was updated from 1.2.0 to 1.2.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-key-tree is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 11 commits ahead by 11, behind by 1.

  • c757b7f 1.2.1
  • 584ecad Update version number
  • 037402a Merge pull request #19 from canjs/landscaper/qunit2
  • c307bb7 Fix tests for QUnit 2
  • 2048e55 Add @package so the GitHub & npm badges show up in the docs (#13)
  • 5fcc697 Landscaper: QUnit2 upgrade
  • 38a5cda Merge pull request #15 from canjs/greenkeeper/initial
  • 5c853fa chore(package): update dependencies
  • b6864de Merge pull request #14 from canjs/landscaper/update-default-repos
  • df0a59f Update README.md
  • 3fec41f Update README generated by DoneJS

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-queues is breaking the build 🚨

The dependency can-queues was updated from 1.2.1 to 1.2.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-queues is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 9 commits.

  • 692ed09 1.2.2
  • dd5a328 Merge pull request #28 from canjs/landscaper/qunit2
  • 240831b Fix tests for QUnit 2
  • 49f4a43 Upgrade testee
  • 6b06c92 Add @package so the GitHub & npm badges show up in the docs (#25)
  • d0d2d8f Landscaper: QUnit2 upgrade
  • 9373a37 Merge pull request #26 from canjs/landscaper/update-default-repos
  • f2cce2c Update README.md
  • 6b249b6 Update README generated by DoneJS

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of testee is breaking the build 🚨

The devDependency testee was updated from 0.9.0 to 0.9.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

testee is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 5 commits.

  • f2aee2b 0.9.1
  • 431033a Merge pull request #188 from bitovi/upgrade-miner
  • fe6f828 Bump miner version to 1.0.0 (node 12 compatibility)
  • ae537c8 Merge pull request #183 from bitovi/greenkeeper/launchpad-0.7.1
  • bb6d7c3 fix(package): update launchpad to version 0.7.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-globals is breaking the build 🚨

The dependency can-globals was updated from 1.2.1 to 1.2.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-globals is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 9 commits.

  • d1cad11 1.2.2
  • 702b6b5 Merge pull request #54 from canjs/landscaper/qunit2
  • 33cd0cb Fix tests for QUnit 2
  • c134c1e Landscaper: QUnit2 upgrade
  • 9c94583 Merge pull request #52 from canjs/greenkeeper/initial
  • 5db086b docs(readme): add Greenkeeper badge
  • 155e8c3 chore(package): update dependencies
  • 5892211 Merge pull request #51 from canjs/landscaper/links
  • d7d2390 Replace Gitter badge with Slack & Discourse badges

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-observation-recorder is breaking the build 🚨

The dependency can-observation-recorder was updated from 1.3.0 to 1.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-observation-recorder is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 10 commits.

  • 6961505 1.3.1
  • ebb3e7a Merge pull request #17 from canjs/landscaper/qunit2
  • a4d490a Fix tests for QUnit 2
  • bb2b60b Add @package so the GitHub & npm badges show up in the docs (#13)
  • 1c5052e Landscaper: QUnit2 upgrade
  • 88dfe03 Merge pull request #15 from canjs/greenkeeper/initial
  • 2f651ca chore(package): update dependencies
  • be11538 Merge pull request #14 from canjs/landscaper/update-default-repos
  • b024012 Update README.md
  • 7b8d644 Update README generated by DoneJS

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-reflect is breaking the build 🚨

The dependency can-reflect was updated from 1.17.9 to 1.17.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-reflect is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 12 commits.

  • c4e1514 Update dist for release
  • f2f3aa5 Merge pull request #164 from canjs/special-case-dates
  • aec565d Add a sanity check for dates to date test
  • c03d172 Add a dates test
  • 7e07a84 Make a special case for Dates when sorting keys in objects
  • 7cfa06a Upgrade Sauce Labs Appium version (#161)
  • 6b8c65a regenerated travis deploy key
  • 2632be5 Merge pull request #156 from canjs/greenkeeper/testee-0.9.0
  • 09dba37 Merge pull request #157 from canjs/landscaper/update-default-repos
  • 59d314a Update README.md
  • 21ff285 Update README generated by DoneJS
  • a69bda1 chore(package): update testee to version 0.9.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of can-observation is breaking the build 🚨

The devDependency can-observation was updated from 4.1.2 to 4.1.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

can-observation is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).
  • ❌ Travis CI - Branch: The build errored.

Commits

The new version differs by 12 commits.

  • c6ceafa 4.1.3
  • ec1c113 Merge pull request #146 from canjs/landscaper/qunit2
  • 2456e14 Fix travis config
  • 47052e3 Fix tests for QUnit 2
  • 3cfac77 Landscaper: QUnit2 upgrade
  • 6e5cf08 Merge pull request #143 from canjs/greenkeeper/testee-0.9.0
  • 0258e17 Merge pull request #144 from canjs/landscaper/update-default-repos
  • 245707a Update readme.md
  • 49facfe Update README generated by DoneJS
  • 0a7fb35 chore(package): update testee to version 0.9.0
  • acb5048 Merge pull request #140 from canjs/greenkeeper/done-serve-3.0.0
  • 994e95d chore(package): update done-serve to version 3.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.