|
| 1 | +# 3.12.0 |
| 2 | + |
| 3 | +_Faster `float`, `double` and `ulid` and excluded min/max_ |
| 4 | +[[Code](https://github.com/dubzzz/fast-check/tree/v3.12.0)][[Diff](https://github.com/dubzzz/fast-check/compare/v3.11.0...v3.12.0)] |
| 5 | + |
| 6 | +## Features |
| 7 | + |
| 8 | +- ([PR#4100](https://github.com/dubzzz/fast-check/pull/4100)) Support excluded min/max in `double` |
| 9 | +- ([PR#4105](https://github.com/dubzzz/fast-check/pull/4105)) Support excluded min/max in `float` |
| 10 | + |
| 11 | +## Fixes |
| 12 | + |
| 13 | +- ([PR#4094](https://github.com/dubzzz/fast-check/pull/4094)) Bug: Stop unwrapping `ulid` we cannot build |
| 14 | +- ([PR#4095](https://github.com/dubzzz/fast-check/pull/4095)) Bug: Be resilient to poisoning with `ulid` |
| 15 | +- ([PR#4041](https://github.com/dubzzz/fast-check/pull/4041)) CI: Ensure we use latest node in range |
| 16 | +- ([PR#4062](https://github.com/dubzzz/fast-check/pull/4062)) CI: Update devcontainer configuration |
| 17 | +- ([PR#4065](https://github.com/dubzzz/fast-check/pull/4065)) CI: Better configuration for renovate |
| 18 | +- ([PR#4068](https://github.com/dubzzz/fast-check/pull/4068)) CI: Refine configuration of renovate |
| 19 | +- ([PR#4073](https://github.com/dubzzz/fast-check/pull/4073)) CI: New attempt to configure renovate |
| 20 | +- ([PR#4075](https://github.com/dubzzz/fast-check/pull/4075)) CI: Configure renovate to bump non-package |
| 21 | +- ([PR#4078](https://github.com/dubzzz/fast-check/pull/4078)) CI: Disable nodenv bumps on renovate |
| 22 | +- ([PR#4080](https://github.com/dubzzz/fast-check/pull/4080)) CI: Stop bumping node via renovate |
| 23 | +- ([PR#4040](https://github.com/dubzzz/fast-check/pull/4040)) Doc: Prepare release note for 3.11.0 |
| 24 | +- ([PR#4087](https://github.com/dubzzz/fast-check/pull/4087)) Doc: Add new contributor zbjornson |
| 25 | +- ([PR#4059](https://github.com/dubzzz/fast-check/pull/4059)) Performance: Faster `decomposeFloat/Double` |
| 26 | +- ([PR#4088](https://github.com/dubzzz/fast-check/pull/4088)) Performance: Drop some unneeded allocs in `ulid` |
| 27 | +- ([PR#4091](https://github.com/dubzzz/fast-check/pull/4091)) Performance: Faster unmap for `ulid` |
| 28 | +- ([PR#4092](https://github.com/dubzzz/fast-check/pull/4092)) Performance: Faster generation of `ulid` |
| 29 | +- ([PR#4098](https://github.com/dubzzz/fast-check/pull/4098)) Performance: Faster `ulid` mapper function |
| 30 | +- ([PR#4039](https://github.com/dubzzz/fast-check/pull/4039)) Script: Add support for more gitmojis |
| 31 | + |
| 32 | +--- |
| 33 | + |
1 | 34 | # 3.11.0
|
2 | 35 |
|
3 | 36 | _New arbitrary for ulid_
|
|
0 commit comments