Skip to content

nexujs@v0.1.28

Compare
Choose a tag to compare
@Kingrashy12 Kingrashy12 released this 03 Feb 08:27
· 16 commits to main since this release

What's New

  • Added a request function to simplify API request handling.
  • Automatically wraps the action in a try-catch block to handle errors.
  • Supports custom error messages and optional error handlers.

Bug Fixes

  • Fixed req.body[field].trim issue in validateFields middleware.
    • Prevents errors when req.body[field] is undefined or not a string.

✅ Safe to upgrade with no breaking changes.