Releases: imglab-io/imglab-js
Releases · imglab-io/imglab-js
v0.3.0
- Add support to generate srcset strings with new
Imglab.srcset
function.
- Add new
Imglab.sequence
function.
v0.2.1
- Add support to
expires
parameter receiving a Date
instance and converting it to UNIX timestamp.
v0.2.0
- Now sources will use subdomains by default instead of paths.
- The default host for sources has been changed to
imglab-cdn.net
.
v0.1.1
- URL paths are now encoded to avoid problems with reserved characters.
v0.1.0
First version of JavaScript imglab library adding functionality to generate URLs and specify Sources.