nexujs@v0.1.28
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 invalidateFields
middleware.- Prevents errors when
req.body[field]
is undefined or not a string.
- Prevents errors when
✅ Safe to upgrade with no breaking changes.