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

Update to this version instead πŸš€

Release Notes for making Bracket expressions work with keys with multiple dots

#608

Commits

The new version differs by 3 commits.

  • bf7942b 4.14.1
  • e7837be Merge pull request #608 from canjs/bracket-two-dots
  • ec1653b making Bracket expressions work with keys with multiple dots

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 9dc06ef 4.15.0
  • 84e6b61 Merge pull request #612 from canjs/docs-and-or-not
  • 4af7b26 linting
  • a20188c more documentation, call expressions able to read inline partials
  • 2ad095a makes calling views work with call expressions
  • 76ea32c some docs and for(of object)
  • 3524672 adds and/or/not helpers

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for call expressions re-evaluate

If foo changes in this.foo.doSomething(), the expression re-evaluates.

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 6 commits.

  • 8025f89 4.15.2
  • ae995a2 Merge pull request #606 from canjs/473-makeSimpleHelper-use-reflect
  • a53866b change the to fit the current version
  • 7ca0601 the fix after merge
  • 45d4d19 Merge branch 'master' into 473-makeSimpleHelper-use-reflect
  • 0013076 use canReflect in simpleHelper

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for Not using Array.prototype.includes (for IE11 support)

#618

Commits

The new version differs by 5 commits.

  • 525013c 4.15.3
  • 11374ca Merge pull request #618 from canjs/ie11
  • 7766b8a not using Array.prototype.includes (for IE11 support)
  • e96e964 Merge branch 'master' of github.com:canjs/can-stache
  • 41e9705 improved docs

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 3c53819 4.15.4
  • f65b16e Merge pull request #622 from canjs/for-of-else
  • 0fd880f Use the current scope in the falsey for/of
  • bbef9c7 Adds a breaking test for #621

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 79cc158 4.15.5
  • d24b723 Merge pull request #623 from canjs/ie11-tests
  • 2a14982 fixing tests using Symbols for IE11

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 7259f37 4.15.6
  • 8e3e942 fixes #620 property access within a function
  • bf1b436 Merge pull request #624 from canjs/619-partial
  • 58d1ee9 fixes inline recursive partials

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Release Notes for SVG rendering

#604

Commits

The new version differs by 5 commits.

  • 098d6e9 4.15.7
  • e15d0f9 Merge pull request #604 from canjs/584fix-svg-rendering
  • 37c2f9d fix svg rendering test
  • 2f9a1a2 fix handle attributes namespaces
  • ff50bc8 handle xmlns namespace attribute for svg

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for filenames work in text sections

In a text section like: <div class='{{aValue}}'></div>, the filenames were not working.

#628

Commits

The new version differs by 4 commits.

  • 8325854 4.15.8
  • 8a660d7 makes sure filename works in text sections
  • 97a5187 Merge branch 'master' of github.com:canjs/can-stache
  • 7b656fb more documentation improvements

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for not using firstElementChild since it is not supported on fragments in IE11

#636

Commits

The new version differs by 5 commits.

  • 28aac4a 4.15.9
  • a2cb300 Merge pull request #636 from canjs/no-first-element-child-on-frags
  • f17b5ef not using firstElementChild since it is not supported on fragments in IE11
  • 89ed3ed Merge pull request #626 from leoj3n/patch-1
  • e0ebf96 Update scope.md

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for fix for scope change in case when inside an #each

#640

Commits

