Skip to content

v3.2.0

Compare
Choose a tag to compare
@LebCit LebCit released this 17 Jul 21:35
· 18 commits to main since this release

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 support application/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.
  • Updated Documentation:

    • The description for the integrated body parser has been updated to reflect the new functionality, supporting both application/json and application/x-www-form-urlencoded content types.
    • Documentation links have been updated accordingly to guide users on how to utilize the enhanced body parser.
  • 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!