v0.5.0 (2018-02-01)
- Replace Timex.parse with DateTime.from_iso8601. This eliminates Timex as a dependency.
- Now Supports Absinthe.Resolution errors in build_payload/2 (thanks @thermech !)
v0.4.0 (2017-08-03)
Payload.convert_to_payload
is now public and can be used to generate payloads in the same manner as thebuild_payload
middleware
- fixed issue with Boolean values not comparing properly
v0.3.0 (2017-07-17)
- nil values can be compared for all types
- convert_message is now public and can be used to generate ValidationMessages through
Ecto.Changeset.traverse_errors
- fixed issue with NaiveDateTime values not comparing properly
v0.2.3 (2017-07-05)
- add nillable type to
assert_equivalent_graphql
v0.2.2 (2017-06-08)
- fixed Bug where field names were not showing up in graphql responses due to
:key
vs:field
differences
- improve messages on failure within
assert_mutation_error
andassert_mutation_success
- Various doc improvements + typo fixes
v0.2.1 (2017-06-04)
- convert Timex to a test only dependency
- Various doc improvements + typo fixes
v0.2.0 (2017-06-04)
- Remove inflex as a dependency
- Match %ValidationMessage as an error payload without an error tuple
- Various doc improvements + typo fixes
- Published to Hex.pm
v0.1.0 (2017-06-03)
- Support for single object mutations