Skip to content

Latest commit

 

History

History
111 lines (57 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

111 lines (57 loc) · 1.41 KB

scryfall-api

4.0.2

Patch Changes

  • Export Card types

4.0.1

Patch Changes

  • 5e10aad: Fix package.json exports field

4.0.0

Major Changes

  • 7fe3118: Remove axios dependency in favor of fetch

Minor Changes

  • e42e562: Update Card schema

Patch Changes

  • bcdcadd: Fix Cards.random() return type
  • e049bb4: Fix build
  • 55a1249: Include main field to the package.json so scryfall-api can be used without ESModules

4.0.0-beta.2

Patch Changes

  • 3d05a64: Fix Cards.random() return type

4.0.0-beta.1

Patch Changes

  • e049bb4: Fix build

4.0.0-beta.0

Major Changes

  • 7fe3118: Remove axios dependency in favor of fetch

Minor Changes

  • e42e562: Update Card schema

3.2.5

Patch Changes

  • 03b96ea: Fix cjs export file

3.2.4

Patch Changes

  • 6ef3fa9: Added alchemy and arsenal SetType

3.2.3

Patch Changes

  • 14f391a: Fix TypeScript definitions

3.2.1

Patch Changes

  • 78fd3d5: Add support for axios v1

3.2.0

Minor Changes

  • 2a4d89a: Update Layouts to match the latest Scryfall API version

3.1.0

Minor Changes

  • a8a8a42: Removed Misc

3.0.3

Patch Changes

  • df334fd: Updated dependencies

3.0.2

Patch Changes

  • 01f4705: Fixed typescript definitions

3.0.1

Patch Changes

  • 30beaf5: Fixed readme in npm.js

3.0.0

Major Changes

  • 91baaf8: Migrated repository to GitHub.