We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa4f70 commit 346f295Copy full SHA for 346f295
1 file changed
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## v2.6.0
+## Next
4
+
5
+- Fixed off by one error using the `maximumBreadth` option. It showed one entry to few being skipped.
6
+- Skipped `bigint` documentation issue. Using that option always generated strings, not numbers.
7
8
+## v2.6.0 (unreleased)
9
10
- Added `safe` option to not fail in case a getter or `.toJSON()` throws an error.
11
Instead, a string as error message is replacing the object inspection. This allows to partially inspect such objects.
0 commit comments