Content Encoding: Enjoy improved performance with the new support for Brotli ('br') content-encoding, which can significantly reduce latency for your applications.
URL Encoding: The body-parser now supports iso-8859-1, utf8 sentinel, and numeric entities for urlencoded data, enhancing compatibility with various character sets.
Improvements
Node.js Support: The body-parser drops support for Node.js versions earlier than LTS, ensuring a more streamlined experience with the latest features and security updates.
Parser Enhancement: The simple parser now utilizes the qs module, improving parsing efficiency and reliability.
Fixes
Fix support for iso-8859-1 and windows-1252 character sets in urlencoded data, addressing compatibility issues for legacy applications.
Others
Release 2.0: This marks a significant update, bringing new features and improvements to enhance your experience with body parsing in Node.js.