The new version differs by 11 commits.

  • 866b77e 4.15.11
  • 75b11e3 fix for scope change in case when inside an #each (#640)
  • 71caa38 4.15.10
  • c85384f Merge pull request #639 from canjs/491-scope-change-in-partial
  • b33ceba Fix issue with scope being overwritten within partial rather than added to
  • 9194d66 cleans up unhelpful comments
  • fbf4961 Merge pull request #632 from canjs/lazy-and
  • f02bd6f linting
  • 8a038ed upgrading to can-view-stache
  • c795763 additional cleanup
  • 883e921 and can be lazily evaluated

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 945d700 4.15.12
  • b2aea5e Issue with ordering of for/let/converters causing tests to fail (#643)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • daaccee 4.15.13
  • 95b10dc Merge pull request #644 from canjs/615-stache-literal-magic-tags
  • 44f0248 Stache was looking up {{0}} and warning about missing helper

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 8a85288 4.17.0
  • 2f3b490 Merge pull request #652 from roemhildtg/master
  • cd664ff fix lint
  • 63e3afe add additional check for variables outside of let scope
  • 57cd64e add the ability to use let with block scopes

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Call partials stored in LetContext

Fixes #649, call partials stored in LetContext as call Expressions now is supported:

{{< foo }} This is foo {{/ foo }}
{{ let bar = scope.templateContext.partials.foo }}
<p>{{ bar() }}</p>
Commits

The new version differs by 3 commits.

  • 37af65f 4.17.1
  • 7e13620 Merge pull request #653 from canjs/649-partials-let-expressions
  • f8a7887 LetContext as Call Expressions

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • acb5992 4.17.2
  • 08ccfa5 Merge pull request #654 from canjs/bugfix/617-warn-partial-tags
  • 936753c remove extraneous tests
  • 3f37366 add support for non-strictly created tag warnings by falling back to the stache value if there is no formal way of getting closing tag

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 33351b8 4.17.3
  • 02ecc68 Merge pull request #656 from canjs/portal-cond
  • 8cdf08f Add the done.keepNode symbol to portaled nodes

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 5729965 4.17.4
  • 0a23168 Merge pull request #658 from canjs/portal-change
  • dfefde9 Always mark the portal helper as rendered

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v4.17.5

Fixes an issue with some development code not being removed in production #661

Commits

The new version differs by 3 commits.

  • a3df2ce 4.17.5
  • 9074caf Merge pull request #661 from canjs/chasenlehara-patch-1
  • 7f4032d Fix an unbalanced steal-remove-start/end

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 3 commits.

  • 800b8f1 4.17.6
  • 94fa0b4 Merge pull request #663 from canjs/portal-rm
  • fc7edb2 Make portals resilient to scripts that modify the DOM

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for fixing a typo in stache docs

#664

Commits

The new version differs by 3 commits.

  • 7953cd6 4.17.7
  • 29262ca Merge pull request #664 from canjs/fix-typo
  • b759966 fixing a typo in stache docs

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • cb346da 4.17.8
  • 10c73d4 Merge pull request #659 from canjs/645-docs-for-let-helper
  • 11a0769 Merge pull request #657 from canjs/633-docs-accept-object-name
  • 9a59982 edit addConverter name param docs
  • b9283ec fix typo
  • 1684795 add let scoped helper docs
  • 735ba34 mention that addConverter can take an object as name

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • f584c8a 4.17.9
  • b2ccc5b Merge pull request #667 from canjs/434-fix-nested-helpers-pr
  • f3c66f8 built in helpers can be called as nested call expression
  • bd91e95 Merge pull request #655 from canjs/docs-update-unsupported-places
  • 9e0761d add Attribute values without quotes to unsupported places

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 8 commits.

  • e7154f9 4.17.10
  • c742407 Merge pull request #642 from canjs/493-warn-when-partial-not-found
  • 7b533eb fix the warning message
  • fad40db fix code structure
  • fca7b5f change where should be fixed
  • 01c3746 fix jshint by removing unsed var
  • 6c2d39a simplifie the test
  • 6ada83e warn when partial is missing

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Ignore observing let variable setting

This fixes let from observing itself which causes an infinite loop.

#677

Commits

The new version differs by 9 commits.

  • 70c1127 4.17.11
  • de9d118 Merge pull request #677 from canjs/676-ignore-let-set
  • 75c6c9a ignore observing let variable setting, fixes #676
  • f740641 Merge pull request #672 from canjs/landscaper/update-default-repos
  • 66b66c1 Update readme.md
  • 3465556 Update README generated by DoneJS
  • 2fab0e6 Merge pull request #669 from canjs/fix-lock-demo
  • ba24053 use disabled attr with from
  • bc47c3f fix lock demo

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for Simplifies whitespace control and adds an option and add links in deprecated docs

#492
#670

Commits

The new version differs by 8 commits.

  • 83191d3 4.17.12
  • 37314ea add links to deprecated docs
  • 3a0bc23 Merge pull request #670 from canjs/add-links-deprecated-docs
  • 4b525d3 add link to calling view section
  • af272ed remove extra period
  • b530682 Merge pull request #492 from canjs/whitespace2
  • 1f6a362 Simplifies whitespace control and adds an option for clearing whitespace without leaving any output behind.
  • 2677fda add links for deprecated docs

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 8ce1aa1 4.17.13
  • 36806f1 Handle nested call functions (#683)
  • 5072435 Merge pull request #668 from canjs/greenkeeper/testee-0.9.0
  • 0c587f3 chore(package): update testee to version 0.9.0

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€