Skip to content

Commit 7b8287d

Browse files
kamilogorekHazAT
authored andcommitted
[v5] Major utils rewrite (#1902)
* ref: Move ExtendedError to a types package * ref: Remove assign util in favor of Object.assign * ref: Pass Event to sendEvent instead of just a body * ref: Remove isArray and isNaN utils * ref: Rewrite normalization and removed unused utils * Utils rewamp changelog
1 parent b0f780b commit 7b8287d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ since we removed some methods from the public API and removed some classes from
2929
- **breaking** [utils] ref: Rename `limitObjectDepthToSize` to `normalizeToSize` and rewrite its internals
3030
- **breaking** [utils] ref: Rename `safeNormalize` to `normalize` and rewrite its internals
3131
- **breaking** [utils] ref: Remove `serialize`, `deserialize`, `clone` and `serializeObject` functions
32-
- **breaking** [utils] ref: Rewrite normalization functions by removing most of them and leaving just `normalize` and `normalizeToSize`
32+
- **breaking** [utils] ref: Rewrite normalization functions by removing most of them and leaving just `normalize` and
33+
`normalizeToSize`
3334

3435
## 4.6.2
3536

0 commit comments

Comments
 (0)