Release 1.2.3 adds webpack support. See sample projects dnajs-webpack-starter and dnajs-webpack-to-do-app.
Release 1.2.2 adds
support
for Node.js module loading system using
var dna = require('dna.js')(window, $);
dna.js is now officially out of beta with the new v1.0.0 release.
Tutorial published on how to build a REST-driven search component: youtu.be/@@youTube.tutorial
We need a real logo! See the logo contest: github.com/dnajs/dna.js/issues/14
Release 0.4.0 introduces smart updates for throttling REST calls during live editing.
dna.js is now available on the jsDelivr CDN.
Release 0.3.5 introduces transformers... the FINAL chapter in keeping your JS from polluting your HTML.
Release 0.2.1 has a new velvety smooth slide+fade effect and adds support for direct access to the data model and convenient event binding.
Release 0.1.6 adds support for mutating values in sub-templates (array loops).
Release 0.1.5 adds support for simple arrays and for numeric and boolean field types.
Release 0.1.4 adds support for sub-templates (array loops). The clone function can now handle an array of objects that includes arrays of more objects.
Beta announcement for dna.js: The first beta release of dna.js Semantic Templates is available for download. dna.js is the world's easiest to use DOM templating engine for jQuery. It helps web developers keep their HTML and JavaScript cleanly separated.