This repository has been archived by the owner on Nov 15, 2018. It is now read-only.
Releases: bucharest-gold/fidelity
Releases · bucharest-gold/fidelity
Browserified!
Now Fidelity will work in most modern browsers. Just include it in your HTML, and it will add a FideltyPromise
class to the global
scope.
Download the distribution, and copy the source to your website folder. E.g.
$ cd fidelity
$ cp lib/index.js ../my-website/js/fidelity.js
Then add it to your HTML like so:
<!-- load fidelity -->
<script src="fidelity-promise-min.js"></script>
Bob's your uncle.
You can also download the browser.tar.gz
archive which contains a minimized version.
Version 4.1.0
This release brings fidelity into parity with ES6 promises.
All issues that were resolved for this release can be found here