Skip to content

Releases: umakantp/jsmart

v2.13.0

19 Dec 06:43
Compare
Choose a tag to compare

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

15 Dec 17:02
Compare
Choose a tag to compare

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

11 Dec 19:19
Compare
Choose a tag to compare

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.