Jsmart Versions Save

jSmart is Smarty Javascript Template Engine, port of the PHP Smarty Template Engine

v2.13.0

10 years ago

Release notes:-

  1. Added example for Node.js
  2. Added package.json so we can submit repo to npm registry.
  3. Added many test cases.
  4. Fixed textformat block.
  5. Fix for "float was getting converted to integer".
  6. Added label_ids attribute in html_checkboxes.
  7. Added link attribute in html_image function.

v2.12

10 years ago

Release notes:-

  1. jSmart file name is changed from smart.js to jsmart.js
  2. Added test cases to check against PHP Smarty and jSmart. Compare output of both, if same test case passes and fails if not same.
  3. Added new examples and removed old examples.

v2.11

10 years ago

Release notes:-

  1. Forked from http://code.google.com/p/jsmart/
  2. Fixed issue reported at http://code.google.com/p/jsmart/issues/detail?id=33
  3. Added support for "else if"
  4. Converted smart.js and other files to unix format.
  5. Added fix to put '!==' to work.
  6. Fixed bug:- === was throwing error and was not working.