v2.1.0
New Features
- UMD build available from the
GiftExchange
property- Development:
dist/gift-exchange.umd.development.js
- Production:
dist/gift-exchange.umd.production.min.js
- Development:
- Custom timeouts
- New options format for passing in exclusions and timeouts
- Deprecate
calculate
in favor ofcalculateSync
If you were calling calculateSync(people, exclusions)
you can now
use the new format: calculateSync(people, { exclusions })
. The
old format will continue to work as well.
Commits
- Merge pull request #10 from BrianMitchL/custom-timeouts 127fb0f
- Add timeout option and add overloads for new call syntax 32e2534
- Merge pull request #9 from BrianMitchL/umd 3394810
- Fix test CI step bdd171a
- Create UMD build 4213a05
- Update dependencies remove unneeded async keyword ed26759
- Merge pull request #8 from BrianMitchL/update-deps 7a8d941
- update-deps 0f1785c
- Update description 57d4151