Tags: WTTJ/ecto_anon
Tags
chore(deps-dev): bump ecto_sqlite3 from 0.17.2 to 0.17.4 (#31) Bumps [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) from 0.17.2 to 0.17.4. - [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases) - [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md) - [Commits](elixir-sqlite/ecto_sqlite3@v0.17.2...v0.17.4) --- updated-dependencies: - dependency-name: ecto_sqlite3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: anonymized in migration and filters (#18) * feat: added cascade option Signed-off-by: Clément Quaresma <clement.quaresma@wttj.co> * fix: added Ecto.Association.HasThrough Signed-off-by: Clément Quaresma <clement.quaresma@wttj.co> * Update lib/ecto_anon.ex Co-authored-by: Thomas Battiston <thomas.battiston@wttj.co> * feat: added anonymized function for schema & migration * feat: renamed Query.run/3 to Query.apply/3 * test: removed unnecessary test * feat: added not_anonymized filter * feat: inverted log default and data return * feat: added default to schema field Co-authored-by: Thomas Battiston <thomas.battiston@wttj.co>