All Versions
133
Latest Version
Avg Release Cycle
51 days
Latest Release
234 days ago

Changelog History
Page 3

  • v31.0.1 Changes

    September 14, 2020

    πŸš€ Release Date: 2020-09-13, UNPUBLISHED FROM NUGET

    • Locale data parity with faker-js@91dc8a3.
    • βž• Added Music dataset with .Genre() method.
    • βž• Added Date.TimeZoneString().
    • βž• Added new Finnish fi locale.
    • βž• Added new Hrvatski hr locale.
    • ⚑️ cz locale updated.
    • ⚑️ en locale updated.
    • ⚑️ en_IE locale updated.
    • ⚑️ en_IND locale updated.
    • ⚑️ fa locale updated.
    • ⚑️ fr locale updated.
    • ⚑️ ja locale updated.
    • ⚑️ pl locale updated.
    • ⚑️ pt_BR locale updated.
    • ⚑️ ru locale updated.
    • ⚑️ sv locale updated.
    • ⚑️ vi locale updated.
    • ⚑️ zh_CN locale updated.
  • v30.0.4 Changes

    August 15, 2020

    πŸš€ Release Date: 2020-08-15

    • βͺ Issue 319: The Random.Decimal() implementation reverted to previous v29 implementation. Avoids arithmetic OverflowException when calling Random.Decimal(0, decimal.MaxValue). The v30 implementation moved to Bogus.Extensions namespace as Random.Decimal2() which can generate more decimal precision.
  • v30.0.3 Changes

    August 14, 2020

    πŸš€ Release Date: 2020-08-13, UNPUBLISHED FROM NUGET

    • βž• Added f.Address.CountryOfUnitedKingdom() extension method in Bogus.Extensions.UnitedKingdom.
  • v30.0.2 Changes

    August 06, 2020

    πŸš€ Release Date: 2020-08-05, UNPUBLISHED FROM NUGET

    • Deterministic sequences may have changed.
    • πŸš€ Promoted v30.0.1-beta-4 to v30.0.2 release.
  • v30.0.1-beta Changes

    July 24, 2020

    πŸš€ Release Date: 2020-06-14

    • PR 300: Random.Number() now inclusive of max: int.MaxValue.
    • πŸ‘ PR 300: Random.Even() better random distribution and range checking.
    • πŸ‘ PR 300: Random.Odd() better random distribution and range checking.
    • πŸ›  PR 300: Random.Int() bug fixed where .Int() may not return int.MaxValue.
    • PR 300: Random.Decimal() with greater decimal precision.
    • Deterministic values may have changed.
    • Big thank you to @logiclrd for PR 300!
  • v29.0.2 Changes

    April 11, 2020

    πŸš€ Release Date: 2020-04-11

    • ⚑️ Minor update to ru locale data. Two ru city names could appear as one.
  • v29.0.1 Changes

    February 10, 2020

    πŸš€ Release Date: 2020-02-10

    • Data parity with faker.js. Deterministic sequences using Internet.Avatar() may have changed.
    • βž• Add support for .snupkg NuGet Symbol Server Packages via SourceLink.
    • βž• Added Randomizer.EnumValues() that makes selecting a subset of enum values easier.
    • Modified .OrNull(f) extension method signatures for type-safe with nullable primitive types, structs, and reference types via in parameter to avoid ambiguous calls.
  • v28.4.4 Changes

    December 10, 2019

    πŸš€ Release Date: 2019-12-10

    • PR 272: Add extension method for generating Norwegian national identity numbers. Person.FΓΈdselsnummer(). Thanks @mika-s!
  • v28.4.3 Changes

    πŸš€ Release Date: 2019-12-03

    • βœ… Issue 271: Minor bug fix in Brazil Person.Cpf() extension method. Previously, only the first call to Person.Cpf(includeFormatSymbols) respected the includeFormatSymbols parameter due to the final result being saved in Person context. Person.Cpf() now respects the includeFormatSymbols parameter after subsequent repeat calls to Cpf() with the same Person. Thanks for testing @ArthNRick!
  • v28.4.2 Changes

    πŸš€ Release Date: 2019-11-30

    • PR 269: Adds includeFormatSymbols parameter to include or exclude formatting characters for Brazil Person.Cpf() and Company.Cnpj() extension methods.