Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 01:15
  • Add support for PHP 8
  • The following converters were renamed (old names are still available, but deprecated):
    • randomizeDate -> randomDate
    • randomizeDateTime -> randomDateTime
    • addPrefix -> prependText
    • addSuffix -> appendText
  • The orderBy parameter was renamed to order_by.
    The orderBy syntax is still supported, but deprecated.
  • New options available for the following converters:
    • anonymizeText: delimiters, replacement, min_word_length
    • anonymizeEmail: delimiters, replacement, min_word_length
    • anonymizeNumber: replacement, min_number_length
  • New converters: randomText, randomEmail, hash
  • Reduce phar file size by ~70%