Skip to content

Change export and add SyncResolver

Latest
Compare
Choose a tag to compare
@alexandrebodin alexandrebodin released this 03 May 15:03
· 1 commit to master since this release

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'