Skip to content

v2.0.0

Compare
Choose a tag to compare
@ryanio ryanio released this 26 May 22:56
· 369 commits to main since this release
763efaf

Changes:

  • Compilation target bumped from es5 to es6
  • esModuleInterop and allowSyntheticDefaultImports turned off (reasoning here)
  • Dependencies updated
  • Functions removed unneeded async:
    • fulfillBasicOrder
    • fulfillStandardOrder
    • getApprovalActions
  • Input for salt changed to BigNumberish
    • Now converts with BigNumber.from(salt) to make input conversion less error prone

PRs included: #250, #246, #241, #198