Skip to content

Releases: JacobHearst/ScryfallKit

v5.11.0 Swift 6 Compatibility

13 Sep 18:16
Compare
Choose a tag to compare

This release conforms various types to Sendable and eliminates all Swift 6 language mode compilation errors.

To the best of my knowledge, adding Sendable conformances isn't a breaking change so this is versioned as v5.11.0. If you find that this release breaks your build, please open an issue and I can release make a v5.11.1 that reverts the changes, then re-release them as v6.0.0.

v5.10.0 Add 'prototype' card layout

10 Jun 12:57
Compare
Choose a tag to compare

It appears that with MH3, Scryfall decided to add a new layout case for prototype cards, presumably to make searching for these cards easier

v5.9.1

14 May 18:04
ff695ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.9.0...v5.9.1

v5.9.0 Add 'spree' frame effect from OTJ

15 Apr 12:15
Compare
Choose a tag to compare

Adds support for the 'spree' frame effect from the set Outlaws of Thunder Junction

v5.8.0 Add 'mutate' card layout from PIP

26 Feb 12:45
Compare
Choose a tag to compare

Adds support for the 'mutate' card layout from Fallout set's Gemrazer.

v5.7.0 Add 'case' card layout from MKM

21 Jan 20:31
Compare
Choose a tag to compare

Adds support for the 'case' card layout from the set Murders at Karlov Manor

v5.6.0 extended frame effect

10 Dec 00:59
Compare
Choose a tag to compare

Added a new FrameEffect called extended introduced with Commander Mustard

v5.5.0 Borderless FrameEffect

27 Nov 13:15
Compare
Choose a tag to compare

Added a new FrameEffect called borderless introduced with the MagicFest 2024 printing of Counterspell

v5.4.0 Vehicle frame effect

29 Oct 14:38
Compare
Choose a tag to compare

This release contains support for one new FrameEffect: vehicle

v5.3.0 New FrameEffects, Complete Documentation

18 Aug 16:13
Compare
Choose a tag to compare

This release contains support for two new FrameEffects: fullart and gravestone. In addition, all public symbols should now have DocC documentation which can be viewed here.