Release 1.1.3
- Whitespace characters for generation of Strings and chars are now
platform and JDK version dependent.
See this Github issue. - Missing
@ForAll
annotation will now fail test - instead of skipping it.
See this Github issue. - Added `CharacterArbitrary.with(char ... allowedChars)'
- Added `CharacterArbitrary.range(char min, char max)'
- Deprecated `CharacterArbitrary.between(char min, char max)'