Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
This fixes two issues related to attributes with magic tags like
<input value="{{foo}}">
Update to this version instead π
{{#each(panels, panel=value)}}
<p>{{panel.label}}</p>
{{/each}}
can-stache would incorrectly trigger a warning because value
is not found in scope.
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
Update to this version instead π
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
Update to this version instead π
Update to this version instead π
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.
Update to this version instead π
Update to this version instead π
This is an identical release to the one that came before it. This was released by mistake, but there's no problems with it.
Update to this version instead π
Fixes #510
Update to this version instead π
Update to this version instead π
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
Update to this version instead π
Update to this version instead π
Update to this version instead π
{{abc.def}}
will no longer suggest abc
if abc
was found but does not have a def
key.
Update to this version instead π
Fix can-string dependency to <2.0.0 #541
Update to this version instead π
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
Update to this version instead π
Update to this version instead π
Update to this version instead π
improves performance 3182889
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
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
Update to this version instead π
Fix integration with can-component #566
Update to this version instead π
Fixes: #567
Update to this version instead π
The new version differs by 8 commits.
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
See the full diff
Update to this version instead π
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
Update to this version instead π
PR #582
Update to this version instead π
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
devDependency
can-stache was updated from 3.14.22
to 4.11.1
.Update to this version instead π
devDependency
can-stache was updated from 3.14.22
to 4.11.2
.Update to this version instead π
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}}
devDependency
can-stache was updated from 3.14.22
to 4.11.3
.Update to this version instead π
{{# for(items) }}
{{scope.index}}
{{/ for}}
The above works.
devDependency
can-stache was updated from 3.14.22
to 4.12.0
.devDependency
can-stache was updated from 3.14.22
to 4.12.1
.Update to this version instead π
Fixed #596
devDependency
can-stache was updated from 3.14.22
to 4.13.0
.devDependency
can-stache was updated from 3.14.22
to 4.14.0
.Update to this version instead π
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
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: