Skip to content

v3.6.0

Compare
Choose a tag to compare
@fmbenhassine fmbenhassine released this 05 Mar 22:18
· 359 commits to master since this release

This is a minor release with the following additions:

Features

  • issue #239 : Add the ability to exclude some values from an enumeration values set
  • issue #244 : Add support for BigDecimal scale

Fixed bugs

  • issue #241 : IntegerRangeRandomizer does not generate random values in the given range
  • issue #237 : Bean Validation randomizers do not generate random values
  • issue #234 : RandomizerProxy fails to create the proxy when the Supplier is specified as lambda

Many thanks to @euZebe , @petromir , @devoto13 and @LucasAndersson for their valuable contributions to this release!

A special big thank goes to @PascalSchumacher for his excellent active work on random beans.