David da Silva Contín
92c759a844
Merge pull request #476 from ShashankaNataraj/verbose-hooks-install
Verbose hooks install
пре 10 година
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 година
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 година
David da Silva Contín
b32d425b83
Merge pull request #474 from jfmercer/minor-documentation-update
Clarifies and improves language in documentation
пре 10 година
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 година
David da Silva
20c089392e
:ship: bump to version 2.1.3
пре 10 година
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 година
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 година
David da Silva Contín
947d17c694
Merge pull request #471 from Andersos/patch-1
Move gif to githubusercontent #327
пре 10 година
Anders Olsen Sandvik
ef047db543
Move gif to githubusercontent
пре 10 година
Phillip Johnsen
5b43a4f613
Merge pull request #469 from jfmercer/string-literals
Documents use of string literals containing double quotes
пре 10 година
John F. Mercer
d0770de5be
Documents use of string literals containing double quotes
пре 10 година
Phillip Johnsen
06b7392200
Merge pull request #467 from janl/feature/meaningful-type-error
Throw error when providing .render() with invalid template type
пре 11 година
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 година
David da Silva Contin
55c1370a11
:ship: bump to version 2.1.2
пре 11 година
David da Silva Contín
b660592b42
Merge pull request #466 from yousefcisco/master
Added global Mustache definition
пре 11 година
Yousef Cisco
a572642ee4
Added global Mustache definition
пре 11 година
David da Silva Contin
6ae6179c84
generate issue/username md links using gh-sauce
пре 11 година
David da Silva Contin
0df1ac1164
add homepage property to package.json
пре 11 година
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 година
David da Silva Contin
2f51083565
issue/user links using gh-sauce for changelog
пре 11 година
David da Silva Contin
aef96817ae
:ship: bump to version 2.1.1
пре 11 година
David da Silva Contin
5b8bdb1ffc
added version links to change log
пре 11 година
David da Silva Contin
a145a2f325
state that we use semver on the change log
пре 11 година
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 година
David da Silva Contín
68a962d2f3
Merge pull request #463 from kkirsche/patch-1
Remove moot `version` property from bower.json
пре 11 година
Kevin Kirsche
981fbeb84f
Remove moot `version` property from bower.json
Per bower/bower.json-spec@a325da3
пре 11 година
David da Silva Contín
3533bbd7db
Merge pull request #451 from janl/fix/view-prototype-issues
Fix view prototype value lookup issues
пре 11 година
Phillip Johnsen
8adacd1641
Bugfix for null/undefined when using dot notation
пре 11 година
David da Silva
931f49b5da
improve test with undefined/null lookup hit using dot notation
пре 11 година
Phillip Johnsen
fc6d73b353
Bugfix for using values from view's context prototype.
Fixes #445
пре 11 година
David da Silva Contin
b479bb8fb8
:ship: bump to version 2.1.0
пре 11 година
David da Silva Contín
15e7016895
Merge pull request #461 from janl/fix/context-cache
Bugfix for view context cache
пре 11 година
Phillip Johnsen
e801e842a7
Bugfix for view context cache picking methods from Object.prototype instead of the view.
Fixes #442
пре 11 година
Phillip Johnsen
e31a89a239
Merge pull request #460 from nikolas/patch-1
Only display result of master branch on travis badge
пре 11 година
nikolas
824639f923
Only display result of master branch on travis badge
пре 11 година
David da Silva
954a8fbf15
use chai for improved string diffing
пре 11 година
Phillip Johnsen
abd32f0f4b
Added IE 8 -> latest in browser tests matrix.
Closes #450
пре 11 година
Phillip Johnsen
c1160a2b32
Merge pull request #454 from nagaozen/patch-4
Minor changes to make it compatible with both WSH and ASP (eslint com…
пре 11 година
Phillip Johnsen
4904d58a86
Merge pull request #456 from mmcev106/master
Added the keywords "imports", "nested" and "subtemplates" to the docs
пре 11 година
Mark McEver
2d12c61bac
Added the keywords "imports", "nested" and "subtemplates" to the docs for Partials. It took me forever to find this feature because those were the keywords I was looking for. The term "partials" means something slightly different in some circles, so I kept misinterpretting their use when skimming the docs.
пре 11 година
David da Silva Contín
519669d2cb
Merge pull request #455 from janl/improve/cli-parse-error
Improve CLI parsing error
пре 11 година
Phillip Johnsen
b2fb42e572
Improve CLI parsing error
пре 11 година
David da Silva
cb14bb2dd6
don't push auto-generated browser render test
пре 11 година
Fabio Zendhi Nagao
60c2da8078
Minor changes to make it compatible with both WSH and ASP (eslint compatible)
Made it eslint compatible.
пре 11 година
David da Silva Contín
c03f25a6fa
Merge pull request #453 from pgilad/patch-2
Add license attribute
пре 11 година
Gilad Peleg
4397136aab
Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
пре 11 година
Phillip Johnsen
1fdfdcf606
Dont run browser tests in PRs.
As secure $ENVs are disabled for pull requests and those $ENVs are required for running browser tests on saucelabs.
http://docs.travis-ci.com/user/pull-requests/#Security-Restrictions-when-testing-Pull-Requests
+ updated readme with the fact that browser tests are only runned automatically when *merged into master*, not in the PR stage
пре 11 година
Phillip Johnsen
85d013c50f
Improved Travis node version test
пре 11 година
Phillip Johnsen
35df920bd7
New secure saucelabs $ENVs on Travis and less browsers.
With 25 different browser versions it could easily take 15-25 minutes for a run too finish.
Only test latest chrome & firefox atm, increase support later as needed.
пре 11 година