forked from ingydotnet/jemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added .pairs (VMethod) functionality with tests
Fixed quoted.t failing test Version bump for testing release
- Loading branch information
1 parent
871414c
commit d715e67
Showing
12 changed files
with
597 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
VERSION | ||
Version 0.24_4 | ||
|
||
NAME | ||
Jemplate - JavaScript Templating with Template Toolkit | ||
|
||
|
@@ -161,12 +164,13 @@ CURRENT SUPPORT | |
* [% LAST %] | ||
* [% CLEAR %] | ||
* [%# this is a comment %] | ||
* [% MACRO name(param1, param2) BLOCK %] ... [% END %] | ||
|
||
ALL of the string virtual functions are supported. | ||
|
||
ALL of the array virtual functions are supported: | ||
|
||
ALL of the hash virtual functions are supported (except for import): | ||
ALL of the hash virtual functions are supported: | ||
|
||
MANY of the standard filters are implemented. | ||
|
||
|
@@ -185,8 +189,8 @@ BROWSER SUPPORT | |
All tests run 100% successful in the above browsers. | ||
|
||
DEVELOPMENT | ||
The bleeding edge code is available via Subversion at | ||
http://svn.jemplate.net/repo/trunk/ | ||
The bleeding edge code is available via Git at | ||
git://github.com/ingydotnet/jemplate.git | ||
|
||
You can run the runtime tests directly from | ||
http://svn.jemplate.net/repo/trunk/tests/run/index.html or from the | ||
|
@@ -229,6 +233,8 @@ AUTHORS | |
|
||
Robert Krimen <[email protected]> | ||
|
||
Nickolay Platonov <[email protected]> | ||
|
||
COPYRIGHT | ||
Copyright (c) 2006-2008. Ingy döt Net. | ||
|
||
|
Oops, something went wrong.