canjs / can-list-sort

Live-bound list sorting
MIT License
1 stars 0 forks source link

Update can-stache to the latest version πŸš€ #23

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of can-stache was just published.

Dependency can-stache
Current Version 3.14.11
Type devDependency

The version 4.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of can-stache.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 161 commits ahead by 161, behind by 6.

  • ac0a983 4.0.0
  • 496be17 adding addConverter
  • ca0be91 4.0.0-pre.54
  • 0ada1eb Merge pull request #436 from canjs/default-helper-function
  • bf39af9 making the default helper work when called as a function (again)
  • 2dc507b 4.0.0-pre.53
  • 198a109 removing docs for things removed in 4.0
  • 1bace9b 4.0.0-pre.52
  • 3f084ef using canReflect.hasKey for Unable to find key... warning check
  • 066c447 4.0.0-pre.51
  • 7bb3dd6 Merge pull request #428 from canjs/defined-undefined-warning
  • 58f502a not warning on keys that are defined but are undefined
  • 6cd9cf2 4.0.0-pre.50
  • 259ea1d fixing docs showing default helper as a function
  • dbac45c 4.0.0-pre.49

There are 161 commits in total.

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

Version 4.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 commits.

  • ebed2e4 4.0.1
  • 4b9095d Merge pull request #455 from canjs/major
  • a6eb93e fixing json
  • 8f1c739 merging with master
  • 803cd9d Update dist for release
  • fac50d0 Update dist for release
  • 078a83b upgrading to 1.0 can-log
  • 7021dca Update dist for release
  • c8e593c Merge pull request #430 from canjs/update-deps-util-parser
  • a9f0903 Update the dependencies for can-view-parser and can-util

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 6ec2c8b 4.0.3
  • e4c71d5 Merge pull request #463 from canjs/fp
  • 34d076f Fix false-positive key lookup warning when key is dotted
  • 3fe3a77 Test case

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 5b4856c 4.1.0
  • ecc0d1f Merge pull request #464 from canjs/expose-directlyNested
  • d961a7a adds directlyNested info to tagData to fix bug with can-slot

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • bcb5b78 4.1.1
  • b20c5e9 Merge pull request #468 from canjs/setattr
  • f12663b Use can-dom-mutate/node to set attributes

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.3 just got published.

Update to this version instead πŸš€

