Safely and quickly serialize JavaScript objects
fix for #https://github.com/pinojs/pino/issues/990 - new feature to handle big deep objects - when limit reached object will be replaced with `[...]` - new optional parameter options - set default limits to - depthLimit 10 - how deep parse input object - edgesLimit 20 - how deep parse object keys or array items - test for optional parameter options - updated changelog & readme - bump minor version to 2.1.0
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by matus-sabo and has received 3 comments.