Jonathan Gotti is announcing that D.js with version number 0.7.3 is already available to download.
What is D.js ?
D.js is A library for implementing JavaScript promises .
'Promise' in JavaScript development represents the result of a task, which may or may not have completed yet. Or in simpler words, what to expect for a JS call.The D.js adds basic methods and functions for dealing with the Promises/A+ spec.D.js works with client-side (browsers) and server-side (Node.js) environments.
This is changelog for D.js version 0.7.3 :
You can read the complete changelog and also download this latest version on their homepage:
malko.github.io