Bogus v20.0.1 Release Notes

  • ๐Ÿš€ Release Date: 2017-11-04

    • โž• Added Faker<T>.Clone(): Clones internal state of a Faker<T> and allows for complex faking scenarios and rule combinations.
    • โž• Added Faker<T>.UseSeed(n): Allows you to specify a localized seed value on a Faker<T> instead of a global static Randomizer.Seed.
    • ๐Ÿ‘€ Stronger Seed determinism for multi-threaded scenarios.