Releases: umakantp/jsmart
Releases · umakantp/jsmart
v4.0.0
27 May 13:14
Compare
Sorry, something went wrong.
No results found
Release notes:
Bump all dependencies to latest version.
Fixed bug no #37
v3.1.0
11 Jan 13:56
Compare
Sorry, something went wrong.
No results found
Release notes:-
Update package-lock file
#23
#25
#24
v3.0.3
15 Nov 04:31
Compare
Sorry, something went wrong.
No results found
Release notes:-
Update package-lock file
Modify readme, add other tools links, do not link to old project.
Optimize useExtends
Add modifier debug_print_var
Add option to debug
Remove unnecessary use conditional expression
Fix date_format unit test cases
v3.0.2
13 Oct 07:03
Compare
Sorry, something went wrong.
No results found
Release notes:-
Fix 'window' is not defined error issue #21
Add JsFiddle page to play with
v3.0.1
21 Sep 10:56
Compare
Sorry, something went wrong.
No results found
Release notes:-
Fix basic example
Add fetch method to string to directly fetch the template by applying data.
v3.0.0
21 Sep 09:01
Compare
Sorry, something went wrong.
No results found
Release notes:-
Rewrote everything
Fixed many bugs
Added test cases
v2.15.1
11 Aug 09:40
Compare
Sorry, something went wrong.
No results found
Release notes:-
Fixed documentation
Fixed call for getTemplate as cached template wasn't working. (issue no #12 #11 #13 #16 )
v2.15.0
11 Aug 05:17
Compare
Sorry, something went wrong.
No results found
Release notes:-
Fixed documentation
Add support CMD and AMD
Use Number() instead of parseInt() to convert string to number (integer/float).
v2.14.0
25 Dec 19:07
Compare
Sorry, something went wrong.
No results found
Release notes:-
Updated default quoting style to ENT_NOQUOTES in modifier "unescape".
Added grunt and jsmart.js minified version in the repo.
Updated bower, component, package.json manifiests.
Hexadecimal numbers are lower in modifier "escape" when type is "hexentity".
Use ' instead of ' since PHP version does the same.
Fixed issue #6 :- Modifier plugin name conflicts with variable name in the template.
Fixed issue #7 :- Returns true if array is empty in the {if} statement .
Fixed issue #8 :- Accented characters are uppercased when capitalize modifier is used.
v2.13.1
24 Dec 08:50
Compare
Sorry, something went wrong.
No results found
Release notes:-
Added bower and component manifest.
Added noprint and unescape modifiers.