Changelog History
Page 1
-
v3.0.1 Changes
July 07, 2024What's Changed
- ๐ Translator.translate/2 should fall back to default locale when translation is missing by @krns in #84
๐ New Contributors
Full Changelog : v3.0.0...v3.0.1
-
v3.0.0 Changes
July 03, 2023๐ This release bumps the major version as there are multiple backwards incompatible changes with the 2.x series:
- ๐ Unstructured translations are not supported anymore
- ๐ Support fallback chains when resolving translations
- 0๏ธโฃ Require a default locale when using Trans
- Return
nilfor unitialised embed in struct
โ Additionally:
- The minimum Elixir version to use Trans is 1.11
- ๐จ There are multiple fixes, doc improvements and test refactors
-
v2.3.0 Changes
September 21, 2021๐ This release incorporates some interesting new functionality:
- ๐ Allow using embedded schemas for structured translations. This is now the preferred way of using Trans
- ๐ Allow translating entire structs using the new
translate/2function - ๐ Raise if a translation does not exist when using the new
translate!/3function - ๐ Documentation imrovements
โ Additionally:
- Trans now requires Elixir 1.7 or higher
- โ Tests have been migrated from CircleCI to GitHub Actions
- โก๏ธ Trans dependencies have been updated to avoid compilation warnings
-
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
localeas 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