|
2 | 2 |
|
3 | 3 | ## NEXT RELEASE (202?-??-??) |
4 | 4 |
|
5 | | -- ... |
| 5 | +- Remove deprecated generator bindings: |
| 6 | + - `QCheck.Gen`: |
| 7 | + - `big_nat` `neg_int` `pint` `small_nat` `small_int` `small_signed_int` `int_pos_corners`, `int_corners` |
| 8 | + - `ui32` `ui64` |
| 9 | + - `pfloat` `nfloat` |
| 10 | + - `opt` |
| 11 | + - `string_readable` `small_string` |
| 12 | + - `small_list` `list_repeat` |
| 13 | + - `array_repeat` `small_array` |
| 14 | + - `oneofl` `oneofa` |
| 15 | + - `frequency` `frequencyl` `frequencya` |
| 16 | + - `shuffle_a` `shuffle_l` `shuffle_w_l` |
| 17 | + - `flatten_l` `flatten_a` `flatten_opt` `flatten_res` |
| 18 | + - `QCheck.arbitrary`: |
| 19 | + - `small_nat` `small_int` `small_signed_int` `pos_int` `neg_int` - `small_int_corners` |
| 20 | + - `pos_float` `neg_float` |
| 21 | + - `printable_char` `numeral_char` |
| 22 | + - `string_gen_of_size` `string_gen` `small_string` `string_of_size` |
| 23 | + `printable_string` `printable_string_of_size` `string_printable_of_size` `small_printable_string` `string_small_printable` |
| 24 | + `numeral_string` `numeral string` `numeral_string_of_size` `string_numeral_of_size` |
| 25 | + - `bytes_gen_of_size` `bytes_of_size` |
| 26 | + - `small_list` `list_of_size` |
| 27 | + - `array_of_size` |
| 28 | + - `choose` `oneofl` `oneofa` |
| 29 | + - `frequency` `frequencyl` `frequencya` |
| 30 | + - `QCheck2.Gen`: |
| 31 | + - `pint` `small_nat` `big_nat` `neg_int` `small_int` `small_signed_int` |
| 32 | + `small_int_corners` `int_pos_corners` `int_corners` |
| 33 | + - `ui32` `ui64` |
| 34 | + - `pfloat` `nfloat` |
| 35 | + - `opt` |
| 36 | + - `small_string` |
| 37 | + - `small_list` `list_repeat` |
| 38 | + - `small_array` `array_repeat` |
| 39 | + - `oneofl` `oneofa` |
| 40 | + - `frequency` `frequencyl` `frequencya` |
| 41 | + - `shuffle_a` `shuffle_l` `shuffle_w_l` |
| 42 | + - `flatten_l` `flatten_a` `flatten_opt` `flatten_res` |
| 43 | +- Other removed deprecated `QCheck2` bindings: |
| 44 | + - `Print.comap` |
| 45 | + - `Shrink.int_aggressive` |
| 46 | + - `Observable.map` |
| 47 | + - `TestResult.stats` `TestResult.warnings` `TestResult.collect` |
6 | 48 |
|
7 | 49 |
|
8 | 50 | ## 0.91 (2025-12-21) |
|
0 commit comments