This repository was archived by the owner on Nov 8, 2024. It is now read-only.
fury 3.0.0-beta.9
·
543 commits
to master
since this release
Breaking
- Fury asynchronous APIs will no longer include both an error and a result value. The APIs will now contain an error if the method could not proceed, or a result. In the case of the
validate
andparse
functions, these will return a parse result with any error annotations upon a validation error and will no longer include an error in the asynchronous callback.
Enhancements
- Update minim to 0.23.0.