Releases: imgflo/imgflo-url
Releases · imgflo/imgflo-url
0.8.0
- For
.tif
request .png
output format, since TIFF is poorly supported by browsers (and imgflo).
- Automatically lowercase input extensions like
.JPG
to valid .jpg
format
- Addded a command-line tool
imgflo-url
, which can be used to construct URLs in scripts etc
v0.7.1
Updating md5 dependency, so npm install stops complaining.
v0.7.0
- Return URLs with
data:
protocol unchanged. Thanks @forresto!
v0.6.0
- Compile to JavaScript.
- Use the JS version as the main file.
- Run specs against the JS version.
- Add
build
and clean
commands.
v0.5.0
- Convert all file extensions to lowercase.
- Required by imgflo when specifying an extension.
- Improve check for
.gif
extension in the case of .GIF
.
- Remove the need for environment variables in specs.
v0.4.0
- Fix an issue where attempting to obtain the file extension would operate on the entire URL (including query string parameters) and not just the path.