Skip to content

0.0.34

Compare
Choose a tag to compare
@smyrick smyrick released this 24 Jan 18:32
· 957 commits to master since this release

Major Changes

  • Enable support for specifying custom DataFetchers (#152)
    • DataFetcherFactory in the config has been changed to a customDataFetcherFactoryProvider. This will allow to to specify behaviors for property and function resolvers.

Minor Changes

None

Patch Changes

None

Updates

  • build: travis commits the snapshot updates (#142)
  • test: add property builder unit tests (#147)
  • An integration test for optional results (#151)