Releases

In addition to our download page, you can also use a NPM based CDN for your convenience.

Changelog

You can see the full log of changes for each release on our separate changelog page.

Migration guide

The migration guide covers what to think about when migrating to a new major version. Mostly, you should not really be practically affected by most of the major version jumps: it’s mostly trivial stuff like dropping support for a version of Node or some very minute detail of an implementation some people might depend upon.

Using NPM based CDNs

There are now several CDNs that are backed by NPM, which means that you can have auto-updated scripts. Examples of such free providers are jsDelivr, UNPKG and cdnjs.

Their addressing schemes vary, but an example url such as https://cdn.jsdelivr.net/npm/sinon@3/pkg/sinon.js would download the latest browser bundle of Sinon 3.