Skip to content

v0.4.0

Compare
Choose a tag to compare
@mcg-web mcg-web released this 24 Jun 09:48
· 2104 commits to master since this release

v0.4.0 (2016-06-24)

  • Removed silent try catching on access resolver ( #53 )
  • GraphiQL and React version can be manage using semantic config. ( #52 #50 )
  • Types mapping validation is more verbose (#40)
  • Relay Connection Egde Type, and Mutation Payload or Input, all generated types can now be referenced in mapping file
  • All Mapped types are now cached like php classes (ease debug)
  • Deprecated field and args builder like a service
  • Fix Union type bug
  • Fastest tests
  • ...