All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.2 - 2020-10-06
- Fix an issue when we tried to explicitely set the URI port number
1.2.1 - 2020-09-28
- Adds Rubocop as a dev dependency.
- Fixes
URI.encode
obsolete warning by usingAddressable
instead.
1.2.0 - 2020-07-24
- Allows to set a maximum image size in bytes to fetch. The HTTP connection
will be aborted as soon as the max size is reached. Setting a value to
zero
or a negative number will deactivate this feature. Default to-1
not to break retro compatibility.
- Partial image loading was sometime yielding empty results. Image size and type was not set properly in this case.
max_concurrency
option was not properly set by default.- Locks dependencies to their major version.
typhoeus
is now locked to~> 1.0
image_size
is now locked to~> 2.0
1.1.2 - 2015-08-12
- Fix issues with schemaless uri (ex:
//foo.com
)
1.1.1 - 2015-08-11
- Adds image partial loading and abort the connection as soon as image size and type has been found.
- Fixes URL encoding issues.
1.1.0 - 2015-07-19
- Introduces
width
andheight
method.
1.0.0 - 2015-07-19
- First release 🎆