1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wasnt pushing this far enough up the stack More... over 15 years ago
fixed up some end of line places. one thing that changes is that if you want the partial to go to the next line and it is on a line by itself you need an end of line within the partial. More... over 15 years ago
turn debug off More... over 15 years ago
be far more careful about how we output lines. initial testing supports that this algorithm is working. considering using inner classes rather than external classes for faster compilation. More... over 15 years ago
this narrows down the missing fields and methods but now points out the line number strategy is flawed. More... over 15 years ago
be even more explicit whether fields or methods were found, also report exactly where missing values are located. More... over 15 years ago
better tracking. need replace null with something useful when it finds the method or field. More... over 15 years ago
better ability to identify missing template variables. still working on the perfect solution to this. More... over 15 years ago
if the value isnt null and isnt a boolean or iterable then when inverted it is false More... over 15 years ago
add the ability to set your own executor service, though still globally. would be nice if injection was built into java so i wouldnt have to add a dependency to get it. More... over 15 years ago
this is a useful method from mustache backing code More... over 15 years ago
it is possible for this to fail in a concurrent environment, race condition fixed. More... over 15 years ago
little feature that somewhat deviates from the mustache spec allowing you to limit the number of things you pull out of an iterator More... over 15 years ago
also traverse the type hierarchy for fields More... over 15 years ago
log a little more information More... over 15 years ago
this will ignore partials that start with _ which can be distracting when debugging. More... over 15 years ago
this makes it much easier to debug More... over 15 years ago
update to the next snapshot version More... over 15 years ago
propagate the root and path to iterators More... over 15 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 15 years ago
upgrade to junit 4.8.1 More... over 15 years ago
storage renamed assets and is now using the proxy and can be used to create arbitrarily sized thumbnails. More... over 15 years ago
ignore files More... over 15 years ago
follow / unfollow API More... over 15 years ago
pushing the 0.1 release More... over 15 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 15 years ago
pushing the 0.1 release More... over 15 years ago
flush more often so that things come out quickly. should probably have some sort of mechanism for doing this more cleverly. More... over 15 years ago
better asynchronous handling so we can implement timeout content More... over 15 years ago
fix a bug handling json arrays More... over 15 years ago