v3.2.0
New Feature
Enhanced Body Parsing Support
Details
I'm excited to announce the release of version 3.2.0 of LiteNode, which includes a significant enhancement to the request body parsing capabilities. This update adds support for parsing application/x-www-form-urlencoded
content types in addition to the existing application/json
support. This improvement allows for greater flexibility and ease of handling different types of data in POST requests.
Changes
-
Integrated Body Parser:
- The
jsonHandler
function has been enhanced to supportapplication/x-www-form-urlencoded
content types, making it easier to handle form data. - The framework now correctly parses URL-encoded form data and assigns nested properties within the parsed object.
- The
-
Updated Documentation:
- The description for the integrated body parser has been updated to reflect the new functionality, supporting both
application/json
andapplication/x-www-form-urlencoded
content types. - Documentation links have been updated accordingly to guide users on how to utilize the enhanced body parser.
- The description for the integrated body parser has been updated to reflect the new functionality, supporting both
-
Reminder - Automated Version Check:
- Since the previous version, LiteNode automatically checks for and notifies you if a new version is available whenever the server starts, ensuring you stay up-to-date with the latest features and improvements.
I hope these enhancements improve your experience with LiteNode and make it even easier to build robust and flexible web applications. As always, your feedback and contributions are most welcome. Thank you for using LiteNode!