StreamData v0.5.0 Release Notes

Release Date: 2020-05-03 // almost 4 years ago
    • Slightly improve the shrinking algorigthm.
    • Add StreamData.map_of/2.
    • Fix a bug around the :max_shrinking_steps option.
    • Fix a runtime warning with Elixir 1.10.

Previous changes from v0.4.3

    • Improve the frequency of terms in StreamData.term/0
    • Fix a bug in StreamData.positive_integer/0 that would crash with a genration size of 0.
    • Support inline , do: in gen all and check all.
    • Support :initial_seed in check all.
    • Export formatter configuration for check all and gen all.
    • Add StreamData.seeded/2.