Changelog
All notable changes to this project will be documented in this file.
Unreleased
0.2.2 - 2021-06-11
Fixed
Yson.Parser.parse/3
: parse null objects ignoring nested resolvers.
0.2.1 - 2021-06-11
Fixed
Yson.Schema.root/2
: mandatory onYson.Json.Schema
andYson.GraphQL.Schema
.
0.2.0 - 2021-06-10
Added
- resolvers: enable partial local references (like
&my_resolver/1
) and anonymous functions.
Changed
Yson.Schema.reference/2
: additionalas
option to rename referenced field.
0.1.0 - 2021-06-02
Added
Yson.GraphQL.Api
: simple graphql clientYson.GraphQL.Builder
: graphql query builderYson.GraphQL.Schema
: graphql schema objectYson.Json.Schema
: json schema objectYson.Parser
: json/graphql response parserYson.Schema
: basic schema object