Releases: umakantp/jsmart
Releases · umakantp/jsmart
v4.0.0
Release notes:
- Bump all dependencies to latest version.
- Fixed bug no #37
v3.1.0
Release notes:-
- Update package-lock file
- #23
- #25
- #24
v3.0.3
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
Release notes:-
- Fix 'window' is not defined error issue #21
- Add JsFiddle page to play with
v3.0.1
Release notes:-
- Fix basic example
- Add fetch method to string to directly fetch the template by applying data.
v3.0.0
Release notes:-
- Rewrote everything
- Fixed many bugs
- Added test cases
v2.15.1
Release notes:-
- Fixed documentation
- Fixed call for getTemplate as cached template wasn't working. (issue no #12 #11 #13 #16)
v2.15.0
Release notes:-
- Fixed documentation
- Add support CMD and AMD
- Use Number() instead of parseInt() to convert string to number (integer/float).
v2.14.0
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
Release notes:-
- Added bower and component manifest.
- Added noprint and unescape modifiers.