Skip to content

apollo-encoder@0.5.0

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 17 Feb 12:30
· 599 commits to main since this release
328aa58

BREAKING

  • apollo-parser@0.5.0 - goto-bus-stop, pull/459

    This updates the version of apollo-parser required by the TryFrom
    implementations in this crate.

Features

  • make FromError public - Geal, pull/453

    In the TryFrom implementations for apollo-parser types, the error type was not public, so you could not wrap conversion errors in your own error types or name it in return values. Now you can use apollo_encoder::FromError.