0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deprecating project now the jQuery has an officially sanctioned templating engine. http://blog.jquery.com/2010/10/04/new-official-jquery-plugins-provide-templating-data-linking-and-globalization/ More... over 13 years ago
Adding another regression test for issue #12, this time I have reproduced the bug. More... over 13 years ago
Adding regression tests for issue #12, but I haven't been able to duplicate it yet. More... almost 14 years ago
Adding test for for-loops within for-loops More... almost 14 years ago
Long overdue AUTHORS file and credit to David More... almost 14 years ago
Updating the copyright year More... almost 14 years ago
Whitespace More... almost 14 years ago
Adding 0.3.2 to changelog More... almost 14 years ago
Adding the 0.3.2 minified release More... almost 14 years ago
Cleaning up $.fn.tempest More... almost 14 years ago
Exposing TemplateSyntaxError and getContextValue (which used to be getValFromObj) to the public API. Updating README to use these. More... almost 14 years ago
Adding a space between arguments More... almost 14 years ago
Making the inner loop in rendering tempest's for loop a little speedier by using a standard for loop instead of $.each More... almost 14 years ago
Removing unnecessary deep copy on call to jQuery.extend which cuts the speeds of the profiling tests in half. More... almost 14 years ago
Saving array length in a local variable. More... almost 14 years ago
Adding names to a bunch of anonymous functions to make them easier to profile. More... almost 14 years ago
Adding a test for for-loops iterating through something accessed via dot notation More... almost 14 years ago
Forgot to remove these console logs before I pushed... More... almost 14 years ago
Integrating the profiling test code with qunit. More... almost 14 years ago
Cleaning up the new tests just a little to provide a better description and make the context object a little more legible (arguably) More... about 14 years ago
If statements can now handle objects with child attributes More... about 14 years ago
Merging the dot notation tests to one test with multiple assertions More... about 14 years ago
Merging the two if tests to one test with multiple assertions More... about 14 years ago
Adding tests for DOM manipulation More... about 14 years ago
moving all test stuff to its own directory to make less clutter More... about 14 years ago
migrating the tests over to qunit More... about 14 years ago
adding the qunit test suite More... about 14 years ago
Applying Przemek Suliga's patch to catch null objects inside cleanVal More... about 14 years ago
whitespace More... about 14 years ago
Adding information about the recent updates to the tempest API. Notably iteration and DOM manipulation. More... about 14 years ago