donejs / done-component

A plugin for creating <can-component>s
https://www.npmjs.com/package/done-component
MIT License
8 stars 2 forks source link

An in-range update of can-stache is breaking the build 🚨 #86

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.2.1 of can-stache was just published.

Branch Build failing 🚨
Dependency can-stache
Current Version 4.2.0
Type devDependency

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

can-stache 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/donejs/done-component/builds/348019918?utm_source=github_status&utm_medium=notification)

Release Notes 4.2.1

Fix false positive warning with hash expression on #each helpers.

{{#each(panels, panel=value)}}
  <p>{{panel.label}}</p>
{{/each}}

can-stache would incorrectly trigger a warning because value is not found in scope.

Commits

The new version differs by 6 commits.

  • c84cfab 4.2.1
  • 481a2d4 Merge pull request #482 from canjs/each-hash-warn
  • 4e5e170 Merge pull request #481 from canjs/lint
  • 183ad72 Cache type check and check argument position instead of type
  • 3670c37 Hash expressions used in each helper should not warn
  • 8fc7c6d Fix lint setup and existing lint issues

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 4.2.0 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 4.2.2 just got published.

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

Commits

The new version differs by 3 commits.

  • 5c5ea49 4.2.2
  • fa69282 Merge pull request #485 from canjs/484-debugger-get
  • 02578e1 restore debugger get function (fixes #484)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.3 just got published.

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

Commits

The new version differs by 10 commits.

  • 5878104 4.2.3
  • ed0997b merge
  • e76fd7e Merge pull request #488 from canjs/sync-remove-sublock-486
  • 4dfd6fd linting
  • 2ce28b6 tests #486, fixed by 2.0.3 release of can-simple-observable
  • a90e935 Merge pull request #487 from ScorpAL/patch-1
  • e72eef6 Missed license in package.json
  • 5c5ea49 4.2.2
  • fa69282 Merge pull request #485 from canjs/484-debugger-get
  • 02578e1 restore debugger get function (fixes #484)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.4 just got published.

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

Release Notes Fixes context passed to {{#default}} helper

#496

Commits

The new version differs by 13 commits.

  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}
  • 5878104 4.2.3
  • ed0997b merge
  • e76fd7e Merge pull request #488 from canjs/sync-remove-sublock-486
  • 4dfd6fd linting
  • 2ce28b6 tests #486, fixed by 2.0.3 release of can-simple-observable
  • a90e935 Merge pull request #487 from ScorpAL/patch-1
  • e72eef6 Missed license in package.json
  • 5c5ea49 4.2.2
  • fa69282 Merge pull request #485 from canjs/484-debugger-get
  • 02578e1 restore debugger get function (fixes #484)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.5 just got published.

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

Release Notes Fixing calling debugger as a Lookup Expression

This works again: {{debugger}}.

#497

Commits

The new version differs by 16 commits.

  • f47cdfa 4.2.5
  • b088524 Merge pull request #497 from canjs/debugger-helper-expression
  • d0a9b2e Fixing calling debugger as a Lookup Expression
  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}
  • 5878104 4.2.3
  • ed0997b merge
  • e76fd7e Merge pull request #488 from canjs/sync-remove-sublock-486
  • 4dfd6fd linting
  • 2ce28b6 tests #486, fixed by 2.0.3 release of can-simple-observable
  • a90e935 Merge pull request #487 from ScorpAL/patch-1
  • e72eef6 Missed license in package.json
  • 5c5ea49 4.2.2
  • fa69282 Merge pull request #485 from canjs/484-debugger-get

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.0 just got published.

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

Release Notes v4.3.0

Added the {{domData}} helper to replace {{data}} #500

The {{data}} helper is now deprecated in favor of {{domData}}, which uses can-dom-data to set data in a memory-safe way with WeakMaps.

For more info, check out the docs.

Commits

The new version differs by 19 commits.

  • 57fab72 4.3.0
  • 33c9ebb Merge pull request #500 from canjs/domData-helper
  • 832f121 Deprecate the {{data}} helper in favor of {{domData}}
  • f47cdfa 4.2.5
  • b088524 Merge pull request #497 from canjs/debugger-helper-expression
  • d0a9b2e Fixing calling debugger as a Lookup Expression
  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}
  • 5878104 4.2.3
  • ed0997b merge
  • e76fd7e Merge pull request #488 from canjs/sync-remove-sublock-486
  • 4dfd6fd linting
  • 2ce28b6 tests #486, fixed by 2.0.3 release of can-simple-observable
  • a90e935 Merge pull request #487 from ScorpAL/patch-1

There are 19 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.1 just got published.

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

Release Notes Prevent errors if a partial value is missing

#507

Commits

The new version differs by 25 commits.

  • 3aa7bed 4.3.1
  • d663675 Merge pull request #507 from canjs/506-partial
  • fe9efe9 jshinting
  • 586f976 fixes #506
  • cb28488 Merge pull request #503 from canjs/fix-typos
  • 9fbbafe Fix a few typos
  • 57fab72 4.3.0
  • 33c9ebb Merge pull request #500 from canjs/domData-helper
  • 832f121 Deprecate the {{data}} helper in favor of {{domData}}
  • f47cdfa 4.2.5
  • b088524 Merge pull request #497 from canjs/debugger-helper-expression
  • d0a9b2e Fixing calling debugger as a Lookup Expression
  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}

There are 25 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.2 just got published.

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

Release Notes No-op

This is an identical release to the one that came before it. This was released by mistake, but there's no problems with it.

Commits

The new version differs by 26 commits.

  • e432796 4.3.2
  • 3aa7bed 4.3.1
  • d663675 Merge pull request #507 from canjs/506-partial
  • fe9efe9 jshinting
  • 586f976 fixes #506
  • cb28488 Merge pull request #503 from canjs/fix-typos
  • 9fbbafe Fix a few typos
  • 57fab72 4.3.0
  • 33c9ebb Merge pull request #500 from canjs/domData-helper
  • 832f121 Deprecate the {{data}} helper in favor of {{domData}}
  • f47cdfa 4.2.5
  • b088524 Merge pull request #497 from canjs/debugger-helper-expression
  • d0a9b2e Fixing calling debugger as a Lookup Expression
  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context

There are 26 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.3 just got published.

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

Release Notes Fixes problem with functions not being treated truthfully

Fixes #510

Commits

The new version differs by 30 commits.

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.4 just got published.

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

Release Notes Added filename and lineNumber to "Unable to find" warnings

#513

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.4.0 just got published.

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

Commits

The new version differs by 38 commits.

  • 62aaf5f 4.4.0
  • 3d4c3d0 Merge pull request #518 from canjs/lookup-warnings
  • b1f34cf documenting scope.vm and scope.top
  • bd543e1 using can-view-scope.hasKey for "Unable to find key" warnings
  • 40588dc adding suggestions to "Unable to find key" warnings
  • e0a7d6e 4.3.4
  • c72e9a0 Merge pull request #513 from canjs/filename-warning
  • 780f240 adding filename and lineNumber to "Unable to find" warnings
  • 1444720 4.3.3
  • ace957c Merge pull request #511 from canjs/510-function-expr
  • e432796 4.3.2
  • 4c44090 fixes #510
  • 9f62a8a adds a test for #510
  • 3aa7bed 4.3.1
  • d663675 Merge pull request #507 from canjs/506-partial

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.0 just got published.

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

Commits

The new version differs by 42 commits.

  • abfc1ed 4.5.0
  • 7432b7e Merge pull request #522 from canjs/no-can-util
  • 2a433d3 no more can-util
  • 061c22b most util modules removed
  • 62aaf5f 4.4.0
  • 3d4c3d0 Merge pull request #518 from canjs/lookup-warnings
  • b1f34cf documenting scope.vm and scope.top
  • bd543e1 using can-view-scope.hasKey for "Unable to find key" warnings
  • 40588dc adding suggestions to "Unable to find key" warnings
  • e0a7d6e 4.3.4
  • c72e9a0 Merge pull request #513 from canjs/filename-warning
  • 780f240 adding filename and lineNumber to "Unable to find" warnings
  • 1444720 4.3.3
  • ace957c Merge pull request #511 from canjs/510-function-expr
  • e432796 4.3.2

There are 42 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.1 just got published.

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

Release Notes Proactively bind values passed to #each before they are read

#531

Commits

The new version differs by 45 commits.

  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530
  • 48b60ce only read once #530
  • abfc1ed 4.5.0
  • 7432b7e Merge pull request #522 from canjs/no-can-util
  • 2a433d3 no more can-util
  • 061c22b most util modules removed
  • 62aaf5f 4.4.0
  • 3d4c3d0 Merge pull request #518 from canjs/lookup-warnings
  • b1f34cf documenting scope.vm and scope.top
  • bd543e1 using can-view-scope.hasKey for "Unable to find key" warnings
  • 40588dc adding suggestions to "Unable to find key" warnings
  • e0a7d6e 4.3.4
  • c72e9a0 Merge pull request #513 from canjs/filename-warning
  • 780f240 adding filename and lineNumber to "Unable to find" warnings

There are 45 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.2 just got published.

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

Release Notes fixing "Unable to find key" warnings for nested properties and functions

#535

Commits

The new version differs by 48 commits.

  • e7fdd1d 4.5.2
  • 68e0c1a Merge pull request #535 from canjs/missing-key-fixes
  • 2c22a96 fixing "Unable to find key" warnings for nested properties and functions
  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530
  • 48b60ce only read once #530
  • abfc1ed 4.5.0
  • 7432b7e Merge pull request #522 from canjs/no-can-util
  • 2a433d3 no more can-util
  • 061c22b most util modules removed
  • 62aaf5f 4.4.0
  • 3d4c3d0 Merge pull request #518 from canjs/lookup-warnings
  • b1f34cf documenting scope.vm and scope.top
  • bd543e1 using can-view-scope.hasKey for "Unable to find key" warnings
  • 40588dc adding suggestions to "Unable to find key" warnings

There are 48 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.3 just got published.

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

Release Notes fixing "Unable to find key" warnings to not give suggestions if the key was found

{{abc.def}} will no longer suggest abc if abc was found but does not have a def key.

#537

Commits

The new version differs by 51 commits.

  • 89a49e8 4.5.3
  • f0f69b9 Merge pull request #537 from canjs/dont-suggest-same-key
  • ef142ec not giving same key that was used in missing key warning for nested properties
  • e7fdd1d 4.5.2
  • 68e0c1a Merge pull request #535 from canjs/missing-key-fixes
  • 2c22a96 fixing "Unable to find key" warnings for nested properties and functions
  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530
  • 48b60ce only read once #530
  • abfc1ed 4.5.0
  • 7432b7e Merge pull request #522 from canjs/no-can-util
  • 2a433d3 no more can-util
  • 061c22b most util modules removed
  • 62aaf5f 4.4.0
  • 3d4c3d0 Merge pull request #518 from canjs/lookup-warnings

There are 51 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.4 just got published.

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

Release Notes v4.5.4

Fix can-string dependency to <2.0.0 #541

Commits

The new version differs by 54 commits.

  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0
  • 89a49e8 4.5.3
  • f0f69b9 Merge pull request #537 from canjs/dont-suggest-same-key
  • ef142ec not giving same key that was used in missing key warning for nested properties
  • e7fdd1d 4.5.2
  • 68e0c1a Merge pull request #535 from canjs/missing-key-fixes
  • 2c22a96 fixing "Unable to find key" warnings for nested properties and functions
  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530
  • 48b60ce only read once #530
  • abfc1ed 4.5.0
  • 7432b7e Merge pull request #522 from canjs/no-can-util
  • 2a433d3 no more can-util

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.5 just got published.

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

Commits

The new version differs by 61 commits.

  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498
  • e93d43b jshinting
  • 1365f00 fixes #542 by using improve can-view-live
  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0
  • 89a49e8 4.5.3
  • f0f69b9 Merge pull request #537 from canjs/dont-suggest-same-key
  • ef142ec not giving same key that was used in missing key warning for nested properties
  • e7fdd1d 4.5.2
  • 68e0c1a Merge pull request #535 from canjs/missing-key-fixes
  • 2c22a96 fixing "Unable to find key" warnings for nested properties and functions
  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.6 just got published.

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

Commits

The new version differs by 63 commits.

  • 0892a75 4.5.6
  • fa27339 fixes a bug where a value that changed from undefined to defined, and then changed values wasn't being updated in the page
  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498
  • e93d43b jshinting
  • 1365f00 fixes #542 by using improve can-view-live
  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0
  • 89a49e8 4.5.3
  • f0f69b9 Merge pull request #537 from canjs/dont-suggest-same-key
  • ef142ec not giving same key that was used in missing key warning for nested properties
  • e7fdd1d 4.5.2
  • 68e0c1a Merge pull request #535 from canjs/missing-key-fixes
  • 2c22a96 fixing "Unable to find key" warnings for nested properties and functions

There are 63 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.7 just got published.

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

Commits

The new version differs by 66 commits.

  • 10e9cbc 4.5.7
  • 992a598 linting
  • 4fc63d2 no longer always warns when reading a key from the result of a method call
  • 0892a75 4.5.6
  • fa27339 fixes a bug where a value that changed from undefined to defined, and then changed values wasn't being updated in the page
  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498
  • e93d43b jshinting
  • 1365f00 fixes #542 by using improve can-view-live
  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0
  • 89a49e8 4.5.3
  • f0f69b9 Merge pull request #537 from canjs/dont-suggest-same-key
  • ef142ec not giving same key that was used in missing key warning for nested properties

There are 66 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.8 just got published.

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

Release Notes Preserve the correct filename after rendering partials

#547

Commits

The new version differs by 69 commits.

  • 56b0ce2 4.5.8
  • 63c6201 Merge pull request #547 from canjs/544-preserve-scope-filename
  • 5578800 Preserve the correct filename for reporting even after loading a partial with a different filename (#544)
  • 10e9cbc 4.5.7
  • 992a598 linting
  • 4fc63d2 no longer always warns when reading a key from the result of a method call
  • 0892a75 4.5.6
  • fa27339 fixes a bug where a value that changed from undefined to defined, and then changed values wasn't being updated in the page
  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498
  • e93d43b jshinting
  • 1365f00 fixes #542 by using improve can-view-live
  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0

There are 69 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.9 just got published.

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

Release Notes cache call expression scopeKeyData arguments for faster performance

#550

Commits

The new version differs by 72 commits.

  • 1d8cbbe 4.5.9
  • bd336fc Merge pull request #550 from canjs/549-perf
  • d2c7870 cache call expression arguments
  • 56b0ce2 4.5.8
  • 63c6201 Merge pull request #547 from canjs/544-preserve-scope-filename
  • 5578800 Preserve the correct filename for reporting even after loading a partial with a different filename (#544)
  • 10e9cbc 4.5.7
  • 992a598 linting
  • 4fc63d2 no longer always warns when reading a key from the result of a method call
  • 0892a75 4.5.6
  • fa27339 fixes a bug where a value that changed from undefined to defined, and then changed values wasn't being updated in the page
  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498
  • e93d43b jshinting
  • 1365f00 fixes #542 by using improve can-view-live

There are 72 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.10 just got published.

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

Release Notes avoid looking up the context unless actually needed

improves performance 3182889

Commits

The new version differs by 74 commits.

  • dcadd26 4.5.10
  • 3182889 avoid setting the context unless actually necessary
  • 1d8cbbe 4.5.9
  • bd336fc Merge pull request #550 from canjs/549-perf
  • d2c7870 cache call expression arguments
  • 56b0ce2 4.5.8
  • 63c6201 Merge pull request #547 from canjs/544-preserve-scope-filename
  • 5578800 Preserve the correct filename for reporting even after loading a partial with a different filename (#544)
  • 10e9cbc 4.5.7
  • 992a598 linting
  • 4fc63d2 no longer always warns when reading a key from the result of a method call
  • 0892a75 4.5.6
  • fa27339 fixes a bug where a value that changed from undefined to defined, and then changed values wasn't being updated in the page
  • 04e1621 4.5.5
  • aeb3709 Merge pull request #499 from canjs/test-for-sort-each-498

There are 74 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.6.0 just got published.

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

Commits

The new version differs by 84 commits.

  • d119a2f 4.6.0
  • 6b82699 Merge pull request #555 from canjs/addhelper
  • b282ac2 Add the Map global
  • abacc01 Add addBindings
  • 384b1e4 Merge pull request #554 from canjs/addhelper
  • 309441e Allow addHelper to be passed an object
  • a4d7b70 Merge pull request #551 from canjs/fix-debug-webpack-style
  • deb4d08 fix maxdepth error
  • 8ce0358 dev condition wrap
  • dcadd26 4.5.10
  • 3182889 avoid setting the context unless actually necessary
  • 1d8cbbe 4.5.9
  • bd336fc Merge pull request #550 from canjs/549-perf
  • 9518db4 fix dev code for webpack compatibility
  • d2c7870 cache call expression arguments

There are 84 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.7.0 just got published.

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

Commits

The new version differs by 88 commits.

  • 7da43d4 4.7.0
  • 95158cc Merge pull request #558 from canjs/add-bindings-symbol
  • d8c6b96 Allow WeakMap to be used as a global
  • 8a54a25 Make addBindings prefer a symbol.
  • d119a2f 4.6.0
  • 6b82699 Merge pull request #555 from canjs/addhelper
  • b282ac2 Add the Map global
  • abacc01 Add addBindings
  • 384b1e4 Merge pull request #554 from canjs/addhelper
  • 309441e Allow addHelper to be passed an object
  • a4d7b70 Merge pull request #551 from canjs/fix-debug-webpack-style
  • deb4d08 fix maxdepth error
  • 8ce0358 dev condition wrap
  • dcadd26 4.5.10
  • 3182889 avoid setting the context unless actually necessary

There are 88 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.7.1 just got published.

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

Commits

The new version differs by 92 commits.

  • 7406abd 4.7.1
  • 86b85f7 Merge pull request #561 from canjs/attrs
  • d146a5c Update the test to use the callbackMap symbol
  • 9263853 Make addBindings an alias for viewCallbacks.attrs
  • 7da43d4 4.7.0
  • 95158cc Merge pull request #558 from canjs/add-bindings-symbol
  • d8c6b96 Allow WeakMap to be used as a global
  • 8a54a25 Make addBindings prefer a symbol.
  • d119a2f 4.6.0
  • 6b82699 Merge pull request #555 from canjs/addhelper
  • b282ac2 Add the Map global
  • abacc01 Add addBindings
  • 384b1e4 Merge pull request #554 from canjs/addhelper
  • 309441e Allow addHelper to be passed an object
  • a4d7b70 Merge pull request #551 from canjs/fix-debug-webpack-style

There are 92 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.8.0 just got published.

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

Commits

The new version differs by 98 commits.

  • b39cf8c 4.8.0
  • f6c0b2b Merge pull request #563 from canjs/mult-converter
  • e00e899 Remove use of can-stache-bindings
  • 42b06c9 Merge pull request #532 from canjs/greenkeeper/testee-0.8.0
  • 410ce77 Allow multiple converters to be registered with addConverter
  • 7406abd 4.7.1
  • 86b85f7 Merge pull request #561 from canjs/attrs
  • d146a5c Update the test to use the callbackMap symbol
  • 9263853 Make addBindings an alias for viewCallbacks.attrs
  • 7da43d4 4.7.0
  • 95158cc Merge pull request #558 from canjs/add-bindings-symbol
  • d8c6b96 Allow WeakMap to be used as a global
  • 8a54a25 Make addBindings prefer a symbol.
  • d119a2f 4.6.0
  • 6b82699 Merge pull request #555 from canjs/addhelper

There are 98 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.9.0 just got published.

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

Release Notes v4.9.0
  • Add support for can.viewInsert #508
  • Add docs for rendering component instances in templates #546
  • Add "use strict" #560
Commits

The new version differs by 119 commits.

  • 5a2be42 4.9.0
  • e9f2c64 Merge pull request #564 from canjs/minor
  • 7bdc638 Update package.json
  • be53cb0 Merge pull request #560 from canjs/landscaper/4217-use-strict
  • 60315c2 Merge branch 'master' into landscaper/4217-use-strict
  • 07d22ba Merge branch 'master' into minor
  • b39cf8c 4.8.0
  • f6c0b2b Merge pull request #563 from canjs/mult-converter
  • e00e899 Remove use of can-stache-bindings
  • 42b06c9 Merge pull request #532 from canjs/greenkeeper/testee-0.8.0
  • 410ce77 Allow multiple converters to be registered with addConverter
  • 7406abd 4.7.1
  • 86b85f7 Merge pull request #561 from canjs/attrs
  • d146a5c Update the test to use the callbackMap symbol
  • 9263853 Make addBindings an alias for viewCallbacks.attrs

There are 119 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.9.1 just got published.

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

Release Notes v4.9.1

Fix integration with can-component #566

Commits

The new version differs by 122 commits.

  • 172f334 4.9.1
  • cd8c36d Merge pull request #566 from canjs/view-insert
  • ba25ad1 Fix can.viewInsert integration with can-component
  • 5a2be42 4.9.0
  • e9f2c64 Merge pull request #564 from canjs/minor
  • 7bdc638 Update package.json
  • be53cb0 Merge pull request #560 from canjs/landscaper/4217-use-strict
  • 60315c2 Merge branch 'master' into landscaper/4217-use-strict
  • 07d22ba Merge branch 'master' into minor
  • b39cf8c 4.8.0
  • f6c0b2b Merge pull request #563 from canjs/mult-converter
  • e00e899 Remove use of can-stache-bindings
  • 42b06c9 Merge pull request #532 from canjs/greenkeeper/testee-0.8.0
  • 410ce77 Allow multiple converters to be registered with addConverter
  • 7406abd 4.7.1

There are 122 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.0 just got published.

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

Release Notes Make sure every stache call has its own TemplateContext

Fixes: #567

Commits

The new version differs by 125 commits.

  • db8870b 4.10.0
  • 73d5c27 Merge pull request #568 from canjs/567-template-context
  • e915d26 fixes #567
  • 172f334 4.9.1
  • cd8c36d Merge pull request #566 from canjs/view-insert
  • ba25ad1 Fix can.viewInsert integration with can-component
  • 5a2be42 4.9.0
  • e9f2c64 Merge pull request #564 from canjs/minor
  • 7bdc638 Update package.json
  • be53cb0 Merge pull request #560 from canjs/landscaper/4217-use-strict
  • 60315c2 Merge branch 'master' into landscaper/4217-use-strict
  • 07d22ba Merge branch 'master' into minor
  • b39cf8c 4.8.0
  • f6c0b2b Merge pull request #563 from canjs/mult-converter
  • e00e899 Remove use of can-stache-bindings

There are 125 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.3 just got published.

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

Commits

The new version differs by 133 commits.

There are 133 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.4 just got published.

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

Commits

The new version differs by 140 commits.

  • b124c1b 4.10.4
  • 08f7019 Merge pull request #580 from canjs/call-then-bracket2
  • f0938e1 Linting
  • efe429d Make brackets work when following a call expression
  • 543ede6 Merge pull request #572 from canjs/557-remove-auto-function-calling-documentation
  • cc52058 Remove function auto-invocation examples
  • 799cfa6 Update key-lookup.md
  • f9489d4 4.10.3
  • 2b910e5 4.10.2
  • 1c79372 4.10.1
  • df10abf Merge pull request #571 from canjs/general-documentation-fixes
  • 70202dc Merge branch 'general-documentation-fixes' of https://github.com/canjs/can-stache into general-documentation-fixes
  • d872fd0 small documentation changers #504
  • 9979bd5 small documentation changers #504
  • ae66c9b rename template section to loading templates #429

There are 140 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.5 just got published.

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

Release Notes Fixes arguments passed to helpers and adds `addConverter` docs

PR #582

Commits

The new version differs by 143 commits.

There are 143 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.11.0 just got published.

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

Release Notes First versions of {{for(in)}} and {{let}} helpers

#583

Commits

The new version differs by 155 commits.

  • 9ff2bb5 4.11.0
  • 29bfe95 Merge pull request #590 from canjs/528-for-loop
  • 5d59506 the docs for the for-of helper
  • fa0405d Merge pull request #583 from canjs/528-for-loop
  • 414d515 adds some basic docs for new helpers
  • 531bfa0 Merge pull request #588 from canjs/ie11-compat
  • a744e46 adds let helper
  • dcca4ad basic let
  • 1cb6773 configurable strikes again
  • 312a852 should be called for-of
  • d70a073 some basics working
  • 78b03c9 some minor progress on #528
  • e9191fd 4.10.5
  • 796234e Merge pull request #582 from canjs/556-docs
  • 8ecda23 fixes #581 and adds addConverter docs for #556

There are 155 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Custom scopes get a let context

#592 (review)

Commits

The new version differs by 158 commits.

  • 0da4247 4.11.1
  • 6b047fd Merge pull request #592 from canjs/let-custom-scope
  • fdf2dd5 make sure custom scopes get let context
  • 9ff2bb5 4.11.0
  • 29bfe95 Merge pull request #590 from canjs/528-for-loop
  • 5d59506 the docs for the for-of helper
  • fa0405d Merge pull request #583 from canjs/528-for-loop
  • 414d515 adds some basic docs for new helpers
  • 531bfa0 Merge pull request #588 from canjs/ie11-compat
  • a744e46 adds let helper
  • dcca4ad basic let
  • 1cb6773 configurable strikes again
  • 312a852 should be called for-of
  • d70a073 some basics working
  • 78b03c9 some minor progress on #528

There are 158 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Your tests are still failing with this version. Compare changes

Release Notes for for(of) produces observable scopes

#594

Makes this sorta thing work:

    {{# for(thing of this.stuff)}}
       {{let theValue=null}}
       <driver-list selected:to="theValue" on:click='fooName = 3'/>
             <driver-edit driver:from="theValue"/>
    {{/ for}}
Commits

The new version differs by 5 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 for(of) gets scope.index and for(items) works

bba5f68

{{# for(items) }}
  {{scope.index}}
{{/ for}}

The above works.

Commits

The new version differs by 2 commits.

  • 8629fe7 4.11.3
  • bba5f68 for(of) gets scope.index and for(items) works

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 5 commits.

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 fixes if / eq / is re-rendering

Fixed #596

Commits

The new version differs by 3 commits.

  • 83c53af 4.12.1
  • 79fc6fe Merge pull request #597 from canjs/596-if-rerender
  • 52892ef fixes #596 make sure if and is helper get passed observables, not values

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 5 commits.

  • d15aa78 4.13.0
  • 70d30af makes it so root hash expressions can be parsed, this is so simple setters will work in can-stache-bindings
  • 83c53af 4.12.1
  • 79fc6fe Merge pull request #597 from canjs/596-if-rerender
  • 52892ef fixes #596 make sure if and is helper get passed observables, not values

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 9 commits.

  • 96dc1bd 4.14.0
  • 2c58ea1 Merge pull request #601 from canjs/600-restrict-escape
  • 3dd6e08 warn if something would have been converted to HTML previously and support stache.safeString being passed objects
  • be6d3ee more restrictive escaping for #600
  • d15aa78 4.13.0
  • 70d30af makes it so root hash expressions can be parsed, this is so simple setters will work in can-stache-bindings
  • 83c53af 4.12.1
  • 79fc6fe Merge pull request #597 from canjs/596-if-rerender
  • 52892ef fixes #596 make sure if and is helper get passed observables, not values

See the full diff