Tilde Inc. is announcing that RSVP.js with version number 3.1.0 is already available to download.
What is RSVP.js ?
RSVP.js is A very complex JavaScript library for working with asynchronous code, implementing the Promises/A+ open standard for JavaScript .
The 'Promise' term in JavaScript represents the result of a task, which may or may not have completed yet. It basically refers to what to expect for a JavaScript AJAX call.Promises/A+ is an unofficial open standard for helping and showing developers on how to deal with promise calls.RSVP.js is a simple JS library that implements some of these concepts in JavaScript and allows AJAX developers to write applications modeled around this code behavioral pattern.Works with client-side (browsers) and server-side (Node.js) environments.RSVP.js is also compatible with Task.js.
This is changelog for RSVP.js version 3.1.0 :
- Bugfixes:
- Some onerror scenarios did not result in error notifications
- For more correctness internal optimization should only occur if constructors equal, not just if instanceof check passes
You can read the complete changelog and also download this latest version on their homepage:
github.com