Mike Bostock is announcing that Queue.js with version number 1.1.0 is already available to download.
What is Queue.js ?
Queue.js is .
Queue.js takes a list of JS files and loads them all at the same time, not one by one like regular JavaScript is loaded. This little trick increases page loading speed and allows faster delivery of code. Developers have options at their disposal to control the number of files to load at a time, and even add callbacks to help out with debugging operations. Queue.js is quite light when it comes to file size and comes with a pretty well documented README file.
This is changelog for Queue.js version 1.1.0 :
You can read the complete changelog and also download this latest version on their homepage:
bl.ocks.org