is announcing that Duo with version number 0.15.3 is already available to download.
What is Duo ?
Duo is A package manager for JavaScript projects, a powerful and malleable tool for organizing your frontend (JavaScript, HTML & CSS) code .
Duo or Duo.js, uses concepts from other package managers, blending various features together to provide a more solid solution for managing HTML, CSS, and JavaScript code automatically, based on a simple configuration file.With ideas and features borrowed from Component, Browserify and Go, Duo lets developers create build.js and build.css files where they can place various operations, packages to load, and their appropriate dependencies.Duo will parse these file and execute all commands in order, outputting the result into another JS and CSS file.This file can then be embedded in your live projects, as a single entry point for your site’s JavaScript and CSS code.Since everything is ran through Duo, you can easily put CoffeeScript and SASS instead of JavaScript and CSS, and Duo will automatically compile it to the latter when building the files.All code is pulled from GitHub and assembled into the build file, so make sure your using plugins and modules with a GitHub repo and that you’re online when building a project.More usage instructions are provided with the package’s README file.
This is changelog for Duo version 0.15.3 :
You can read the complete changelog and also download this latest version on their homepage: duojs.org