Skip to content

v1.0.3

Compare
Choose a tag to compare
@dotansimha dotansimha released this 22 Mar 11:46
· 5437 commits to master since this release

Core

  • Update dependencies
  • Fixed an bug caused to plugin to be ignored during execution (#1499, #1534)

TypeScript Resolvers

  • Allow to specify avoidOptionals (#893 (comment))
  • Added back defaultMapper feature (#1526)
  • Removed I prefix from generated root resolvers (#1527)
  • Remove ArrayOrIterable at the moment, until we'll figure out if it's really needed. (#1534)

TypeScript Operations

  • Fixed fragments intersection when specified over interfaces (#1533)

Flow Operations

  • Fixed fragments intersection when specified over interfaces (#1533)

Flow Resolvers

  • Added back defaultMapper feature (#1526)
  • Removed I prefix from generated root resolvers (#1527)
  • Remove ArrayOrIterable at the moment, until we'll figure out if it's really needed. (#1534)
    -Fix issue caused the root resolvers to be f: Resolver<> (invalid syntax). (#1534)