Skip to content

Releases: arrilot/laravel-data-anonymization

2.0.0

11 Oct 19:19
Compare
Choose a tag to compare
  • Anonymizers now use namespaces just like seeders in L8. This prevents many autoloading issues.
  • Some bugs in generator are fixed
  • All generated anonymizers import Faker by default

Migrate guide

  1. Add "Database\\Anonymization\\": "database/anonymization/", to composer.json -> autoload -> psr-4
  2. Remove composer.json -> autoload -> classmap ->database/anonymization/ if exists
  3. Add namespace Database\Anonymization; to every class in database/anonymization` folder

Support Laravel 8 and all the future releases.

11 Oct 18:01
d74d5b6
Compare
Choose a tag to compare

1.2.0

19 Apr 08:32
c78479f
Compare
Choose a tag to compare
  • Laravel 7 support
  • Write connections support

1.1.3

13 Oct 22:18
Compare
Choose a tag to compare

Use faker from Laravel's container. Allows to change locale in config/app.php -> faker_locale

1.1.2

13 Oct 22:05
Compare
Choose a tag to compare

Laravel 6 support and fix bug if port is not default

1.1.1

08 Aug 22:12
5dd49ff
Compare
Choose a tag to compare

autodiscovery for laravel 5.5+

1.1.0

05 Feb 22:03
dc434f8
Compare
Choose a tag to compare

Updated to Laravel 5.7

1.0.3

21 Jun 23:01
198c47c
Compare
Choose a tag to compare

Fix compatibility with laravel 5.6

1.0.1

22 Nov 22:16
Compare
Choose a tag to compare
Missing dependencies

1.0.0

22 Nov 20:51
Compare
Choose a tag to compare
Require stable core