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: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
10
11
+
## [14.0.1] (2025-09-12)
12
+
13
+
### Fixed
14
+
15
+
- broken markdown link in README ([#2369])
16
+
17
+
### Changed
18
+
19
+
- improve code readability by using optional chaining ([#2394])
20
+
- use more idiomatic code with object spread instead of `Object.assign()` ([#2395])
21
+
- improve code readability using `string.endsWith()` instead of `string.slice()` ([#2396])
22
+
- refactor `.parseOptions()` to process args array in-place ([#2409])
23
+
- change private variadic support routines from `._concatValue()` to `._collectValue()` (change code from `array.concat()` to `array.push()`) ([#2410])
0 commit comments