Packages
EctoTranslate is a library that helps with translating Ecto data. EctoTranslate can help you with returning translated values of your Ecto data attributes. For this it uses a singe table called 'translations' which will contain polymorphic entries for all of your Ecto data stucts.
Current section
Files
Jump to
Current section
Files
ecto_translate
CHANGELOG.md
CHANGELOG.md
## 1.0.0 (2019-02-22)
- Thanks @Miradorn for updating the package to support Ecto 3.0 !
- BREAKING CHANGE : the package now requires Ecto 3.x
- bumped deps
- added dialixer
## 0.2.5 (2018-01-26)
- Thanks @alisinabh for adding a test for the previous patch
## 0.2.4 (2017-11-20)
- Thanks @alisinabh for adding id custom type and migration generator, and updating the readme
## 0.2.3 (2017-04-04)
- bumped deps
## 0.2.2 (2017-03-01)
- bumped deps
- added a patch by philipgiuliani which fixes a Ecto.MultipleResultsError when there where more than one translation present for a field.
- an other fix by philipgiuliani for translate! in case there where no results.
## 0.2.1 (2016-07-02)
- bumped deps
## 0.2.0 (2016-07-02)
- You can now pass a collection to translate, preventing n+1 queries.
## 0.1.0 (2016-07-02)
- Initial commit