- Ensured promise is included as dependency.
- Ensured Node 0.10 compatibility.
- Renamed
fastimage.analyze
asfastimage.info
. - Added
fastimage.filteredInfo
to filter the result object. - Make
fastimage.info
,fastimage.filteredInfo
,fastimage.size
andfastimage.type
return a Promise. - Added
fastimage.stream
and exportedFastImageStream
for streaming support. - Support for analyzing Buffers.
- Added examples and test.
- Added support for analyzing local files.
- Added
realPath
,realUrl
andsize
to the returned objects. - Added documentation.
- Improved README.
- Export
FastImageError
as well.
- Initial version