You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@olefirenko as I can see you've introduced the result event in #43 and kept the decode event to avoid a breaking change
However the README only shows usage of @decode which encourages people to still use it. I'd recommend to remove it entirely and only show the usage of @result. Going one step further could be an actual deprecation warning when using decode so that you might delete it in future.
Another thing I've noticed is you started describing the shape of the result
The result is the object with the following properties:
However this isn't finished since nothing follows the colon. I think it would be helpful to finish this 😉
The text was updated successfully, but these errors were encountered:
@olefirenko as I can see you've introduced the
result
event in #43 and kept thedecode
event to avoid a breaking changeHowever the README only shows usage of
@decode
which encourages people to still use it. I'd recommend to remove it entirely and only show the usage of@result
. Going one step further could be an actual deprecation warning when usingdecode
so that you might delete it in future.Another thing I've noticed is you started describing the shape of the result
However this isn't finished since nothing follows the colon. I think it would be helpful to finish this 😉
The text was updated successfully, but these errors were encountered: