Skip to content

Releases: Outsidaz/laravel-data-anonymization

v1.1.6

31 Jul 13:32
aea6879
Compare
Choose a tag to compare

What's Changed

  • Allow anonymization based on Model's factory definition by @AJTimmerman in #8

New Contributors

Full Changelog: v1.1.5...v1.1.6

1.1.5

26 Jun 04:34
04452b6
Compare
Choose a tag to compare
  • Improved data record pagination in large datasets
  • Added configurable model namespace
  • Prevent failure in the production environments when the faker package isn't installed

Thanks for the contribution @emielmolenaar

1.1.4

11 Dec 12:07
df3fd4d
Compare
Choose a tag to compare
  • Added model ordering feature
  • Support multiple environments that require a prompt before anonymizing
  • Fixed the case where a model does not support soft deletion
  • Fixed progress bar issue when zero records found

Thanks for the contribution @theodson

v1.1.3

04 Sep 08:48
Compare
Choose a tag to compare

Improved mass update performance by disabling touch owners.

1.1.2

03 May 16:01
ed69ce5
Compare
Choose a tag to compare

Improved mass update performance by up to 30%.

1.1.1

20 Apr 14:57
Compare
Choose a tag to compare

Added confirmation when running on production.

1.1.0

19 Apr 14:54
Compare
Choose a tag to compare

Ability to run anonymization on specified models:

php artisan db:anonymize --model=\\App\\User --model=\\App\\Profile

1.0.0

14 Apr 13:35
Compare
Choose a tag to compare