Phillip Johnsen
c1160a2b32
Merge pull request #454 from nagaozen/patch-4
Minor changes to make it compatible with both WSH and ASP (eslint com…
hace 11 años
Phillip Johnsen
4904d58a86
Merge pull request #456 from mmcev106/master
Added the keywords "imports", "nested" and "subtemplates" to the docs
hace 11 años
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.
hace 11 años
David da Silva Contín
519669d2cb
Merge pull request #455 from janl/improve/cli-parse-error
Improve CLI parsing error
hace 11 años
Phillip Johnsen
b2fb42e572
Improve CLI parsing error
hace 11 años
David da Silva
cb14bb2dd6
don't push auto-generated browser render test
hace 11 años
Fabio Zendhi Nagao
60c2da8078
Minor changes to make it compatible with both WSH and ASP (eslint compatible)
Made it eslint compatible.
hace 11 años
David da Silva Contín
c03f25a6fa
Merge pull request #453 from pgilad/patch-2
Add license attribute
hace 11 años
Gilad Peleg
4397136aab
Add license attribute
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
hace 11 años
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
hace 11 años
Phillip Johnsen
85d013c50f
Improved Travis node version test
hace 11 años
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.
hace 11 años
Phillip Johnsen
7ed3696eab
Cleanup node v0.6 and v0.11 stuff from Travis.
Removing hacks to get v0.6 tests running; specific npm client version + upgrading mocha.
Also v0.12 of node has been released, therefore there's no reason to still keep testing on v0.11.
hace 11 años
David da Silva Contín
f67cd1aa4a
Merge pull request #443 from phillipj/feature/browser-tests
Browser tests
hace 11 años
Phillip Johnsen
b473d19cae
Added browser tests.
Covers the project with browser tests, not only V8 via node/iojs. Tests are runned with [zuul](https://github.com/defunctzombie/zuul ) which
provides simple local browser testing, aswell as cloud testing on multiple browsers with [saucelabs](http://saucelabs.com ).
hace 11 años
David da Silva
8d23ee5f1e
fix precommit hook not finding mustache version
Due to eslint changes, pre-commit hook was failing to locate version in
mustache.js due to code using single quotes now, therefore "X.X.X" was
not longer matching, and had to be changed to 'X.X.X'.
hace 11 años
David da Silva Contín
ca42511e21
Merge pull request #177 from subzey/master
BOM as whitespace test case
hace 11 años
David da Silva Contín
94224959ef
Merge pull request #440 from phillipj/chore/eslint
eslinting
hace 11 años
David da Silva Contín
d727de03ca
drop official support for node 0.6
hace 11 años
Phillip Johnsen
1a2a369605
eslinting the code
hace 11 años
Jan Lehnardt
1b1d261c13
update copyright
hace 11 años
Phillip Johnsen
d72878a696
Thanks to our superhero @dasilvacontin !
hace 11 años
Phillip Johnsen
58fd71fa79
Merge pull request #439 from dasilvacontin/migration-guide
added migration guide for v2
hace 11 años
David da Silva
08c2f57c41
added migration guide for v2
hace 11 años
David da Silva Contín
967769619f
added travis-ci svg badge to readme
hace 11 años
David da Silva Contín
c52df34ee0
Thanks @phillipj !
hace 11 años
David da Silva
b5cc26842b
:ship: bump to version 2.0.0
hace 11 años
David da Silva Contín
00fedc57f8
Merge pull request #407 from dasilvacontin/issue/397
fixing null and undefined lookup
hace 11 años
David da Silva Contín
8c25ec599c
Merge pull request #438 from dasilvacontin/refactor/432-precommit-hook
pre-commit hook refactoring, closes #432
hace 11 años
David da Silva
d51dc239dd
pre-commit hook refactoring, closes #432
hace 11 años
David da Silva Contín
e3005bf213
(late) changelog update
hace 11 años
David da Silva
85b940801c
bump to version 1.2.0
Added `-v` option to CLI, bugfix for rendering `Number` when it was the
context, and specified files in package.json for cleaner `npm install`.
hace 11 años
David da Silva Contín
1713f8e844
Merge pull request #435 from phillipj/chore/specify-pkg-files
Specifying files in package.json
hace 11 años
Phillip Johnsen
a03e6930b0
Specifying files in package.json
Good npm citizens should specify which files a npm module consists of
so module users dont have to download all the unnecessary things.
hace 11 años
David da Silva Contín
cbe420aa13
Merge pull request #428 from phillipj/fix/number-rendering
Bugfix for number rendered as [object Object]
hace 11 años
Phillip Johnsen
32935dc09b
Bugfix for number rendered as [object Object]
+ minor fix for better error message when running specific render test
Fixes #415
hace 11 años
David da Silva Contín
47ae3b8b49
Merge pull request #434 from phillipj/feature/cli-v-option
CLI: -v option for displaying current version
hace 11 años
Phillip Johnsen
26a4e95e3b
CLI: -v option for displaying current version
Fixes #431
hace 11 años
David da Silva
a0204307c6
fixing null and undefined lookup, fixes #390, #397, #409
hace 11 años
David da Silva
d4ba5a19d4
bump to version 1.1.0
hace 11 años
Phillip Johnsen
05d7146566
Merge pull request #425 from phillipj/feature/cli
Created command line tool
hace 11 años
David da Silva Contín
7e49944278
Merge pull request #426 from kriix/master
Improve documentation to explain that Inverted Sections uses falsy
hace 11 años
kriix
5f06df20d2
Update README.md
hace 11 años
Phillip Johnsen
65387a5468
Created command line tool.
CLI used to render a mustache template with a data view, writes the template into stdout when successfull. Otherwise meaningfull errors into stderr.
Fixes #424
hace 11 años
Phillip Johnsen
2844c9cd2f
Added node v0.12 on travis
hace 11 años
David da Silva Contín
146497bea7
added gitter badge
hace 11 años
David da Silva Contín
c26578a296
Merge pull request #421 from phillipj/feature/jshint-on-test
run jshint before tests, support of node back to v0.6
hace 11 años
Phillip Johnsen
d1bb461caf
Run jshint before tests.
- Documented required version of npm while developing
- Use the latest npm client for node >= v0.8 on travis
Special quirks to get node v0.6 supported:
- npm client v1.3.26 on travis
- jshint 2.4.4 as >= 2.5.x breaks
hace 11 años
David da Silva Contín
99b40a76c8
Merge pull request #413 from phillipj/cleanup/readme-tests
Cleanup tests section in readme
hace 11 años
Phillip Johnsen
4ac18621e5
Cleanup tests section in readme
hace 11 años