data-schema@0.2.0
📦 remixView on GitHub →
✨ 1 features🔧 1 symbols
Summary
This release introduces new helpers for validating FormData and URLSearchParams via @remix-run/data-schema/form-data and cleans up documentation examples.
✨ New Features
- Added @remix-run/data-schema/form-data with object, field, fields, file, and files helpers for validating FormData and URLSearchParams using parse() and parseSafe().