File Handling: Users can now override the end-of-line (EOL) string when reading or writing JSON files, providing greater flexibility in file formatting.
Improvements
File Handling: The global options are still available when destructuring, ensuring a smoother experience for users who prefer this method.
Others
Remove unnecessary global spaces option and undocumented passParsingErrors option to streamline functionality.
Upgrade the standard to improve code quality and maintainability.
Drop support for older Node versions (0.10, 0.12, and io.js) to focus on modern environments and enhance performance.
Add a files field to package.json to better manage package distribution.