|
2 | 2 |
|
3 | 3 | ## 0.20 |
4 | 4 |
|
5 | | -- add `{QCheck,QCheck2}.Gen.{bytes_size,bytes,bytes_of,bytes_printable,small_bytes}` |
6 | | -- add `QCheck.{Print,Shrink,Observable}.bytes` |
7 | | -- add `QCheck2.{Print,Shrink}.bytes` |
8 | | -- add `QCheck.{bytes_gen_of_size,bytes_gen,bytes,small_bytes,bytes_of_size,printable_bytes,printable_bytes_of_size,numeral_bytes,numeral_bytes_of_size}` |
9 | | -- add `{QCheck,QCheck2}.Gen.{bytes_size,bytes,bytes_of,bytes_printable,bytes_small,string_small}` |
| 5 | +- add `{QCheck,QCheck2}.Gen.{bytes_size,bytes,bytes_of,bytes_printable,bytes_small}` |
| 6 | +- add `QCheck2.Gen.string_small` |
10 | 7 | - add `QCheck.{Print,Shrink,Observable}.bytes` |
11 | 8 | - add `QCheck2.{Print,Shrink}.bytes` |
12 | 9 | - add `QCheck.{bytes_gen_of_size,bytes_gen,bytes,bytes_small,bytes_of_size,bytes_printable}` |
13 | 10 | - add `QCheck.{string_small,string_printable,string_printable_of_size,string_small_printable,string_numeral,string_numeral_of_size}` |
14 | | -- `QCheck2.{small_string}` character generator argument is no more optional |
| 11 | +- `QCheck2.small_string` character generator argument is no more optional |
15 | 12 | - add an optional argument with conservative default to `Shrink.string` |
16 | 13 | - fix shrinkers in `QCheck.{printable_string,printable_string_of_size,small_printable_string,numeral_string,numeral_string_of_size}` [#257](https://github.com/c-cube/qcheck/issues/257) |
17 | 14 | - add `QCheck2.Gen.set_shrink` to modify the generator's shrinker |
|
0 commit comments