All Versions
12
Latest Version
Avg Release Cycle
201 days
Latest Release
1517 days ago

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

    ๐Ÿš€ This release of Trans contains minor improvements to the source code and CI integration.

    • ๐Ÿฑ #51 Use Macro.expand instead of eval (thanks to @josevalim ๐Ÿ™‡)
    • #52 Migrate to CircleCI
    • #53 Add Apache 2.0 License
    • #54 Use Elixir formatter
    • ๐Ÿšš #55 Remove Module.eval_quotedcall
  • 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

    The main changes of Trans 2.0.2 are:

    • #46 Allow passing the locale from variables
    • ๐Ÿ‘ #48 Support Elixir up to 1.5 and OTP up to 20.0
  • v2.0.1 Changes

    February 01, 2020

    The main changes of Trans 2.0.1 are:

    • #38 Integrate Ebert
    • #41 Fix README
    • #43 Relax Poison version restrictions
  • v2.0.0 Changes

    April 11, 2017

    This 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, 2017

    This 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, the Trans.QueryBuilder module will not be compiled, but the Trans.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

    The main changes of Trans 1.0.2 are:

    • ๐Ÿšš #19 Remove warnings with Elixir 1.4
    • #7 Review dependencies
    • #18 Set guidelines for contributors
  • v1.0.1 Changes

    October 22, 2016

    The 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.