1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 26, 2025 — Jun 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- added enumObjs param to caching func to fix/aid blind recursive rendering - updated qunit More... over 15 years ago
- fixing strange FF < 4 bug with multiple regex instances cross-setting lastIndex property More... over 15 years ago
readme fix - clarifying shorthand tag usage More... about 16 years ago
- adding quick-n-dirty readme with basics 'til full docs are done. More... about 16 years ago
- adding ability to force close tags when needed /}}. closes #9. - chunking/pre-caching part of blind recursive template so parser doesn't vomit More... about 16 years ago
- bool section changes ? and ! now trail context, optionally followed by a checker function to be invoked on the context, makes syntax & shorthands uniform. closes issue #6. this looks like a good place for freezing the syntax. * this breaks the blind recursive test, not sure why yet. More... about 16 years ago
- some unit test cleanup & rewording More... about 16 years ago
- replacing insane ParseTag capturing regex + weird logic with just clear logic. - simplify tokenizer regex a bit - this commit closes issue #5 More... about 16 years ago
- adding blind recursive test - kill trailing whitespace More... about 16 years ago
refactored to kill referencing issues - avoid cloning nodes from cache during render, pass needed dataPath directly to Render() (only used by cache reader nodes) - remove this.parent, pass enumPos directly to Render() (only used by enumPos nodes) More... about 16 years ago
trim trailing space More... about 16 years ago
adding unit test for issue #4 More... about 16 years ago
- combining dataKey and propPath into dataPath. less params, more uniformity for property drill-down - now getProp(obj, dataPath) More... about 16 years ago
- adding explicit object property enumeration {{#item}}{{/item}}. closes #1 More... about 16 years ago
- adding .parent reference to template nodes - {{#}} renders context enumerator position. closes #2 More... about 16 years ago
initial commit More... about 16 years ago