Performance: Experience faster body parsing as we optimize the parameterCount function, making it roughly twice as fast in Chrome and Node.js.
Improvements
Options Handling: Enjoy a more consistent experience with body parsing as we standardize and validate common parser options, ensuring consistent defaults across all parsers.
Dependencies: Benefit from improved performance and compatibility with the latest features by upgrading the iconv-lite dependency to version 0.6.3.
Fixes
Fix a skipped test that should have been running, ensuring our testing suite is more reliable and comprehensive.
Fix documentation to reflect the use of const instead of var in example code, promoting best practices in JavaScript.
Others
Update test dependencies to their latest versions, enhancing the overall stability and performance of our testing framework.