- Thanks @Miradorn for updating the package to support Ecto 3.0 !
- BREAKING CHANGE : the package now requires Ecto 3.x
- bumped deps
- added dialixer
- Thanks @alisinabh for adding a test for the previous patch
- Thanks @alisinabh for adding id custom type and migration generator, and updating the readme
- bumped deps
- 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.
- bumped deps
- You can now pass a collection to translate, preventing n+1 queries.
- Initial commit