Skip to content

Releases: imgflo/imgflo-url

0.8.0

02 Nov 20:57
Compare
Choose a tag to compare
  • 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

31 Aug 16:59
Compare
Choose a tag to compare

Updating md5 dependency, so npm install stops complaining.

v0.7.0

10 Jun 20:21
Compare
Choose a tag to compare
  • Return URLs with data: protocol unchanged. Thanks @forresto!

v0.6.0

14 May 21:13
Compare
Choose a tag to compare
  • 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

08 May 17:07
Compare
Choose a tag to compare
  • 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

23 Apr 21:10
Compare
Choose a tag to compare
  • 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.

v0.3.0

29 Oct 15:41
Compare
Choose a tag to compare
Version bump.