You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,15 @@
1
+
## v30.0.4
2
+
Release Date: 2020-08-15
3
+
4
+
* Issue 319: The `Random.Decimal()` implementation reverted to previous v29 implementation. Avoids `System.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.
5
+
1
6
## v30.0.3
2
-
Release Date: 2020-08-13
7
+
Release Date: 2020-08-13, UNPUBLISHED FROM NUGET
3
8
4
9
* Added `f.Address.CountryOfUnitedKingdom()` extension method in `Bogus.Extensions.UnitedKingdom`.
0 commit comments