Skip to content

1.0.0

Compare
Choose a tag to compare
@sahb1239 sahb1239 released this 12 Jan 21:03
· 265 commits to develop since this release

Final release in version 1.0.0

Please use 1.0.1 on Nuget.

Changes since 1.0.0-beta4

  • Log was by an error filtered out if loglevel higher than information was selected

1.0.0-beta4

  • Added logging (#37)

1.0.0-beta3

  • Check if query in GraphQL batch contains any errors (#36)
  • Variables is now lowercase in the query and not serialized into a separate string
  • Target version 1.1.0 for Microsoft.Extensions.DependencyInjection.Abstractions

1.0.0-beta2

  • Automatically change variable names for merged queries and therefore fixed if variablenames conflicts in merged queries (#25)
  • Moved GraphQLQueryGeneratorFromFieldsExtentions into Extentions namespace

1.0.0-beta1:

  • Moved argumentType into attributes instead of requiring them as parameter every time (#5)
  • Removed obsolete types, for example GraphQLClient (#15)
  • Skip and take helper argumentattributes (#8, #7, #19)
  • Fixed bug in querybuilder if alias was null (#21)
  • Fixed bug in GraphQLClientBuilder where some services was not registred (#20)
  • Helper method to generate a default GraphQLHttpClient (#24)
  • Support merging of queries (#10)
  • Renamed QueryBuilder to QueryGenerator (#23)
  • Support generating queries without model (#13)
  • Removed Query and Mutation methods from IGraphQLHttpClient and moved to extention methods (#31)
  • Removed IGraphQLQueryGenerator (#29)