Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xjst

Package Overview
Dependencies
Maintainers
2
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xjst - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

25

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc