All Versions
133
Latest Version
Avg Release Cycle
51 days
Latest Release
234 days ago
Changelog History
Page 3
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
Musicdataset with.Genre()method. - β Added
Date.TimeZoneString(). - β Added new Finnish
filocale. - β Added new Hrvatski
hrlocale. - β‘οΈ
czlocale updated. - β‘οΈ
enlocale updated. - β‘οΈ
en_IElocale updated. - β‘οΈ
en_INDlocale updated. - β‘οΈ
falocale updated. - β‘οΈ
frlocale updated. - β‘οΈ
jalocale updated. - β‘οΈ
pllocale updated. - β‘οΈ
pt_BRlocale updated. - β‘οΈ
rulocale updated. - β‘οΈ
svlocale updated. - β‘οΈ
vilocale updated. - β‘οΈ
zh_CNlocale 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 arithmeticOverflowExceptionwhen callingRandom.Decimal(0, decimal.MaxValue). The v30 implementation moved toBogus.Extensionsnamespace asRandom.Decimal2()which can generate more decimal precision.
- βͺ Issue 319: The
-
v30.0.3 Changes
August 14, 2020π Release Date: 2020-08-13, UNPUBLISHED FROM NUGET
- β Added
f.Address.CountryOfUnitedKingdom()extension method inBogus.Extensions.UnitedKingdom.
- β Added
-
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 ofmax: 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 returnint.MaxValue. - PR 300:
Random.Decimal()with greater decimal precision. - Deterministic values may have changed.
- Big thank you to @logiclrd for PR 300!
- PR 300:
-
v29.0.2 Changes
April 11, 2020π Release Date: 2020-04-11
- β‘οΈ Minor update to
rulocale data. Tworucity names could appear as one.
- β‘οΈ Minor update to
-
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 viainparameter to avoid ambiguous calls.
- Data parity with faker.js. Deterministic sequences using
-
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!
- PR 272: Add extension method for generating Norwegian national identity numbers.
-
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 toPerson.Cpf(includeFormatSymbols)respected theincludeFormatSymbolsparameter due to the final result being saved inPersoncontext.Person.Cpf()now respects theincludeFormatSymbolsparameter after subsequent repeat calls toCpf()with the samePerson. Thanks for testing @ArthNRick!
- β
Issue 271: Minor bug fix in Brazil
-
v28.4.2 Changes
π Release Date: 2019-11-30
- PR 269: Adds
includeFormatSymbolsparameter to include or exclude formatting characters for BrazilPerson.Cpf()andCompany.Cnpj()extension methods.
- PR 269: Adds