Jsmart Versions Save

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

v4.0.0

2 years ago

Release notes:

  1. Bump all dependencies to latest version.
  2. Fixed bug no #37

v3.1.0

6 years ago

Release notes:-

  1. Update package-lock file
  2. #23
  3. #25
  4. #24

v3.0.3

6 years ago

Release notes:-

  1. Update package-lock file
  2. Modify readme, add other tools links, do not link to old project.
  3. Optimize useExtends
  4. Add modifier debug_print_var
  5. Add option to debug
  6. Remove unnecessary use conditional expression
  7. Fix date_format unit test cases

v3.0.2

6 years ago

Release notes:-

  1. Fix 'window' is not defined error issue #21
  2. Add JsFiddle page to play with

v3.0.1

6 years ago

Release notes:-

  1. Fix basic example
  2. Add fetch method to string to directly fetch the template by applying data.

v3.0.0

6 years ago

Release notes:-

  1. Rewrote everything
  2. Fixed many bugs
  3. Added test cases

v2.15.1

6 years ago

Release notes:-

  1. Fixed documentation
  2. Fixed call for getTemplate as cached template wasn't working. (issue no #12 #11 #13 #16)

v2.15.0

8 years ago

Release notes:-

  1. Fixed documentation
  2. Add support CMD and AMD
  3. Use Number() instead of parseInt() to convert string to number (integer/float).

v2.14.0

9 years ago

Release notes:-

  1. Updated default quoting style to ENT_NOQUOTES in modifier "unescape".
  2. Added grunt and jsmart.js minified version in the repo.
  3. Updated bower, component, package.json manifiests.
  4. Hexadecimal numbers are lower in modifier "escape" when type is "hexentity".
  5. Use &#039 instead of &#39 since PHP version does the same.
  6. Fixed issue #6:- Modifier plugin name conflicts with variable name in the template.
  7. Fixed issue #7:- Returns true if array is empty in the {if} statement .
  8. Fixed issue #8:- Accented characters are uppercased when capitalize modifier is used.

v2.13.1

10 years ago

Release notes:-

  1. Added bower and component manifest.
  2. Added noprint and unescape modifiers.