is announcing that Set with version number 2.0.0 is already available to download.
What is Set ?
Set is A simple template engine for JavaScript development that works both with client-side (browsers) and server-side (Node.js) environments .
Set is a templating system developed to help JavaScript programmers control the layout and the content of their Web pages and application views.The template engine was written following simple DRY (Don't Repeat Yourself) principles, keeping its codebase small and opened for easy customizations.All the code generated via Set validates against the HTML 5 standard, so you can rest assured you won't have to tweak the core code via plugins to make sure all of Set's output remains semantic till the end.The template system also employs a human-readable syntax, allowing newcomers to easily get acquainted to the syntax and add their own code without wasting too much time in the documentation.All templates are rendered pretty fast, the Set codebase is well tested, and the default package also comes with some basic examples.
This is changelog for Set version 2.0.0 :
You can read the complete changelog and also download this latest version on their homepage:
set.labs.ind.ie