Skip to content

Releases: ProjectOpenSea/seaport-js

v2.0.8

13 Oct 21:14
1a45170

Choose a tag to compare

What's Changed

Dependency Updates

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

18 Aug 00:37
42385a0

Choose a tag to compare

What's Changed

Dependency Updates

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

27 Jul 23:11
cd6ef76

Choose a tag to compare

What's Changed

  • Only use compact signature when signature length is 132 chars (0x + 65 bytes) by @ryanio in #325
  • Add github issue template by @ryanio in #321
  • Update package.json - bump version to 2.0.6 by @ryanio in #326

Dependency Updates

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Jul 19:56
1921940

Choose a tag to compare

What's Changed

  • Allow zoneHash to be passed in input to createOrder and createBulkOrders by @rombrom in #308
  • update to prettier v3 by @ryanio in #304

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

20 Jun 20:15
5663e74

Choose a tag to compare

  • Allow ERC-1271 offerers, #286, thanks to @sosoxuc
  • Routine dependency updates

v2.0.3

07 Jun 21:54
3f850ab

Choose a tag to compare

  • Fixes postinstall script for windows users, #280

v2.0.2

05 Jun 16:03
16cb805

Choose a tag to compare

This patch release fixes an issue with the postinstall script.

  • Fix husky postinstall script, #275

v2.0.1

01 Jun 22:22
03221e4

Choose a tag to compare

Changes:

  • Browser build now outputs to lib/bundle.js, #252
  • Allow multiple currency tokens in an order, #259 (thanks @orenyomtov!)
  • Throw errors when fulfilling orders without signatures, #263
  • Publish to npm after publishing gh release, #260

v2.0.0

26 May 22:56
763efaf

Choose a tag to compare

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

Default updated to Seaport 1.5

15 May 16:53
a166e9a

Choose a tag to compare

This release updates the default init from Seaport 1.4 to Seaport 1.5