0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'feature/fix-partials' into dev More... about 14 years ago
Added test for template retention in subsequent render invocations. More... about 14 years ago
Updated implicit iterator test to reflect changes in mustache function names. More... about 14 years ago
Merge branch 'dev' into feature/implicit-iterator More... about 14 years ago
Added test case for resetting pragmas when reusing a single Mustache instance to render multiple templates. More... about 14 years ago
fixed typo in comment More... about 14 years ago
Fixed root context swap in clone (was checking context[0], should have checked last element in context stack). More... about 14 years ago
fixed name of clone test, added more assertions. More... about 14 years ago
Pragmas in parent templates no longer apply to partials (as of a few commits ago). Added test case, removed known issue from readme. More... about 14 years ago
Added unit test for Mustache clone method. More... about 14 years ago
[punting] fixing whitespace in recursive partials template since mustache kinda sucks at whitespace :) More... about 14 years ago
using array keys instead of iteration over context for creating subcontext arrays. this fixes incorrect context stacks in recursive partials. More... about 14 years ago
Merge branch 'dev' into feature/fix-partials More... about 14 years ago
Merge branch 'feature/test-coverage' into dev More... about 14 years ago
Pragmas don't need to be re-rendered for all sub-templates (i.e. sections). Moving call to _renderPragmas into main render() method. More... about 14 years ago
Fix for infinite recursion in recursive partials example. More... about 14 years ago
Added [currently failing] test case for recursive partials. More... about 14 years ago
Stop passing context arrays around like a madman. More... about 14 years ago
Possible fix for #1 - ability to use partials with an arbitrary (non-Mustache) view class. More... about 14 years ago
Merge branch 'feature/test-coverage' into dev More... about 14 years ago
Fix for stripping leading/trailing whitespace from partial names, per http://github.com/janl/mustache.js/issues/issue/34/#comment_244396 More... about 14 years ago
Merge branch 'feature/test-coverage' into dev More... about 14 years ago
Added test case for multiple (trivial) invocations of Mustache::render More... about 14 years ago
Merge branch 'hotfix/0.2.1' into dev More... about 14 years ago
Merge branch 'hotfix/0.2.1' More... about 14 years ago
Fix for #1 - incorrect context for partials. More... about 14 years ago
Merge branch 'release/0.2.0' More... about 14 years ago
Merge branch 'feature/test-coverage' into dev More... about 14 years ago
Minor documentation update More... about 14 years ago
Merge branch 'feature/test-coverage' into dev More... about 14 years ago