Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 20:12
· 115 commits to master since this release

6.0.0 (2021-08-09)

BREAKING CHANGES

  • ⚠️ Breaking in v6: pick returns a Promise<Array> instead of Promise. If you were using pick, change those usages to pickSingle.
  • deployment target changed to ios 11, specify platform :ios, '11.0' in your podfile
  • includes the work from (#421)

new features

  • new example project add, code rewritten to typescript (#421)

chore