Skip to content

v0.2.1

Compare
Choose a tag to compare
@dotansimha dotansimha released this 13 Nov 06:38
· 2274 commits to master since this release

Core

  • Update dependencies and clean unused (#162, thanks @Intellicode)
  • Better error handling (bb0d398, 39021d6), now each error will point to the correct module that caused it.
  • Fixed issue with non-promise contextBuilder (04fdfb1)
  • Fix for non-functions resolvers (such as, directive resolver) (4c6ca80)
  • Removed warnings that comes from makeExecutableSchema (18c2cd3)
  • Do not try to call onRequest on non-object providers (c70b9f9)
  • Added support for schemaDirectives (76b2d15)
  • DI refactor and remove config from factory functions (ae947bf, 03b7fd0)

Epoxy

  • Fixed directive merging when trying to merge two GraphQLSchema objects (#185)
  • Fixed non-null array merging (fde72cc)

Docs / Website