1.0.3 (2024-02-14)
- Enhancements
- Add support for JSON encode/decode of
argo_wire_type
and argo_wire_type_store
. - Add an
EXTENSIONS
wire type as a specialization of DESC
specific to JSON Object. - Add
argo
module which can be used to quickly display or format types for debugging. - Add support for
BYTES
and FIXED
encode/decode when dealing with JSON values so that implementers may customize the scalar encode/decode behavior.
- Fixes
1.0.2 (2024-01-26)
1.0.1 (2024-01-22)
- Fixes
- Fix cases where
@include(if: $var)
and @skip(if: $var)
affect the "omittable" setting of a field when dealing with FragmentSpread
and InlineFragment
.
1.0.0 (2024-01-03)