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.
11年前
David da Silva Contín
47ae3b8b49
Merge pull request #434 from phillipj/feature/cli-v-option
CLI: -v option for displaying current version
11年前
Phillip Johnsen
26a4e95e3b
CLI: -v option for displaying current version
Fixes #431
11年前
David da Silva
d4ba5a19d4
bump to version 1.1.0
11年前
Phillip Johnsen
05d7146566
Merge pull request #425 from phillipj/feature/cli
Created command line tool
11年前
David da Silva Contín
7e49944278
Merge pull request #426 from kriix/master
Improve documentation to explain that Inverted Sections uses falsy
11年前
kriix
5f06df20d2
Update README.md
11年前
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
11年前
Phillip Johnsen
2844c9cd2f
Added node v0.12 on travis
11年前
David da Silva Contín
146497bea7
added gitter badge
11年前
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
11年前
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
11年前
David da Silva Contín
99b40a76c8
Merge pull request #413 from phillipj/cleanup/readme-tests
Cleanup tests section in readme
11年前
Phillip Johnsen
4ac18621e5
Cleanup tests section in readme
11年前
David da Silva Contín
cb4abe1740
Merge pull request #414 from phillipj/cleanup/refactor-render-tokens
Refactor Writer.renderTokens() for better readability.
11年前
Phillip Johnsen
deaf0ba982
if-else instead seems to fix perf problems
11年前
Phillip Johnsen
3f298fdb96
Refactor Writer.renderTokens() for better readability.
Split the old Writer.renderTokens() into several small functions with a single responsible.
11年前
David da Silva
2ba7481d41
bump to version 1.0.0, resolves #325
11年前
David da Silva Contín
1b21dc8945
Merge pull request #410 from dasilvacontin/issue/401
added pre-commit hook and hook installer, resolves #401
11年前
David da Silva
eb64951b65
added pre-commit hook and hook installer, resolves #401
11年前
David da Silva Contín
162d81507e
Merge pull request #327 from videlalvaro/patch-1
an image is wroth a thousand words
11年前
David da Silva
1a78c566af
Merge branch 'spmjs-add-spm-support'
11年前
David da Silva
27988d4029
solve merge conflicts in spmjs/add-spm-support
Conflicts:
package.json
11年前
David da Silva Contín
85e43f97d8
Merge pull request #380 from skybet/section-with-length-property
Section with "length" property
11年前
David da Silva Contín
77a7ab344c
Merge pull request #405 from dasilvacontin/issue/403
changed mocha reporter to spec and bumped mocha version, solves #403
11年前
David da Silva
a2925af044
changed mocha reporter to spec and bumped mocha version, solves #403
11年前
David da Silva Contín
fcfddfe68b
Merge pull request #402 from phillipj/feature/travis-v0.11
Also run node v0.11 on travis
11年前
Chris Buckley
d9aa703014
Only access properties of objects on Context.lookup
12年前
afc163
6f601e6757
Add spm support
11年前
Phillip Johnsen
586e8607e9
Also run node v0.11.x on travis
11年前
David da Silva Contín
96b04c87bd
Merge pull request #384 from IonicaBizau/patch-1
Updated version patch
11年前
Jan Lehnardt
4ad3ebb6e3
lol floats
11年前
Jan Lehnardt
aaeb4caf64
update travis node test versions
11年前
Jan Lehnardt
56e3a880d0
style
11年前
Jan Lehnardt
981bc3e06f
reword
11年前
Jan Lehnardt
b128416e4a
add search for maintainers bit to README
11年前
Ionică Bizău
fe05454e01
Updated version patch
12年前
Michael Jackson
32db14a490
Merge pull request #378 from jrburke/umd-fix
Fixes AMD registration, volo package.json entry
12年前
jrburke
2e12efdeda
Fixes AMD registration, volo package.json entry
This change allows the AMD define signature to match what common AMD optimizers use to find define calls that need naming.
Also updates the volo package.json entry so that the correct version of mustache can be fetched properly.
12年前
Michael Jackson
799f55d157
Simplify UMD wrapper
12年前
Michael Jackson
7301707703
Inline tag compilation
12年前
Michael Jackson
d56f23e769
Save local reference to cache
12年前
Michael Jackson
0295646b67
More style tweaks
12年前
Michael Jackson
ea3d4433cb
Formatting tweaks
12年前
Michael Jackson
209fea318e
Merge pull request #369 from maltsev/patch-1
Correct mistake in the readme
Fixes #370
12年前
Kirill Maltsev
a7837898c7
Correct mistake in the readme
I've corrected the wrong variable name.
12年前
Jan Lehnardt
ba510eb354
Merge pull request #367 from p2/master
Change example to use `script` instead of `textarea`
12年前
Pascal Pfiffner
4184761b20
Change example to use `script` instead of `textarea`
12年前
Jan Lehnardt
493b96ff32
Merge pull request #366 from p2/master
Describe two techniques on how to load templates
12年前
Pascal Pfiffner
e703599811
Describe two techniques on how to load templates in the README
12年前