Comparing version 0.2.3 to 0.2.4
@@ -0,1 +1,26 @@ | ||
## 2011.11.23, Version 0.2.3 | ||
* Added `--engine`, `-e` option and new `sort-group` engine. Moved all | ||
old engine-specific code into engines/fullgen.js and made it default | ||
* Sort-group engine - much faster and simplier compilation algorithm. | ||
(17 minutes on fullgen for a large template, and 7 seconds on sort-group) | ||
* Ported code to new ometajs module | ||
* Optimized code size for client-side usage (removing hanging braces, shorter | ||
merge function names, localStart/localEnd => "") | ||
* Documented most of the source, released docco gh-pages | ||
* Much better apply optimizations | ||
* xjst.compile() returns function (see readme) | ||
* --no-opt - just compile template and locals | ||
* -u, --uglify - uglify js output | ||
* --merge, -m - add merge info for client-side template merging | ||
## 2011.11.3, Version 0.1.5 | ||
@@ -2,0 +27,0 @@ |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "http://github.com/veged/xjst", | ||
@@ -23,3 +23,3 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", | ||
"coa": "0.2.x", | ||
"ometajs": "~ 2.1.2", | ||
"ometajs": "~ 2.1.3", | ||
"uglify-js": "1.1.x" | ||
@@ -26,0 +26,0 @@ }, |
@@ -8,5 +8,11 @@ ___ ___ _____ _______ _______ | ||
XJST is a performance oriented template engine implemented for [node.js][1]. | ||
XJST is a performance oriented data matcher implemented for [node.js][1]. | ||
It's partially inspired by the XSLT and built on top of the [ometajs][2]. | ||
## Data Matcher? | ||
Yes, XJST should be used to transform one data into another. | ||
It can be used as url router or as a template engine, more info below. | ||
## Installation | ||
@@ -13,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
368401
170
0
Updatedometajs@~ 2.1.3