Skip to content

Releases: umakantp/jsmart

v4.0.0

27 May 13:14
Compare
Choose a tag to compare

Release notes:

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

v3.1.0

11 Jan 13:56
Compare
Choose a tag to compare

Release notes:-

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

v3.0.3

15 Nov 04:31
Compare
Choose a tag to compare

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

13 Oct 07:03
Compare
Choose a tag to compare

Release notes:-

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

v3.0.1

21 Sep 10:56
Compare
Choose a tag to compare

Release notes:-

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

v3.0.0

21 Sep 09:01
Compare
Choose a tag to compare

Release notes:-

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

v2.15.1

11 Aug 09:40
Compare
Choose a tag to compare

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

11 Aug 05:17
Compare
Choose a tag to compare

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

25 Dec 19:07
Compare
Choose a tag to compare

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 &#39 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

24 Dec 08:50
Compare
Choose a tag to compare

Release notes:-

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