trans v1.1.0 Release Notes

Release Date: 2017-03-01 // about 7 years ago
  • 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.