Releases: DekodeInteraktiv/anonymize-mysqldump
Releases · DekodeInteraktiv/anonymize-mysqldump
0.9.0
Changelog
- e934a9c Add a new
locale
config option to declare what language Faker should use by default, when applicable. - 308bb40 Add support for negative lookups to constraints. (#38)
- bf9c3f7 Introduce
WPDateTime
andWPFutureDateTime
. (#37) - 129e4fb Remove old faker hashes from gomod registry
- a4cb6cc Update CI/CD routines (#36)
- eb8eb03 Feature: Additional person and company Faker attributes (#35)
0.8.0
What's Changed
- Feature/Allow Setting Faker Locale by @PeterBooker in #33
Full Changelog: 0.7.1...0.8.0
0.7.1
Full Changelog: 0.7.0...0.7.1
0.7.0
0.6.3
What's Changed
- Bugfix: Strict Regex Conditional Check by @PeterBooker in #26
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Bugfix: Use strict regex to validate table name by @mark-hofmeijer in #24
- Bugfix: Prevent duplicate emails by @PeterBooker in #25
New Contributors
- @mark-hofmeijer made their first contribution in #24
Full Changelog: 0.6.1...0.6.2
0.6.1
Hotfix: fix GLIBC_2.32 not found issue
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.0
Changelog
- 5f4f418 Documentation: Updated readme with new features.
- b93c0d4 Add config option to purge tables (#12)
- 668e71c Process tableName as either text or regex (#13)
- b7925de Add JSON file parse error checking
- 1065eba Bundle default config files for vanilla WordPress anonymizations
- f1ec313 Restructure project for modularity