Open greenkeeper[bot] opened 6 years ago
devDependency
can-stache was updated from 3.15.0
to 4.14.1
.Update to this version instead π
devDependency
can-stache was updated from 3.15.1
to 4.15.0
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.15.1
.Update to this version instead π
If foo
changes in this.foo.doSomething()
, the expression re-evaluates.
devDependency
can-stache was updated from 3.15.1
to 4.15.2
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.15.3
.Update to this version instead π
devDependency
can-stache was updated from 3.15.1
to 4.15.4
.devDependency
can-stache was updated from 3.15.1
to 4.15.5
.devDependency
can-stache was updated from 3.15.1
to 4.15.6
.devDependency
can-stache was updated from 3.15.1
to 4.15.7
.Update to this version instead π
devDependency
can-stache was updated from 3.15.1
to 4.15.8
.Update to this version instead π
In a text section like: <div class='{{aValue}}'></div>
, the filenames were not working.
devDependency
can-stache was updated from 3.15.1
to 4.15.9
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.15.11
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.15.12
.devDependency
can-stache was updated from 3.15.1
to 4.15.13
.devDependency
can-stache was updated from 3.15.1
to 4.15.14
.devDependency
can-stache was updated from 3.15.1
to 4.16.0
.devDependency
can-stache was updated from 3.15.1
to 4.17.0
.devDependency
can-stache was updated from 3.15.1
to 4.17.1
.Update to this version instead π
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>
devDependency
can-stache was updated from 3.15.1
to 4.17.2
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.17.3
.devDependency
can-stache was updated from 3.15.1
to 4.17.4
.devDependency
can-stache was updated from 3.15.1
to 4.17.5
.Update to this version instead π
Fixes an issue with some development code not being removed in production #661
devDependency
can-stache was updated from 3.15.1
to 4.17.6
.devDependency
can-stache was updated from 3.15.1
to 4.17.7
.Update to this version instead π
devDependency
can-stache was updated from 3.15.1
to 4.17.8
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.17.9
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.17.10
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.17.11
.Update to this version instead π
This fixes let
from observing itself which causes an infinite loop.
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
devDependency
can-stache was updated from 3.15.1
to 4.17.12
.Update to this version instead π
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
devDependency
can-stache was updated from 3.15.1
to 4.17.13
.devDependency
can-stache was updated from 3.15.1
to 4.17.14
.devDependency
can-stache was updated from 3.15.1
to 4.17.15
.devDependency
can-stache was updated from 3.15.1
to 4.17.16
.devDependency
can-stache was updated from 3.15.1
to 4.17.17
.devDependency
can-stache was updated from 3.15.1
to 4.17.18
.devDependency
can-stache was updated from 3.15.1
to 4.17.19
.devDependency
can-stache was updated from 3.15.1
to 4.17.20
.devDependency
can-stache was updated from 3.15.1
to 4.17.21
.devDependency
can-stache was updated from 3.15.1
to 5.0.0
.devDependency
can-stache was updated from 3.15.1
to 5.1.0
.devDependency
can-stache was updated from 3.15.1
to 5.1.1
.
Version 4.0.0 of can-stache was just published.
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 check066c447
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: