Current section

Files

Jump to
thumbor_client CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.2.0]
### Added
- Support to smart images
- New defmodule to manipulate the url
- Method generate instead of HOF to create client
- Add support to build url with trim
- Add support to build url with horizontal align (halign)
- Add support to build url with vertial align (valign)
- Add support to build url with smart parameter
- Add support to get meta data from image
- More tests
- Add doctest to ThumborClient.Url
## [0.1.0] - 2018-05-02
### Added
- Created the module ThumborClient
- Generated documentation and publish in Hex
- Update Readme