Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 5.59 KB

CHANGELOG.md

File metadata and controls

82 lines (64 loc) · 5.59 KB

v1.6.4 (May 11th, 2020)

  • Added not_found array property to MagicEmitter.waitForAll() return. Added MagicEmitter.notFound(). Based on a PR by aSlug

v1.6.3 (March 30th, 2020)

  • Changed set_type on Card objects to the type of Set objects' set_type.

v1.6.2 (March 29th, 2020)

  • Added some missing properties to the Card object.

v1.6.1 (March 7th, 2020)

v1.6.0 (March 2nd, 2020)

v1.5.1 (May 31st, 2019)

  • Updated axios to fix a security issue.

v1.5.0 (March 23rd, 2019)

  • Thanks to a contribution from somkun, the Scryfall SDK now uses Axios instead of Request Promise
  • Added Scry.setRetry
  • There was heavy refactoring in this update. You may notice some d.ts changes, most of that is updating interfaces as per the Scryfall documentation and not exporting some interfaces/enums.

v1.4.0 (February 14th, 2019)

v1.3.3 (November 8th, 2018)

  • Fixed RelatedUris and PurchaseUris throwing errors in some configurations.

v1.3.2 (September 16th, 2018)

v1.3.1 (August 10th, 2018)

v1.3.0 (July 31st, 2018)

v1.2.1 (June 14th, 2018)

Fixed waitForAll throwing an uncatchable promise rejection error.

v1.2.0 (May 30th, 2018)

Misc updates. Now using a Typescript Gulp file and [email protected]

New features:

v1.1.0 (March 16th, 2018)

New features:

v1.0.2 (March 16th, 2018)

Fixed an issue that caused the first page of results to be duplicated. How did I miss that for so long?

v1.0.1 (November 20th, 2017)

Fixed broken tests, some code cleanup

v1.0.0 (August 26th, 2017)

Initial release