Skip to content

Releases: Kilix/dafit

Change export and add SyncResolver

03 May 15:03
Compare
Choose a tag to compare

Changes since v1.2.0

Added

  • A new SyncResolver was added to support simpler use cases without the use of Promises

Changed

  • The default export was replaced with a named export the old import Resolver from 'dafit'will no longer work. Replace by import { Resolver, SyncResolver } from 'dafit'

Context passed to resolving functions

03 May 09:39
Compare
Choose a tag to compare

Changes Since v1.1

Added

  • A context object can be passed when calling a resolver. The context object will be passed to every resolving function