Jan Lehnardt
3f15f72fbf
0.4.0
před 14 roky
Michael Jackson
def81a0700
Add spec for & tags ( fixes #83 )
před 14 roky
Don Brown
634b29d275
83: Add support for & operator for unescaping
Conflicts:
mustache.js
před 15 roky
Michael Jackson
bf95689f42
Support for partial paths ( fixes #91 )
Uses the work done by @nateware in pull request 92. Thanks!
před 14 roky
Michael Jackson
db5f5ece0b
Faster escapeHTML
See http://jsperf.com/string-replace-function
před 14 roky
Jan Lehnardt
99b5aa1a3d
-y oh -y
před 14 roky
Jan Lehnardt
ceafe886cb
Travis builders are now on Ubuntu 11.04 "Natty". The xulrunner
package name is now "xulrunner-2.0". We need this to run our tests
in SpiderMonkey.
před 14 roky
Michael Jackson
9a8ff7638a
Refactor escapeHTML
před 14 roky
Michael Jackson
2f4ccb950f
Update README
před 14 roky
Michael Jackson
846d1d3498
Update testing instructions
před 14 roky
Michael Jackson
3ac02f342a
Use .mustache file extension
před 14 roky
Michael Jackson
f127f48bf4
Move all tests to spec directory
před 14 roky
Michael Jackson
0e49002087
Add node to test suite
před 14 roky
Michael Jackson
f6273dd624
Move templates to wrappers directory
před 14 roky
Michael Jackson
ff40abbbbc
Format comment
před 14 roky
Michael Jackson
9867b8d917
Clean up runner.js
před 14 roky
Michael Jackson
89863d714b
Use rake/clean
před 14 roky
Michael Jackson
65eb4220ca
Fix indentation
před 14 roky
Michael Jackson
3bbe1ab9d8
Fix rendering partials w/o data
Thanks drobbins (see https://github.com/janl/mustache.js/pull/113 )
před 14 roky
Michael Jackson
93dd0ddb91
Consistent use of typeof
před 14 roky
Michael Jackson
a20cf0032b
Consistent spacing
před 14 roky
Michael Jackson
f44254cc7e
Use native String#trim when available
Uses a method similar to jQuery.trim in jQuery 1.7.1.
před 14 roky
Michael Jackson
ff543bb74d
Use native Array.isArray when available
před 14 roky
Michael Jackson
ae5f8aded0
Ignore .rvmrc
před 14 roky
Michael Jackson
486cbd6870
Merge pull request #130 from tmcw/commonjs-wrap
Condition module.exports to make commonjs version work in browsers and no
před 14 roky
wittemann
53e49cfc76
Changed the qooxdoo pre template back to the way it was.
před 14 roky
wittemann
0cc140c52c
Modified the get method to support more than one element in the template stored in the dom.
před 14 roky
Jan Lehnardt
d8f2f553c4
bump ruby version
před 14 roky
Jan Lehnardt
470b02798c
fix apt-get install name for spidermonkey, again, again, again
před 14 roky
Jan Lehnardt
bdad747916
fix apt-get install name for spidermonkey, again, again
před 14 roky
Jan Lehnardt
f39b87fd78
fix apt-get install name for spidermonkey, again
před 14 roky
Jan Lehnardt
390434107f
fix apt-get install name for spidermonkey
před 14 roky
Jan Lehnardt
a552540526
add travis ci config
před 14 roky
Jan Lehnardt
d0cd6d0e6e
Merge pull request #137 from BigBlueHat/narrow_rspec_dependency
Narrow rspec dependency
před 14 roky
Jan Lehnardt
2ead28a60e
Merge pull request #134 from brandonpayton/master
Dot notation support renders 0 and boolean false values as "true"
před 14 roky
Jan Lehnardt
e2e29b281a
Merge pull request #138 from timcharper/master
README: Dereferencing section clarification + describe dot notation
před 14 roky
Tim Harper
68ad470561
README: Adds a note about dot notation
před 14 roky
Tim Harper
3ca6d1d435
README: Clarify Deferencing Section docs
It was confusing to present the concept of dereferencing a nested object and
enumerating over a list in an same example intended to show dereferencing a
nested object. I believe this example illustrates the concept more clearly.
před 14 roky
Benjamin Young
577f7cc437
noting rspec is only needed for testing now
před 14 roky
Benjamin Young
98e2f0f35c
moved rspec requirement into spec task to narrow dependencies
You can now run `rake jquery` and friends without installing rspec.
Closes #135 .
před 14 roky
Brandon Payton
55c4346656
Add missing comma to dot_notation test's object literal.
před 14 roky
Brandon Payton
1d59e5c746
Merge https://github.com/janl/mustache.js
Conflicts:
examples/dot_notation.js
mustache.js
před 14 roky
brandonpayton
18a0e89640
Fix for dot notation returning a value of boolean true for kinda_truthy values '0' and 'false'.
před 14 roky
Jan Lehnardt
17f5dc3686
Merge pull request #136 from brandonpayton/whitespace-fix
Remove tab whitespace that was added during dot notation merge.
před 14 roky
Brandon Payton
26e8ebe138
Replace tabs with 2 spaces.
před 14 roky
wittemann
be94fda74f
Changed the qooxdoo pre template back to the way it was.
před 14 roky
wittemann
59b17c77f4
Modified the get method to support more than one element in the template stored in the dom.
před 14 roky
Jan Lehnardt
8285a3e42e
Merge pull request #132 from johnnypez/master
Support for Dot Notation, with tests.
před 14 roky
John Butler
a6f913a92a
it would be handy if I committed the tests!
před 14 roky
John Butler
ba16c76887
dot notation support added
- all tests passing
- updated test to include check that it doesn't break IMPLICIT_OPERATOR
- added fix to ensure that you can access global context from within 'dot notatated' blocks
před 14 roky