canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

An in-range update of can-define is breaking the build 🚨 #189

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 2.5.4 of can-define was just published.

Branch Build failing 🚨
Dependency can-define
Current Version 2.5.3
Type devDependency

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

can-define 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 could not complete due to an error ([Details](https://travis-ci.org/canjs/can-route/builds/409196457?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.5.3 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 2.5.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Fixed deprecation notice for .set

PR #365

Commits

The new version differs by 3 commits.

  • 816ada6 2.5.5
  • 675233d Merge pull request #365 from canjs/322-set-warning
  • 2de317a #322 moved set deprecation warning

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Documentation improvements

This release improves documentation and changes everything to use the can package.

Commits

The new version differs by 32 commits.

  • 2a776fb 2.5.6
  • 14c0201 Merge pull request #371 from canjs/362-documentationSpelling
  • 36b889e Update list.js
  • 613d4d7 commented @codepen tag as commute is undefined
  • 85a3ad1 first example in value.md now links to codeepen
  • 89424b8 rephrased pagragraph to fit the documents tone of voice
  • a4857e5 fixed spelling error in Use heading
  • b6f80fc removed empty comment
  • d350b45 examples setup for codepen, but they don't exactly work as expected, commented out @codepen examples for the moment
  • 376a9d4 Examples in value( prop ) connect to codepen
  • 0a6f5e1 Examples under Merging work, and link to codepen
  • b263fd8 Side effects example is working and codepen-able
  • 0ac93ee made examples under Behavior depends on the number of arguments functional and link to codepen. Changed invoking function on the two argument example to resolve with success.
  • d659331 added space for consistency to example in value.md
  • d568d09 Extended basic example in type.md, removed redundant paragraph

There are 32 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes can-define Documentation Updates

This is an improvement to the documentation specifically under the can-define subheading. It's focused on adding examples with updated syntax and running said examples in browser.

Commits

The new version differs by 37 commits.

  • a6057af 2.5.8
  • c9fe2e1 codepen documentation update (#375)
  • 2c6d22b 2.5.7
  • 6cfa3e6 Merge pull request #373 from canjs/list-ser
  • e0b56a8 Make serialized lists observable
  • 2a776fb 2.5.6
  • 14c0201 Merge pull request #371 from canjs/362-documentationSpelling
  • 36b889e Update list.js
  • 613d4d7 commented @codepen tag as commute is undefined
  • 85a3ad1 first example in value.md now links to codeepen
  • 89424b8 rephrased pagragraph to fit the documents tone of voice
  • a4857e5 fixed spelling error in Use heading
  • b6f80fc removed empty comment
  • d350b45 examples setup for codepen, but they don't exactly work as expected, commented out @codepen examples for the moment
  • 376a9d4 Examples in value( prop ) connect to codepen

There are 37 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.9 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes can-define/map/map Documentation Updates.

This is a continuation of document improvements for can-define. It focuses primarily on can-define/map/map examples.

Commits

The new version differs by 43 commits.

  • 9cd5383 2.5.9
  • 1986d97 Updated examples to can-define/list/list. (#377)
  • f520906 fixing build
  • 72b0bae Merge pull request #379 from canjs/363-onKeyValue
  • 5c8a526 Merge branch 'master' into 363-onKeyValue
  • 161c273 some doc changes and fixes #363
  • a6057af 2.5.8
  • c9fe2e1 codepen documentation update (#375)
  • 2c6d22b 2.5.7
  • 6cfa3e6 Merge pull request #373 from canjs/list-ser
  • e0b56a8 Make serialized lists observable
  • 2a776fb 2.5.6
  • 14c0201 Merge pull request #371 from canjs/362-documentationSpelling
  • 36b889e Update list.js
  • 613d4d7 commented @codepen tag as commute is undefined

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.10 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Expando property types and fewer enumerable internals

#384 - Use default type when creating expand properties

#385 - Make some helper methods non-enumerable

Commits

The new version differs by 49 commits.

  • aeb480e 2.5.10
  • eba920c Merge pull request #385 from canjs/369-enum
  • 3ee775b partially fixes #369, methods are still enumerable
  • 590c7e6 Merge pull request #384 from canjs/383-expandos-type
  • 6f23606 uses proper defineExpando even in instantiation
  • d8d7131 378 Moved documentation from inline block comments to separate files. (#381)
  • 9cd5383 2.5.9
  • 1986d97 Updated examples to can-define/list/list. (#377)
  • f520906 fixing build
  • 72b0bae Merge pull request #379 from canjs/363-onKeyValue
  • 5c8a526 Merge branch 'master' into 363-onKeyValue
  • 161c273 some doc changes and fixes #363
  • a6057af 2.5.8
  • c9fe2e1 codepen documentation update (#375)
  • 2c6d22b 2.5.7

There are 49 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.11 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes can-define Documentation Updates

#387 - Documentation updates focusing on can-define

Commits

The new version differs by 51 commits.

  • 28bd4a0 2.5.11
  • 95f4739 Updating can-define/map documentation (#382)
  • aeb480e 2.5.10
  • eba920c Merge pull request #385 from canjs/369-enum
  • 3ee775b partially fixes #369, methods are still enumerable
  • 590c7e6 Merge pull request #384 from canjs/383-expandos-type
  • 6f23606 uses proper defineExpando even in instantiation
  • d8d7131 378 Moved documentation from inline block comments to separate files. (#381)
  • 9cd5383 2.5.9
  • 1986d97 Updated examples to can-define/list/list. (#377)
  • f520906 fixing build
  • 72b0bae Merge pull request #379 from canjs/363-onKeyValue
  • 5c8a526 Merge branch 'master' into 363-onKeyValue
  • 161c273 some doc changes and fixes #363
  • a6057af 2.5.8

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.5.12 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Release Notes Redeploying updated documentation

The last release didn't have the most up-to-date documentation, redeployed.

Commits

The new version differs by 53 commits.

  • f72de00 2.5.12
  • 5d76bd4 2.5.11
  • 9d0f619 Improvements to Can-Define Documentation (#387)
  • 95f4739 Updating can-define/map documentation (#382)
  • aeb480e 2.5.10
  • eba920c Merge pull request #385 from canjs/369-enum
  • 3ee775b partially fixes #369, methods are still enumerable
  • 590c7e6 Merge pull request #384 from canjs/383-expandos-type
  • 6f23606 uses proper defineExpando even in instantiation
  • d8d7131 378 Moved documentation from inline block comments to separate files. (#381)
  • 9cd5383 2.5.9
  • 1986d97 Updated examples to can-define/list/list. (#377)
  • f520906 fixing build
  • 72b0bae Merge pull request #379 from canjs/363-onKeyValue
  • 5c8a526 Merge branch 'master' into 363-onKeyValue

There are 53 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.6.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 56 commits.

  • 0be24e9 2.6.0
  • bb8f29f Merge pull request #388 from canjs/late-defined
  • cc8d8ad Make serialized DefineMaps observable with late-defined properties
  • f72de00 2.5.12
  • 5d76bd4 2.5.11
  • 9d0f619 Improvements to Can-Define Documentation (#387)
  • 95f4739 Updating can-define/map documentation (#382)
  • aeb480e 2.5.10
  • eba920c Merge pull request #385 from canjs/369-enum
  • 3ee775b partially fixes #369, methods are still enumerable
  • 590c7e6 Merge pull request #384 from canjs/383-expandos-type
  • 6f23606 uses proper defineExpando even in instantiation
  • d8d7131 378 Moved documentation from inline block comments to separate files. (#381)
  • 9cd5383 2.5.9
  • 1986d97 Updated examples to can-define/list/list. (#377)

There are 56 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.6.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Prevent defining computed properties on the prototype

This prevents setting a DefineMap's computed properties on the prototype, which causes binding issues. This fixes a regression that was introduced in 2.6.0.

Commits

The new version differs by 6 commits.

  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes
  • 9a69b7a 2.6.1
  • ea2ea2c Merge pull request #390 from canjs/enum2
  • 222135b Fixes enumerability in Safari

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 19 commits.

  • 150aa1f 2.6.3
  • ba24d71 Merge pull request #394 from canjs/393-retain-getter
  • f76a0f3 #393 able to delete a key
  • e845796 Merge pull request #386 from canjs/ie11-configurable
  • 3fe59b0 2.6.2
  • d381159 Merge pull request #391 from canjs/_computed
  • 23fc307 Prevents _computed from being defined on DefineMap prototypes
  • 9a69b7a 2.6.1
  • ea2ea2c Merge pull request #390 from canjs/enum2
  • 222135b Fixes enumerability in Safari
  • a942593 Fix linting errors
  • 9f63570 remove debugger statement
  • 292f368 Work around a hilariously bad enumeration bug
  • ed22618 Update test for IE
  • 6fabf47 Make more properties configurable

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for DefineMap will call overwritten prototype setup methods

PR #396

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 10 commits.

  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup
  • 5aec8f5 linted
  • d6b6038 fixes partially #395

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Fix getSchema

Issue: #410 - Makes sure custom types are returned by canReflect.getSchema()

Commits

The new version differs by 15 commits.

  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup
  • 5aec8f5 linted
  • d6b6038 fixes partially #395

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for hasKey and hasOwnKey support expando properties

Issue #412 - Makes the following work:

var a = new DefineMap({foo: undefined})
canReflect.hasKey(a,"foo") //-> true
Commits

The new version differs by 17 commits.

  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver
  • 7bb572d 2.6.4
  • 932eff5 Merge pull request #396 from canjs/395-setup

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for adds onPatches symbol for IE11

commit: ab0a677

Commits

The new version differs by 19 commits.

  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props
  • 5c0408e 2.7.1
  • 14628f4 prevents leaking observations when binding to computed #406
  • 0a120d6 2.7.0
  • c98548b Merge pull request #398 from canjs/397-pass-default-value
  • 656dea0 makes default work with value for #397
  • 47c1a65 Fixes #397. Passes default value to Resolver

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for DefineMap set new prop to undefined

The issue #408 makes this:

const obj = new DefineMap({});
obj.set("foo", undefined); 

Dispatches [{ type: "add", key: "foo", value: undefined }]

Commits

The new version differs by 25 commits.

  • 405067f 2.7.5
  • 2c94096 Merge pull request #409 from canjs/408-set-prop-undefined
  • f73ebdf Object.prototype.hasOwnProperty to handle data object without prototype
  • 659b821 use map._data.hasOwnProperty instead of map._data[prop] !== undefined to dispatch events in expando
  • fea8f9a fix onPatches on undefined without dispatching prop event
  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3
  • 1d5efeb fixes #412
  • e020e70 2.7.2
  • 62b1f5a Merge pull request #411 from canjs/410-custom-types
  • 690c295 fixes #410
  • dab0993 set new prop to undefined dispatch onPatches
  • b896d7d Merge pull request #407 from canjs/400-define-map-set-fire-add-event
  • f35a49e Update dispatch to fire add on newly add props

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Add DefineList.prototype.includes method

Fixes #277 by adding includes method to DefineList:

import {DefineList} from "can";

 const list = new DefineList(["a", "b", "c"]);

 console.log(list.includes("a")); // true
 console.log(list.includes("foo")); // false
 console.log(list.includes("c", -100)); // true
 console.log(list.includes("b", 100)); // false
Commits

The new version differs by 33 commits.

  • f82cca1 2.7.6
  • 60fba22 Merge pull request #399 from canjs/277-includes
  • bbb730c fix typo in the docs
  • a2b30b8 fix typo in the docs
  • ca4a053 add docs
  • cd6b147 change the IIFE includes definition position in the code
  • df08810 Use Array.prototype.includes and warn IE11 users to add a polyfill
  • 405067f 2.7.5
  • 2c94096 Merge pull request #409 from canjs/408-set-prop-undefined
  • f73ebdf Object.prototype.hasOwnProperty to handle data object without prototype
  • 659b821 use map._data.hasOwnProperty instead of map._data[prop] !== undefined to dispatch events in expando
  • fea8f9a fix onPatches on undefined without dispatching prop event
  • fbe6b04 2.7.4
  • ab0a677 make sure to copy all symbols over for IE11
  • 93b0a5c 2.7.3

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for DefineMap: "*" wildcard type definitions that use constructors

This allow to define DefineMap wildcard type * with constructors like the following:

const CustomType = DefineMap.extend({});

const CustomMap = DefineMap.extend({
    '*': CustomType
});

#426

Commits

The new version differs by 48 commits.

  • a443451 2.7.10
  • 3faa46d Merge pull request #426 from canjs/fix-wildcard-type-def-constructors
  • 3d84f25 Wildcard constructor types should work
  • 9e8d860 2.7.9
  • 8d23747 Merge pull request #423 from canjs/really-no-in-setup
  • aa58bcc removing missed use of the __inSetup property
  • a0583b3 2.7.8
  • 180b442 Merge pull request #422 from canjs/set-in-setup
  • d4f911e using the Symbol instead of the __inSetup property
  • cc60494 2.7.7
  • ce2717c Merge pull request #420 from canjs/419-skip-includes-tests-for-ie11
  • abc8bcc wrap all the tests at once
  • b13312b ignore DefineList.includes tests for IE11
  • fc905f7 Merge pull request #376 from canjs/greenkeeper/serve-10.0.0
  • f82cca1 2.7.6

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Update code in the documentation
  • Fix first example error #428:
    Just newVal instead of newValue.target.message in the first example

  • Fix SETTER code example #429:
    Fix docs SETTER first example at the line 6 should use newVal as argument

  • Update defaultConstructor.md #430:
    Use default instead of value

  • Update TypeConstructor.md #431:
    Import "Person" type from can-demo-models

  • Update define-map.md #432:
    replace ":" by ";" in Declarative properties section

Commits

The new version differs by 63 commits.

  • dd5eda2 2.7.11
  • 6697e81 Merge pull request #429 from canjs/fix-setter-example
  • 20055db Merge pull request #428 from canjs/fix-1st-example-code
  • f5b2275 use newValue instead of newVal
  • d97d34d Merge pull request #430 from canjs/fix-to-default-not-value
  • 450c494 Merge pull request #431 from canjs/fix-import-person-type
  • 507c24e Merge pull request #432 from canjs/fix-hyphen-error
  • 4600751 Update define-map.md
  • 25c4015 Update TypeConstructor.md
  • 9f93060 Update defaultConstructor.md
  • 3b0eea2 fix SETTER code example
  • 03b5a51 Fix first example error
  • 0377737 Merge pull request #427 from canjs/landscaper/update-default-repos
  • 7dc6a9a Update README.md
  • ca90e5a Update README generated by DoneJS

There are 63 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Documentation updates

Added some clarification to the .assign() and .update() docs: #435 #436

Commits

The new version differs by 76 commits.

  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2
  • ceeac1c Merge pull request #358 from canjs/greenkeeper/steal-2.0.0
  • 6f9e72e Merge branch 'master' into greenkeeper/steal-2.0.0
  • 927d861 Clarify the assign() docs
  • e5a87cc Clarify the update() docs
  • b0a2b21 chore(package): update serve to version 11.0.0
  • dd5eda2 2.7.11
  • 6697e81 Merge pull request #429 from canjs/fix-setter-example
  • 20055db Merge pull request #428 from canjs/fix-1st-example-code
  • f5b2275 use newValue instead of newVal

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Documentation updates

Improve documentation for propDefinitions.

Ref - #439

Commits

The new version differs by 79 commits.

  • c3ea493 2.7.13
  • 316b405 Merge pull request #439 from canjs/279-improve-prop-definition-prominance
  • bf7c82e Improve documentation for propDefinitions
  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2
  • ceeac1c Merge pull request #358 from canjs/greenkeeper/steal-2.0.0
  • 6f9e72e Merge branch 'master' into greenkeeper/steal-2.0.0
  • 927d861 Clarify the assign() docs
  • e5a87cc Clarify the update() docs
  • b0a2b21 chore(package): update serve to version 11.0.0
  • dd5eda2 2.7.11

There are 79 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 85 commits.

  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2
  • f2e38dc Fix tests for QUnit 2
  • c5184d3 Pending tests
  • 9b4fdc8 Pending tests
  • bdc3889 Landscaper: QUnit2 upgrade
  • c3ea493 2.7.13
  • 316b405 Merge pull request #439 from canjs/279-improve-prop-definition-prominance
  • bf7c82e Improve documentation for propDefinitions
  • 10d9068 2.7.12
  • 1405eba Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
  • d18c82d Merge branch 'master' into greenkeeper/serve-11.0.0
  • 5cb85c6 Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
  • b471137 Merge pull request #436 from canjs/chasenlehara-patch-1
  • feac8b7 Merge pull request #435 from canjs/chasenlehara-patch-2

There are 85 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 97 commits.

  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed
  • 7f0d53d Clarify unsafe mutation warning in can-define regarding the value() behavior
  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2
  • f2e38dc Fix tests for QUnit 2
  • c5184d3 Pending tests
  • 9b4fdc8 Pending tests
  • 9cc835b Use full function naming for Travis job to work correctly
  • 2d89ba8 Clean up changed package refs.
  • ce0ebb7 Make the warning message for unsafe mutations more informative
  • 8530844 Dev-only tests for warnings

There are 97 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Tests using canReflect.getName in assertions fail in IE11

Test failed due to canReflect.getName returning a certain value fail in IE11 because of how we name functions differently in IE11. With this fix, the tests use regular expressions to make the assertions less strict.

Issue #461

Commits

The new version differs by 104 commits.

  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed
  • 7f0d53d Clarify unsafe mutation warning in can-define regarding the value() behavior
  • d2b81e0 2.7.14
  • f90fc80 Merge pull request #452 from canjs/landscaper/qunit2

There are 104 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for (Updated) Tests using canReflect.getName in assertions fail in IE11

Test failed due to canReflect.getName returning a certain value fail in IE11 because of how we name functions differently in IE11. With this fix, the tests use regular expressions to make the assertions less strict.

Updated More test with RegEx

Issue #461

Commits

The new version differs by 107 commits.

  • 8800be6 2.7.18
  • 1d3d2a3 Merge pull request #463 from canjs/461-failing-test-ie11-2
  • 8fcc406 ie11 more regex fixes
  • 7fb1a36 2.7.17
  • 6163615 Merge pull request #462 from canjs/461-failing-test-ie11
  • ee76ef2 readded steal.js file
  • 106de3e regex testing fix
  • db0b41c 2.7.16
  • da6574c Merge pull request #460 from canjs/357-getter-unhelpful-error
  • 9cf71af error message fixes
  • 47137aa 2.7.15
  • b84dfc3 Merge pull request #454 from canjs/safe-mutation-check
  • ea13ae4 Upgrade tests to use QUnit 2
  • 230dc1b Merge branch 'master' into safe-mutation-check
  • 1914ebb Remove can-observation reference as the test that was using it was removed

There are 107 commits in total.

See the full diff