0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2024 — May 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Got escaping of text working, I think. More... almost 15 years ago
Added test for a partial inside of a partial. More... almost 15 years ago
Marked partials off of the list. More... almost 15 years ago
Added partials. More... almost 15 years ago
Took escaping off of the TODO list. More... almost 15 years ago
Tested that safestrings don't get escaped. More... almost 15 years ago
Added the new safestring type and a test for its implementation. More... almost 15 years ago
Added ability to specify unescaped items with &. More... almost 15 years ago
Realized I goofed in one spot. Fixed\! More... almost 15 years ago
Got escaping working, as well as avoiding escaping with {{{ More... almost 15 years ago
For real this time More... almost 15 years ago
Added TODO before 1.0 More... almost 15 years ago
Add a comment and reorganize a few things More... almost 15 years ago
Refactored some stuff. More... almost 15 years ago
Bit of cleanup on the context code. More... almost 15 years ago
Took out a console.log that was hanging around. More... almost 15 years ago
Using this.__get__ inside of functions called as expressions now works. More... almost 15 years ago
Added support for expressions that reference functions. More... almost 15 years ago
Got rid of some debugging output. More... almost 15 years ago
Got rid of failing test. I'll take another stab some other time. More... almost 15 years ago
Made path parser reusable so that we can use it inside of __get__. More... almost 15 years ago
Added support for this keyword in paths. More... almost 15 years ago
Updated the path parsing in lookupFor to be a bit smarter and added parse errors for some of the more tricky ones. More... almost 15 years ago
Added parse errors for trying to jump out of context after moving into context in path expressions. More... almost 15 years ago
Got accessing data in nested objects working using parent/child syntax. More... almost 15 years ago
Got more deeply neested context references working and tested. More... almost 15 years ago
Working on test for ../../omg More... almost 15 years ago
Set stack to not be global. More... almost 15 years ago
Added basic nested context lookups and context stack. More... almost 15 years ago
Add fallback hash (useful for a helper Hash). More... almost 15 years ago