Release Notes {{#default()}} no longer changes the context

#476

Commits

The new version differs by 5 commits.

  • 6a5e51c 4.1.3
  • 9d18fc5 Merge pull request #476 from canjs/default-helper-context
  • 5398cd2 {{#default()}} no longer changes the context
  • 8034163 Merge pull request #471 from canjs/lookup-in-attributes
  • bf71cf6 updating test to use Helper Expression

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.4 just got published.

Update to this version instead πŸš€

Release Notes Fixing magic tags within attributes

This fixes two issues related to attributes with magic tags like

<input value="{{foo}}">

#470
#477

Commits

The new version differs by 4 commits.

  • dbe2965 4.1.4
  • f9823f5 Merge pull request #478 from canjs/no-live-attr-warning
  • 698c345 removing warning for magic tags within attributes
  • dab39bd fixing magic tags within attributes

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 9445ff9 4.1.5
  • db9543e Merge pull request #480 from canjs/negative-literals
  • 1a7730b Negative numbers should be parsed as literals

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • b1b092d 4.2.0
  • 09f3998 Merge pull request #479 from canjs/iai
  • 00e5317 Use can-stache-ast and deprecate intermediate_and_imports

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.1 just got published.

Update to this version instead πŸš€

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

greenkeeper[bot] commented 6 years ago

Version 4.2.2 just got published.

Update to this version instead πŸš€

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.

Update to this version instead πŸš€

Commits

The new version differs by 7 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.4 just got published.

Update to this version instead πŸš€

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

#496

Commits

The new version differs by 3 commits.

  • eaa3dbe 4.2.4
  • 7c12fc6 Merge pull request #496 from canjs/default-context
  • 90f95bf fixing context passed to {{#default}}

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.5 just got published.

Update to this version instead πŸš€

Release Notes Fixing calling debugger as a Lookup Expression

This works again: {{debugger}}.

#497

Commits

The new version differs by 3 commits.

  • f47cdfa 4.2.5
  • b088524 Merge pull request #497 from canjs/debugger-helper-expression
  • d0a9b2e Fixing calling debugger as a Lookup Expression

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.0 just got published.

Update to this version instead πŸš€

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

  • 57fab72 4.3.0
  • 33c9ebb Merge pull request #500 from canjs/domData-helper
  • 832f121 Deprecate the {{data}} helper in favor of {{domData}}

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.1 just got published.

Update to this version instead πŸš€

Release Notes Prevent errors if a partial value is missing

#507

Commits

The new version differs by 6 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.2 just got published.

Update to this version instead πŸš€

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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.3 just got published.

Update to this version instead πŸš€

Release Notes Fixes problem with functions not being treated truthfully

Fixes #510

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.3.4 just got published.

Update to this version instead πŸš€

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

#513

Commits

The new version differs by 3 commits.

  • e0a7d6e 4.3.4
  • c72e9a0 Merge pull request #513 from canjs/filename-warning
  • 780f240 adding filename and lineNumber to "Unable to find" warnings

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.1 just got published.

Update to this version instead πŸš€

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

#531

Commits

The new version differs by 3 commits.

  • ca05671 4.5.1
  • d18e8a5 Merge pull request #531 from canjs/only-read-once-530
  • 48b60ce only read once #530

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.2 just got published.

Update to this version instead πŸš€

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

#535

Commits

The new version differs by 3 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.3 just got published.

Update to this version instead πŸš€

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 3 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.4 just got published.

Update to this version instead πŸš€

Release Notes v4.5.4

Fix can-string dependency to <2.0.0 #541

Commits

The new version differs by 3 commits.

  • 1c0861b 4.5.4
  • 8d38da0 Merge pull request #541 from canjs/chasenlehara-patch-1
  • 99082a3 Fix can-string dependency to <2.0.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 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
  • 1b6a6e6 provide nicer names for is helper
  • fd51238 forgot test
  • 831fe5e a test the proves #498 works after can-define changes

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 10e9cbc 4.5.7
  • 992a598 linting
  • 4fc63d2 no longer always warns when reading a key from the result of a method call

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.8 just got published.

Update to this version instead πŸš€

Release Notes Preserve the correct filename after rendering partials

#547

Commits

The new version differs by 3 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)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.9 just got published.

Update to this version instead πŸš€

Release Notes cache call expression scopeKeyData arguments for faster performance

#550

Commits

The new version differs by 3 commits.

  • 1d8cbbe 4.5.9
  • bd336fc Merge pull request #550 from canjs/549-perf
  • d2c7870 cache call expression arguments

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.10 just got published.

Update to this version instead πŸš€

Release Notes avoid looking up the context unless actually needed

improves performance 3182889

Commits

The new version differs by 2 commits.

  • dcadd26 4.5.10
  • 3182889 avoid setting the context unless actually necessary

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.6.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 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
  • 9518db4 fix dev code for webpack compatibility

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.7.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 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.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.7.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.8.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 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
  • 407f50e chore(package): update testee to version 0.8.0

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.9.0 just got published.

Update to this version instead πŸš€

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 21 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
  • 6df187c Adds use strict. Fixes canjs/canjs#4217
  • f2521b0 Merge pull request #546 from canjs/502-docs
  • d516b1b 4.8.0-pre.1
  • bcee582 Fix the examples for rendering component instances in templates
  • 40951e3 Merge branch 'master' into minor
  • 9f155bb Add docs for rendering component instances in templates
  • ce9f155 Merge branch 'master' into minor
  • 7b8f639 4.6.0-pre.2
  • c786af0 Merge branch 'master' into minor

There are 21 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.9.1 just got published.

Update to this version instead πŸš€

Release Notes v4.9.1

Fix integration with can-component #566

Commits

The new version differs by 3 commits.

  • 172f334 4.9.1
  • cd8c36d Merge pull request #566 from canjs/view-insert
  • ba25ad1 Fix can.viewInsert integration with can-component

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.0 just got published.

Update to this version instead πŸš€

Release Notes Make sure every stache call has its own TemplateContext

Fixes: #567

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 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

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.10.5 just got published.

Update to this version instead πŸš€

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

PR #582

Commits

The new version differs by 3 commits.

  • e9191fd 4.10.5
  • 796234e Merge pull request #582 from canjs/556-docs
  • 8ecda23 fixes #581 and adds addConverter docs for #556

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.11.0 just got published.

Update to this version instead πŸš€

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

#583

Commits

The new version differs by 12 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

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for Custom scopes get a let context

#592 (review)

Commits

The new version differs by 3 commits.

  • 0da4247 4.11.1
  • 6b047fd Merge pull request #592 from canjs/let-custom-scope
  • fdf2dd5 make sure custom scopes get let context

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

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

Update to this version instead πŸš€

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

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

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

Update to this version instead πŸš€

Commits

The new version differs by 2 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

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 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

See the full diff