Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

fury 3.0.0-beta.9

Compare
Choose a tag to compare
@kylef kylef released this 27 Feb 12:03
· 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 and parse 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