Skip to content

v2.1.0

Compare
Choose a tag to compare
@BrianMitchL BrianMitchL released this 27 Sep 08:38
v2.1.0
5e7ca8b

New Features

  • UMD build available from the GiftExchange property
    • Development: dist/gift-exchange.umd.development.js
    • Production: dist/gift-exchange.umd.production.min.js
  • Custom timeouts
  • New options format for passing in exclusions and timeouts
  • Deprecate calculate in favor of calculateSync

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

v2.0.0...v2.1.0