Skip to content

Latest commit

 

History

History
246 lines (151 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

246 lines (151 loc) · 12.7 KB

Change Log

v0.16.4 (2021-09-09)

Full Changelog

Merged pull requests:

  • Add generated circe Encoder for GraphQL unions #99 (felixbr)

v0.14.0 (2019-08-30)

Full Changelog

Merged pull requests:

v0.13.2 (2019-08-23)

Full Changelog

Merged pull requests:

  • Write an utf-8 file in SchemaGen instead of relying on system defaults #75 (felixbr)

v0.13.1 (2019-07-22)

Full Changelog

Closed issues:

  • Fix .scalafmt.conf #73
  • Yet another trouble getting codegen to work #67
  • jawn parser library incompatibility #61

Merged pull requests:

  • FIX #73 update scalafmt and name .scalafmt.conf properly #74 (muuki88)

v0.13.0 (2019-07-13)

Full Changelog

Implemented enhancements:

  • Generate circe Encoder for query Variables #35

Fixed bugs:

  • Additional imports are quoted and therefore broken #57

Closed issues:

  • Missing Sangria Custom Scalars In Schema Generation #69
  • Code generation - The output directory for generated files should be configurable. #68
  • codegen support for 'URI' scalar type #65
  • Allow loading schema from either *.graphql or *.json #63
  • Not available on maven? #55

Merged pull requests:

v0.12.0 (2018-11-20)

Full Changelog

Merged pull requests:

  • Use sourceManaged in Compile config for generated renderer #59 (ches)

v0.11.0 (2018-11-08)

Full Changelog

Merged pull requests:

v0.10.1 (2018-09-17)

Full Changelog

Closed issues:

  • Implement magic #import like apollo-graphql #48

Merged pull requests:

  • Update scalameta to 4.0.0 RC1 #53 (ngbinh)
  • Update sangria and cats dependencies #52 (ngbinh)
  • Use cats to make some of the document wrangling a bit simpler #51 (felixbr)

v0.10.0 (2018-09-12)

Full Changelog

Implemented enhancements:

  • FIX #48 Implement magic #import like apollo-graphql #50 (muuki88)

Closed issues:

  • Fix generation of interfaces #32

Merged pull requests:

v0.9.0 (2018-08-10)

Full Changelog

v0.9.1 (2018-08-10)

Full Changelog

Implemented enhancements:

  • Add setting for additional imports in generated code #29

Closed issues:

  • Generate code and decoders for enum type #44

Merged pull requests:

  • FIX #44 Generate code and decoders for enum type #45 (muuki88)

v0.8.2 (2018-07-26)

Full Changelog

v0.8.1 (2018-07-26)

Full Changelog

Implemented enhancements:

  • Remove Document type from GraphQLQuery trait #42

Merged pull requests:

  • FIX #42 remove Documenttype fromGraphQLQuery` trait #43 (muuki88)
  • Enable post requests for introspection #41 (muuki88)

v0.8.0 (2018-07-24)

Full Changelog

Fixed bugs:

  • Add Data encoder for GraphQLQuery trait #38
  • Add document to GraphQLQuery trait #34

Merged pull requests:

  • Fix #38 data decoder #40 (muuki88)
  • Fix shadowing warning due to redundant import #39 (felixbr)
  • Fix #34 Add document val to GraphQLQuery trait #37 (muuki88)
  • Added user defined imports to codegen #29 / #33 #36 (muuki88)

v0.7.0 (2018-07-23)

Full Changelog

Implemented enhancements:

  • Support Input-Object-Values in Apollo Style #25

Closed issues:

  • Upgrade to scalameta 3.x #27
  • codegen not generating custom scalar types. #26

Merged pull requests:

v0.6.0 (2018-05-31)

Full Changelog

Closed issues:

  • Trouble getting codegen to work #21
  • Remove the IntegrationTest scope from the GraphQLQueryPlugin #18

Merged pull requests:

  • FIX #25 Add more documentation and a test for nested input types #28 (muuki88)
  • Initial draft for json codec code generation #23 (muuki88)
  • FIX #18 Remove the IntegrationTest scope from the GraphQLQueryPlugin #20 (muuki88)

v0.5.0 (2018-03-17)

Full Changelog

Implemented enhancements:

  • Generate code from queries #4

Merged pull requests:

v0.4.1 (2017-12-01)

Full Changelog

Merged pull requests:

  • Deploy tags as well #12 (muuki88)
  • Move publishing build steps to the deploy phase #10 (jonas)
  • Update sbt, Scala and Sangria versions #9 (jonas)

v0.4.0 (2017-10-30)

Full Changelog

Implemented enhancements:

  • Scripted tests #3

Merged pull requests:

v0.3.0 (2017-10-25)

Full Changelog

v0.2.0 (2017-10-22)

Full Changelog

v0.1.4 (2017-09-21)

Full Changelog

v0.1.3 (2017-09-21)

Full Changelog

v0.1.2 (2017-09-21)

Full Changelog

v0.1.1 (2017-09-19)

Full Changelog

v0.1.0 (2017-09-17)

* This Change Log was automatically generated by github_changelog_generator