Changelog History
Page 1
-
v2.2.0 Changes
February 01, 2020๐ This is a minor release which removes unsupported Elixir version and requires version 1.6 or newer. This release also allows passing the
locale
as a string (#63).๐ This release also removes Faker as a dependency and updates ExDoc so we can use the new documentation features.
-
v2.1.0 Changes
December 08, 2018๐ This release of Trans updates the Ecto dependency to 3.0. Although the dependency update is a breaking change, client code should not need any modifications.
- #57 Use Ecto 3
-
v2.0.4 Changes
October 14, 2018 -
v2.0.3 Changes
August 11, 2018- โก๏ธ Update cannonical URLs to GitHub repository
ย 2.0.2 - 2017-09-29
- ๐ Support Elixir 1.5 and Erlant/OTP 20.
- ๐ Fix bug when passing the locale in a variable to
Trans.QueryBuilder.translated/3
.
-
v2.0.2 Changes
February 01, 2020 -
v2.0.1 Changes
February 01, 2020 -
v2.0.0 Changes
April 11, 2017This article explains the changes, improvements and future plans for Trans.
This version of Trans contains a profound rewrite of all its components in order to provide a smaller, safer and more usable interface.
๐ The main changes of this release are:
- โ #30 Revamped tests
- #31 Redesign QueryBuilder component
- โก๏ธ #36 Update docs and unify function call
๐ The full list of changes discussed and implemented in this release can be viewed here. The release was also announced on Twitter
-
v1.1.0 Changes
March 01, 2017This version of Trans contains only a fix for issue #11. This updates Trans to require Ecto as an optional dependency.
If Ecto is not available, theTrans.QueryBuilder
module will not be compiled, but theTrans.Translator
component can still be used as usual.This release addresses one of the main concerns of Trans since its inception: to take advantage of the database when available, but not require it in every case.
-
v1.0.2 Changes
February 19, 2017 -
v1.0.1 Changes
October 22, 2016The main changes of Trans 1.0.1 are:
- ๐ #8 Improve documentation and README.
- โ #9 Add more versions of Erlang an Elixir to CircleCI test matrix.
- #13 Added a changelog based on Keep a Changelog format.