Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

42 lines (35 loc) · 1.07 KB

Changelog

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.

[Unreleased]

[0.5.0] - 2019-01-12

Added

  • Manual crop [@ivanpetrovic]

[0.4.0] - 2018-05-05

Added

  • Add fit param
  • Refactors
  • Add documentation of options in README file

[0.3.0] - 2018-05-03

Added

  • Tests
  • Support to filters
  • Add support to flip image

[0.2.0] - 2018-05-02

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