imagesize-conduit 1.0.0.3 → 1.0.0.4
raw patch · 3 files changed
+19/−2 lines, 3 filesdep ~conduitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit
API changes (from Hackage documentation)
Files
- CHANGELOG.md +11/−0
- README.md +3/−0
- imagesize-conduit.cabal +5/−2
+ CHANGELOG.md view
@@ -0,0 +1,11 @@+# Changelog++#### 1.0.0.4++* Change maintainer field+* Add changelog++#### 1.0.0.3++* Split this package out from `thumbnail-plus` again.+* Improve JPEG parsing, fixes https://github.com/prowdsponsor/thumbnail-plus/issues/1
+ README.md view
@@ -0,0 +1,3 @@+Currently supports PNG, GIF, and JPEG. This package provides a Sink+that will consume the minimum number of bytes necessary to determine+the image dimensions.
imagesize-conduit.cabal view
@@ -1,11 +1,11 @@ Name: imagesize-conduit-Version: 1.0.0.3+Version: 1.0.0.4 Synopsis: Determine the size of some common image formats. Description: Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions. License: BSD3 License-file: LICENSE Author: Michael Snoyman-Maintainer: Mikael Brockman <mikael@silk.co>, Felipe Lessa <felipe.lessa@gmail.com>+Maintainer: Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com> Category: Graphics, Conduit Build-type: Simple Cabal-version: >=1.8@@ -14,6 +14,9 @@ test/logo.png test/logo.gif test/logo.jpg+ CHANGELOG.md+ README.md+ LICENSE Library Exposed-modules: Data.Conduit.ImageSize