All Versions
123
Latest Version
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 5

  • v23.0.3 Changes

    🚀 Release Date: 2018-08-29, UNPUBLISHED FROM NUGET

    • PR 170: Faster Faker[T].Generate() with setter cache. Approx 1.7x speedup. Thanks Mpdreamz!
  • v23.0.2 Changes

    🚀 Release Date: 2018-08-13

    • 💥 BREAKING CHANGE: Deterministic sequence values may have changed. Unit tests expecting specific values may be different if Bogus.Person is used.
    • Issue 168: Added Bogus.Person.Address.State field.
    • Issue 139: Added Date.SystemClock static property for setting global time Bogus uses for date calculations.
    • Issue 169: Date.Weekday() should return a weekday not a month.
  • v22.3.2 Changes

    🚀 Release Date: 2018-07-18

    • ➕ Added f.Random.Guid() for better GUID discoverability.
    • PR 164: Added new Tax ID extensions Person.Nif() and Company.Nipc() for Portugal. Thanks JoseJr!
  • v22.3.1 Changes

    🚀 Release Date: 2018-07-05

    • PR 159: Add UK National Insurance Number f.Finance.Nino() in Bogus.Extensions.UnitedKingdom. Thanks mortware!
    • 🛠 PR 160: DateTimeOffset support added to f.Date dataset. Methods are suffixed by "Offset". IE: f.Date.SoonOffset. Thanks Simon!
    • ➕ Added refDate parameter to f.Date.Soon and f.Date.Recent.
    • f.Date.Between(start, end) now respects DateTimeKind.Utc.
  • v22.2.1 Changes

    🚀 Release Date: 2018-06-29

    • PR 153: Possible breaking changes: Minor typo & spelling corrections made to some parameter names. Thanks for the corrections Simon!
  • v22.1.4 Changes

    🚀 Release Date: 2018-06-26

    • PR 151: Added Bogus.Distributions.Gaussian namespace for numerical Normal Distribution generated values! Thanks codersg!
    • ➕ Added uniqueSuffix parameter to Internet.Email() to help with unique email constraints.
  • v22.1.3 Changes

    🚀 Release Date: 2018-06-14

    • PR 149: Added new Arabic 'ar' locale. Thanks Saied!
    • 🛠 PR 148: Fixed .FullName() for locales where both first/last name have genders. Thanks binarycode!
  • v22.1.2 Changes

    🚀 Release Date: 2018-05-29

    • 👌 Improved XML documentation comments on Faker[T] API.
  • v22.1.1 Changes

    🚀 Release Date: 2018-05-20

    • 👍 PR 144: Argument support for mustache handlebars. Example: {{name.firstname(Male)}}
    • Using C# 7.3 generic Enum constraints for methods that only accept enums. Example: f.PickRandom<Enum>().
  • v22.0.9 Changes

    🚀 Release Date: 2018-05-17

    • 🛠 Issue 143: Fixed rare case when f.IndexGlobal could be zero twice at start of generation.
    • 🛠 Fixed typo in XML docs.