Evan Lovely
320d0e629d
Update README.md with proper grammar
Past tense of "run" is "ran", not "runned".
10 anni fa
David da Silva
c9127a62cd
Merge pull request #505 from janl/greenkeeper-eslint-1.7.1
Update eslint to version 1.7.1 🚀
10 anni fa
Michael Jackson
81cec3f5bf
Merge pull request #506 from janl/mjackson-patch-1
Update my username :)
10 anni fa
Michael Jackson
d6972127ee
Update my username :)
10 anni fa
greenkeeperio-bot
93291266fe
chore(package): update eslint to version 1.7.1
http://greenkeeper.io/
10 anni fa
David da Silva
d129fc26ba
Merge pull request #504 from janl/greenkeeper-eslint-1.7.0
Update eslint to version 1.7.0 🚀
10 anni fa
greenkeeperio-bot
9f98c8f0a0
chore(package): update eslint to version 1.7.0
http://greenkeeper.io/
10 anni fa
David da Silva
b04249a4d6
Fix heading size in 2.2.0 CHANGELOG
I'm sorry. :see_no_evil:
10 anni fa
David da Silva
aac23a542c
:ship: bump to version 2.2.0
10 anni fa
David da Silva
1e87dd679c
Merge pull request #503 from janl/lint-cli
Linting CLI tool & fixing its current style issues
10 anni fa
Phillip Johnsen
cbcd788b0c
Linting CLI tool.
Also minor .eslintrc change to be able to use `process.exit()`,
instead of having to `throw new Error()` to exit the process.
10 anni fa
Phillip Johnsen
c4d1e09931
Merge pull request #502 from palkan/cli-partials
Add partials support to cli
10 anni fa
palkan
d0cf9c65ee
[ Fix #483 ] Add partials support to cli
10 anni fa
David da Silva
fc79be76c5
Merge pull request #496 from mateusortiz/patch-1
Add instructions install on top #493
10 anni fa
Mateus Ortiz
a951348003
Add instructions install on top #493
fix local install
Fix order section and grammatical
Fix the comments
Fix command line mustache
10 anni fa
David da Silva Contín
fb66bcbc78
Merge pull request #491 from janl/greenkeeper-eslint-1.6.0
Updated eslint to version 1.6.0
10 anni fa
greenkeeperio-bot
847499ad67
chore(package): update eslint to version 1.6.0
http://greenkeeper.io/
10 anni fa
Jan Lehnardt
42d0ebd850
Merge pull request #486 from janl/9d967ea61f09174238d7ff51116dfbc9339a0fbd
Updated chai to version 3.3.0
10 anni fa
Jan Lehnardt
9d967ea61f
chore: updated package.json
10 anni fa
David da Silva Contín
cc7aaecaa7
Merge pull request #485 from janl/67fe0e5d59bda578ea08526bb58ef0f3db2d6132
Updated eslint to version 1.5.0
10 anni fa
Jan Lehnardt
67fe0e5d59
chore: updated package.json
10 anni fa
Phillip Johnsen
d1019d298c
npm 2.x and node v4 on Travis
Use latest v2 release of npm as the just released v3 doesnt seem to be node v0.8 compliant atm.
And test on node v4 for obvious reasons.
10 anni fa
Phillip Johnsen
289f146a29
Merge pull request #484 from djchie/patch-1
Fix spelling error to "aforementioned"
10 anni fa
djchie
aa5765971a
Fix spelling error to "aforementioned"
10 anni fa
David da Silva Contín
92c759a844
Merge pull request #476 from ShashankaNataraj/verbose-hooks-install
Verbose hooks install
10 anni fa
shashanka
7e79c11320
https://github.com/janl/mustache.js/issues/462
:v: colorified
https://github.com/janl/mustache.js/issues/462
:v: Add empty line between variables and loop, Change "executing" to "Installing", Add new line at the end of the last echo
https://github.com/janl/mustache.js/issues/462
:v: Removed trailing \n, echo changed for if
https://github.com/janl/mustache.js/issues/462
:v: added the word backup into the text.
https://github.com/janl/mustache.js/issues/462
Modified echo text
https://github.com/janl/mustache.js/issues/462
10 anni fa
Phillip Johnsen
2ef7356ec2
Equal error message test in .render() for server and browser.
This fixes a small blooper introduced in a3f4339 .
Error message thrown for invalid template type, should be equal on
the server and in the browser.
10 anni fa
David da Silva Contín
b32d425b83
Merge pull request #474 from jfmercer/minor-documentation-update
Clarifies and improves language in documentation
10 anni fa
John F. Mercer
cee416839b
Clarifies and improves language in documentation
* Although my previous PR (#469 ) on this topic was merged, it caused
[quite a discussion](https://github.com/janl/mustache.js/pull/469 ) about
the clarity of the language I wrote.
* This commit seeks to clarify and improve the sentence under discussion.
10 anni fa
David da Silva
20c089392e
:ship: bump to version 2.1.3
10 anni fa
David da Silva Contín
c4c9238443
Merge pull request #472 from mikesherov/patch-1
Update UMD Shim to be resilient to HTMLElement global pollution
10 anni fa
Mike Sherov
853f9c36df
Update UMD Shim to be resilient to HTMLElement global pollution
Please see https://github.com/umdjs/umd/pull/63 and https://github.com/umdjs/umd/issues/35 for more information, but
this change prevents an HTML element with an id of `exports` from causing the UMD shim to incorrectly detect the environment as node.
10 anni fa
David da Silva Contín
947d17c694
Merge pull request #471 from Andersos/patch-1
Move gif to githubusercontent #327
10 anni fa
Anders Olsen Sandvik
ef047db543
Move gif to githubusercontent
10 anni fa
Phillip Johnsen
5b43a4f613
Merge pull request #469 from jfmercer/string-literals
Documents use of string literals containing double quotes
10 anni fa
John F. Mercer
d0770de5be
Documents use of string literals containing double quotes
10 anni fa
Phillip Johnsen
06b7392200
Merge pull request #467 from janl/feature/meaningful-type-error
Throw error when providing .render() with invalid template type
11 anni fa
Phillip Johnsen
a3f4339c65
Throw error when providing .render() with invalid template type.
As we require the template to be a `string` we now throw an error when given
any other data type. This should provide the developers with a meaningful
error rather than a cryptic TypeError from the murky depths of our source code.
Fixes #464
11 anni fa
David da Silva Contin
55c1370a11
:ship: bump to version 2.1.2
11 anni fa
David da Silva Contín
b660592b42
Merge pull request #466 from yousefcisco/master
Added global Mustache definition
11 anni fa
Yousef Cisco
a572642ee4
Added global Mustache definition
11 anni fa
David da Silva Contin
6ae6179c84
generate issue/username md links using gh-sauce
11 anni fa
David da Silva Contin
0df1ac1164
add homepage property to package.json
11 anni fa
David da Silva Contin
58c293ad7c
Revert "issue/user links using gh-sauce for changelog"
This reverts commit 2f51083565 . Util is
not yet configurable, so issue links point to `mocha`.
11 anni fa
David da Silva Contin
2f51083565
issue/user links using gh-sauce for changelog
11 anni fa
David da Silva Contin
aef96817ae
:ship: bump to version 2.1.1
11 anni fa
David da Silva Contin
5b8bdb1ffc
added version links to change log
11 anni fa
David da Silva Contin
a145a2f325
state that we use semver on the change log
11 anni fa
David da Silva Contin
99e76ed766
bower.json no longer requires to be bumped
`version` is currently a moot prop since git tags are used instead. More
info at https://github.com/bower/bower.json-spec/commit/a325da3 .
11 anni fa
David da Silva Contín
68a962d2f3
Merge pull request #463 from kkirsche/patch-1
Remove moot `version` property from bower.json
11 anni fa