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)