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
docs: clean up changelog by removing preliminary unreleased features and fixes
Remove entries for numeric scale support, YAML formatting, value constraints, and bug fixes in numeric handling to reflect accurate pre-release state, preventing confusion in release notes.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,35 +4,11 @@
4
4
5
5
### 🎯 Major Features
6
6
7
-
#### 1. **Numeric Field Scale Support**
8
-
Added comprehensive support for scale in numeric recipe value generation, ensuring accurate data generation for currency and number fields with fractional precision.
9
-
10
-
#### 2. **YAML Block Scalar Formatting**
11
-
Format faker expressions as YAML block scalars in recipes, improving readability and maintainability of complex multi-line expressions.
12
-
13
-
#### 3. **Text and Numeric Value Constraints**
7
+
#### 1. **Text and Numeric Value Constraints**
14
8
Added new methods for building text and numeric recipe values with constraints, enhancing control over generated data ranges and formats.
15
9
16
-
### 🐛 Bug Fixes
17
-
18
-
#### 1. **Max Value Calculation Correction**
19
-
Fixed incorrect max value calculations for numeric and currency fields to prevent overflow and ensure data integrity.
20
-
21
-
#### 2. **Precision-Based Left Digits Calculation**
22
-
Corrected the calculation of left_digits for numeric and currency fields based on precision - scale, fixing value range generation.
23
-
24
-
#### 3. **JavaScript Number Overflow Prevention**
25
-
Capped numeric precision at 15 to avoid JavaScript number overflow issues when processing large precision values.
26
-
27
-
#### 4. **Code Cleanup**
28
-
Fixed missing closing braces and removed unnecessary comments in `SnowfakeryRecipeFakerService`.
0 commit comments