greenkeeperio-bot
bb86f904ac
chore(package): update mocha to version 3.3.0
https://greenkeeper.io/
пре 9 година
David da Silva
23beb3a880
:ship: bump to version 2.3.0
пре 9 година
David da Silva
2f2588a213
Merge pull request #597 from mightyplow/patch-1
return mustache object from factory
пре 9 година
Phillip Johnsen
672bbd58ed
Second shot at having greenkeeper ignore eslint ( #610 )
First shot at getting greenkeeper to ignoring eslint updates landed with commit 85fa743258 .
Sadly that commit had a minor `greenkeper` misspelling in package.json, which obviously didn't have much effect for greenkeeper.
This commit fixes that blooper in hopes that greenkeeper will stop opening PRs about new eslint versions, as we don't want to
update at the moment cause eslint 3.x requires Node.js v4.x.
пре 9 година
Calvin Freitas
1d1a8af41b
add doctype to html template example ( #593 )
пре 9 година
Phillip Johnsen
66ff4d91ae
Run browser tests w/node v4
As zuul consequently fails when running on node v0.12.
пре 9 година
Greenkeeper
0180f43609
chore(package): update zuul to version 3.11.0 ( #594 )
https://greenkeeper.io/
пре 9 година
Greenkeeper
1b1a15904e
chore(package): update mocha to version 3.0.2 ( #588 )
https://greenkeeper.io/
пре 9 година
Phillip Johnsen
85fa743258
Ignore eslint for greenkeeper updates. ( #580 )
As we don't plan to update to Node.js v4 any time soon,
we can't update eslint cause it requires Node.js => v4.
пре 9 година
mightyplow
fc5492b750
return mustache object from factory
When using amdclean to create a footprint less javascript file, the object needs to be returned to let it properly be assigned to the created script variable.
пре 9 година
Evan
eae8aa3ba9
Fix #586 : Change "loadUser" to "loadUser()" in docs. ( #592 )
пре 9 година
oughter
25cf65befb
Document ways to set custom delimiters via JS ( #575 )
Documents ways to set custom delimiters via JS, in addition to inline in the templates.
пре 9 година
Morton Fox
8ae505a3a8
Fix link to Ctemplate and its HowTo since they've moved to GitHub ( #569 )
пре 10 година
Greenkeeper
c529bcc7f0
chore(package): update mocha to version 2.5.0 ( #565 )
пре 10 година
kookookchoozeus
329bfd090d
Fixes CLI tests for windows ( #560 )
* Fixes CLI tests for windows
* Hijacked exec so we don't have to wrap each command in changeForOS, and made replacing 'cat' safer with word boundaries
* Fixing changed tests to be more consistent with the code base
пре 10 година
David da Silva
9017163785
Merge pull request #553 from janl/escaped-lookup-test
Assert null lookup when rendering an unescaped value
пре 10 година
David da Silva
bdfb5d069e
Merge pull request #555 from janl/greenkeeper-eslint-2.5.0
eslint@2.5.0 breaks build 🚨
пре 10 година
David da Silva
4e096aa7c1
chore(package): update eslint to version 2.5.1
http://greenkeeper.io/
пре 10 година
David da Silva
7e83df9b05
Assert `null` value render
It was not being asserted anywhere else, and I was suspecting that
PR #552 was changing current (and correct) behaviour.
пре 10 година
David da Silva
5e19b3049b
Add consistent indentation in null_lookup_object.js test file
Either vim or git was going crazy with the indentation when I tried
improving the test via changing one of the lines, so I linted it all
together.
пре 10 година
Phillip Johnsen
85bccf6056
Merge pull request #542 from tomekwi/api-docs
Document the API
пре 10 година
Tomek Wiszniewski
119b5046d7
Document the API
I couldn’t find the API in the docs. This is what I found out by reading the source. Let’s save others the pain.
Mark partials as optional
пре 10 година
Phillip Johnsen
fc4db270eb
Merge pull request #548 from janl/greenkeeper-eslint-2.2.0
Update eslint to version 2.2.0 🚀
пре 10 година
greenkeeperio-bot
cad1ea0584
chore(package): update eslint to version 2.2.0
http://greenkeeper.io/
пре 10 година
Phillip Johnsen
3a97339897
Merge pull request #546 from pra85/patch-2
Cosmetic changes to Readme
пре 10 година
Prayag Verma
6e42494ce1
Cosmetic changes to Readme
Add syntax highlighting style to previously missed code blocks
пре 10 година
Phillip Johnsen
e1997ee414
Merge pull request #540 from wizawu/merge-upstream
Add optional `output` argument to mustache bin
пре 10 година
wizawu
c71fc6ff6b
Remove test/_files/cli_output.txt
пре 10 година
wizawu
3165c53f7f
Add test case for `output` argument
пре 10 година
wizawu
8bfd6e4c60
Add `output` argument to mustache bin
пре 10 година
David da Silva
cd06b22dab
:ship: bump to version 2.2.1
пре 10 година
Phillip Johnsen
692609d419
Merge pull request #533 from keirog/fix-quote-typo-docs
Fix minor typo in docs
пре 10 година
Keith Rogers
1a391c9b2c
Fix minor typo in docs
пре 10 година
David da Silva
60a41db58a
Merge pull request #532 from simast/master
Fix inconsistency in defining global mustache object.
пре 10 година
Simas Toleikis
3460f1ef67
Fix inconsistency in defining global mustache object.
пре 10 година
David da Silva
34ebd1cb1a
Merge pull request #530 from janl/improve-html-escaping
Improve HTML escaping
пре 10 година
Phillip Johnsen
378bcca8a5
Improve HTML escaping.
This closes a couple of potential exploit scenarios.
Backtick (`) for older IEs and equals (=) for unquoted attributes.
Refs 83b8e846a3
Closes https://github.com/janl/mustache.js/pull/388
пре 10 година
Phillip Johnsen
53b1c955f9
Merge pull request #500 from imagentleman/patch-1
Removed html syntax highlighting on README.md example
пре 10 година
Phillip Johnsen
a518c6d140
Merge pull request #524 from janl/unpin-chai-eslint
Unpin chai and eslint versions
пре 10 година
David da Silva
dadbe203d5
Unpin chai and eslint versions
greenkeeper.io will let us know if the minor/patch bumps break our code, so go wild.
пре 10 година
David da Silva
bc05cb80dc
Merge pull request #497 from janl/remove-ie8
Remove IE8 from zuul test runs
пре 10 година
Phillip Johnsen
85caf22b17
Merge pull request #516 from Xcrucifier/master
Extremely minor documentation update
пре 10 година
Nigel D'Souza
b67970c732
Extremely minor documentation update
пре 10 година
José Antonio Chio
1ac4a9de5c
Remove syntax highlighting in README code sample
пре 10 година
David da Silva
c31df4bb9f
Merge pull request #513 from janl/greenkeeper-zuul-3.7.0
Update zuul to version 3.7.0 🚀
пре 10 година
greenkeeperio-bot
2160871562
chore(package): update zuul to version 3.7.0
http://greenkeeper.io/
пре 10 година
David da Silva
074128d869
Merge pull request #512 from janl/greenkeeper-eslint-1.7.3
Update eslint to version 1.7.3 🚀
пре 10 година
greenkeeperio-bot
c740c25960
chore(package): update eslint to version 1.7.3
http://greenkeeper.io/
пре 10 година
David da Silva
6890c9b95e
Merge pull request #511 from janl/greenkeeper-chai-3.4.0
Update chai to version 3.4.0 🚀
пре 10 година
greenkeeperio-bot
dda6c3c3dc
chore(package): update chai to version 3.4.0
http://greenkeeper.io/
пре 10 година