seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
666 stars 14 forks source link

New error format #14

Closed diogob closed 2 years ago

diogob commented 2 years ago

Purpose

This PR add some utilities to format errors with ease. It should facilitate its use in remix-forms but also create an overall more pleasant DX when handling error cases.

Technical details

We dropped the old and undocumented formatErrors and included 2 more generic functions errorsByName and errorsForSchema. For more details check the README diff.