Skip to content

Stabilization and Enhanced Email Generation

Compare
Choose a tag to compare
@jlink jlink released this 01 Dec 07:47
· 2039 commits to main since this release

New and Enhanced Features

  • Generating email addresses
    has now configuration options.

  • Generated email addresses now
    have fewer edge cases.

  • Added constraint annotation
    @Email
    for generating valid email addresses.

  • Experimental support for
    changing an arbitrary's edge cases.

  • Constraint annotation @StringLength now works for any arbitrary that generates a String.

  • Range annotations (@Byte|Short|Int|Long|Float|Double|BigRange) do work now when applied
    to any arbitrary that generates the appropriate numeric type.

Breaking Changes

  • Email arbitrary no longer generates domain hosts without top level domain

Bug Fixes